diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-30 18:10:09 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-30 18:10:09 +0000 |
| commit | d899d2a373f8be3d94760299faafa19c3c432c1e (patch) | |
| tree | c4648e948c6f8c5428bc0e0046b1dc2200e00402 /app/workers/pipeline_update_worker.rb | |
| parent | 69d28d313c2a65ead87229841a50bfc130e8c952 (diff) | |
| download | gitlab-ce-d899d2a373f8be3d94760299faafa19c3c432c1e.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers/pipeline_update_worker.rb')
| -rw-r--r-- | app/workers/pipeline_update_worker.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/workers/pipeline_update_worker.rb b/app/workers/pipeline_update_worker.rb index 7db4ab8fe0b..e8feb4f2db2 100644 --- a/app/workers/pipeline_update_worker.rb +++ b/app/workers/pipeline_update_worker.rb @@ -4,6 +4,8 @@ # See: https://gitlab.com/gitlab-org/gitlab/-/issues/232806 class PipelineUpdateWorker include ApplicationWorker + + sidekiq_options retry: 3 include PipelineQueue queue_namespace :pipeline_processing |
