Module: Database

Defined in:
app/workers/database/lock_tables_worker.rb,
app/services/database/mark_migration_service.rb,
app/services/database/consistency_fix_service.rb,
app/services/database/consistency_check_service.rb,
app/workers/database/partition_management_worker.rb,
app/workers/database/monitor_locked_tables_worker.rb,
app/workers/database/drop_detached_partitions_worker.rb,
app/workers/database/batched_background_migration_worker.rb,
app/finders/database/batched_background_migrations_finder.rb,
app/workers/database/ci_project_mirrors_consistency_check_worker.rb,
app/workers/database/batched_background_migration/execution_worker.rb,
app/workers/database/ci_namespace_mirrors_consistency_check_worker.rb,
app/workers/database/batched_background_migration/ci_database_worker.rb,
app/workers/database/batched_background_migration/ci_execution_worker.rb,
app/workers/database/batched_background_migration/main_execution_worker.rb,
app/workers/database/batched_background_migration/single_database_worker.rb

Defined Under Namespace

Modules: BatchedBackgroundMigration Classes: BatchedBackgroundMigrationWorker, BatchedBackgroundMigrationsFinder, CiNamespaceMirrorsConsistencyCheckWorker, CiProjectMirrorsConsistencyCheckWorker, ConsistencyCheckService, ConsistencyFixService, DropDetachedPartitionsWorker, LockTablesWorker, MarkMigrationService, MonitorLockedTablesWorker, PartitionManagementWorker