Class: ExpireBuildArtifactsWorker
- Inherits:
-
Object
- Object
- ExpireBuildArtifactsWorker
- Includes:
- ApplicationWorker, CronjobQueue
- Defined in:
- app/workers/expire_build_artifacts_worker.rb
Overview
rubocop:disable Scalability/IdempotentWorker
Constant Summary
Constants included from ApplicationWorker
ApplicationWorker::LOGGING_EXTRA_KEY
Constants included from WorkerAttributes
WorkerAttributes::NAMESPACE_WEIGHTS, WorkerAttributes::VALID_RESOURCE_BOUNDARIES, WorkerAttributes::VALID_URGENCIES
Instance Method Summary collapse
Methods included from Gitlab::SidekiqVersioning::Worker
Methods included from WorkerContext
Instance Method Details
#perform ⇒ Object
12 13 14 |
# File 'app/workers/expire_build_artifacts_worker.rb', line 12 def perform Ci::DestroyExpiredJobArtifactsService.new.execute end |