Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-03-05 15:57:48 +0300
committerShinya Maeda <shinya@gitlab.com>2018-03-06 10:53:24 +0300
commit1c931f0784fc15601101fe356585812c93ac1587 (patch)
tree3253b1506e5a38c6a37afd9bb489f5e8a7ff68aa /app/workers
parent2e87923dcb1cf7984690f5b5fdfc61bddfba923e (diff)
Rework to minimize changes
Diffstat (limited to 'app/workers')
-rw-r--r--app/workers/pages_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/pages_worker.rb b/app/workers/pages_worker.rb
index d3b95009364..66a0ff83bef 100644
--- a/app/workers/pages_worker.rb
+++ b/app/workers/pages_worker.rb
@@ -1,7 +1,7 @@
class PagesWorker
include ApplicationWorker
- sidekiq_options retry: false
+ sidekiq_options retry: 3
def perform(action, *arg)
send(action, *arg) # rubocop:disable GitlabSecurity/PublicSend