BigW Consortium Gitlab

Commit c94f417d by Lin Jen-Shin

Use queue_namespace rather than enqueue_in

parent c9041508
......@@ -2,7 +2,7 @@ class RunPipelineScheduleWorker
include ApplicationWorker
include PipelineQueue
enqueue_in group: :creation
queue_namespace :pipeline_creation
def perform(schedule_id, user_id)
schedule = Ci::PipelineSchedule.find_by(id: schedule_id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment