Class: RemoveUnreferencedLfsObjectsWorker
- Inherits:
-
Object
- Object
- RemoveUnreferencedLfsObjectsWorker
- Includes:
- ApplicationWorker, CronjobQueue
- Defined in:
- app/workers/remove_unreferenced_lfs_objects_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/remove_unreferenced_lfs_objects_worker.rb', line 12 def perform LfsObject.destroy_unreferenced end |