diff options
| -rw-r--r-- | app/workers/pipeline_notification_worker.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/workers/pipeline_notification_worker.rb b/app/workers/pipeline_notification_worker.rb index 68e72f7382f..cdb860b6675 100644 --- a/app/workers/pipeline_notification_worker.rb +++ b/app/workers/pipeline_notification_worker.rb @@ -1,5 +1,6 @@ class PipelineNotificationWorker include Sidekiq::Worker + include PipelineQueue def perform(pipeline_id, recipients = nil) pipeline = Ci::Pipeline.find_by(id: pipeline_id) |
