Class: CI::Queue::Redis::GrindSupervisor
- Inherits:
-
Supervisor
- Object
- Base
- Supervisor
- CI::Queue::Redis::GrindSupervisor
- Defined in:
- lib/ci/queue/redis/grind_supervisor.rb
Constant Summary
Constants inherited from Base
Base::CONNECTION_ERRORS, Base::TEN_MINUTES
Constants included from Common
Instance Attribute Summary
Attributes included from Common
Instance Method Summary collapse
Methods inherited from Supervisor
#master?, #total, #wait_for_workers
Methods inherited from Base
#boot_heartbeat_process!, #created_at=, #custom_config, #custom_middlewares, #ensure_heartbeat_thread_alive!, #exhausted?, #expired?, #increment_test_failed, #initialize, #max_test_failed?, #progress, #queue_initialized?, #queue_initializing?, #reconnect_attempts, #remaining, #running, #size, #stop_heartbeat!, #test_failed, #to_a, #wait_for_master, #with_heartbeat, #workers_count
Methods included from Common
#distributed?, #flaky?, #release!, #report_failure!, #report_success!, #rescue_connection_errors, #retrying?
Constructor Details
This class inherits a constructor from CI::Queue::Redis::Base
Instance Method Details
#build ⇒ Object
7 8 9 |
# File 'lib/ci/queue/redis/grind_supervisor.rb', line 7 def build @build ||= GrindRecord.new(self, redis, config) end |