Class: Database::BackgroundOperation::MainSchedulerCellLocalWorker
- Inherits:
-
BaseSchedulerWorker
- Object
- BaseSchedulerWorker
- Database::BackgroundOperation::MainSchedulerCellLocalWorker
- Defined in:
- app/workers/database/background_operation/main_scheduler_cell_local_worker.rb
Overview
rubocop:disable Scalability/IdempotentWorker – parent has it
Constant Summary
Constants included from ApplicationWorker
ApplicationWorker::LOGGING_EXTRA_KEY, ApplicationWorker::SAFE_PUSH_BULK_LIMIT
Constants included from Gitlab::Loggable
Constants included from WorkerAttributes
WorkerAttributes::DEFAULT_CONCURRENCY_LIMIT_PERCENTAGE_BY_URGENCY, WorkerAttributes::DEFAULT_DATA_CONSISTENCY, WorkerAttributes::DEFAULT_DATA_CONSISTENCY_PER_DB, WorkerAttributes::DEFAULT_DEFER_DELAY, WorkerAttributes::LOAD_BALANCED_DATA_CONSISTENCIES, WorkerAttributes::NAMESPACE_WEIGHTS, WorkerAttributes::VALID_DATA_CONSISTENCIES, WorkerAttributes::VALID_RESOURCE_BOUNDARIES, WorkerAttributes::VALID_URGENCIES
Class Method Summary collapse
Methods inherited from BaseSchedulerWorker
#perform, scheduler_feature_flag_enabled?
Methods included from Gitlab::Loggable
Methods included from Gitlab::SidekiqVersioning::Worker
Methods included from WorkerContext
Class Method Details
.orchestrator_class ⇒ Object
14 15 16 |
# File 'app/workers/database/background_operation/main_scheduler_cell_local_worker.rb', line 14 def self.orchestrator_class Database::BackgroundOperation::MainOrchestratorCellLocalWorker end |
.tracking_database ⇒ Object
10 11 12 |
# File 'app/workers/database/background_operation/main_scheduler_cell_local_worker.rb', line 10 def self.tracking_database Gitlab::Database::MAIN_DATABASE_NAME.to_sym end |
.worker_class ⇒ Object
6 7 8 |
# File 'app/workers/database/background_operation/main_scheduler_cell_local_worker.rb', line 6 def self.worker_class Gitlab::Database::BackgroundOperation::WorkerCellLocal end |