Module: Resque::Plugins::Stages
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/resque/plugins/stages.rb,
lib/resque/plugins/stages/cleaner.rb,
lib/resque/plugins/stages/version.rb,
lib/resque/plugins/stages/staged_job.rb,
lib/resque/plugins/stages/redis_access.rb,
lib/resque/plugins/stages/staged_group.rb,
lib/resque/plugins/stages/staged_group_list.rb,
lib/resque/plugins/stages/staged_group_stage.rb
Overview
This module is added to any job class which needs to work within a stage.
If the job is going to be retryable, this module needs to be included after the retry module is extended so that we know that the class is retryable.
Defined Under Namespace
Modules: RedisAccess Classes: Cleaner, Error, StagedGroup, StagedGroupList, StagedGroupStage, StagedJob
Constant Summary collapse
- VERSION =
"0.0.3"