Class: Database::BackgroundOperation::MainSchedulerCellLocalWorker

Inherits:
BaseSchedulerWorker show all
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

Gitlab::Loggable::ANONYMOUS

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

#build_structured_payload

Methods included from Gitlab::SidekiqVersioning::Worker

#job_version

Methods included from WorkerContext

#with_context

Class Method Details

.orchestrator_classObject



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_databaseObject



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_classObject



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