Skip to content

Commit 3b054c0

Browse files
committed
no retry
1 parent 0e96217 commit 3b054c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/jobs/regular/detect_posts_locale.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
module Jobs
44
class DetectPostsLocale < ::Jobs::Base
55
cluster_concurrency 1
6+
sidekiq_options retry: false
7+
68
BATCH_SIZE = 50
79

810
def execute(args)

app/jobs/regular/translate_posts.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
module Jobs
44
class TranslatePosts < ::Jobs::Base
55
cluster_concurrency 1
6+
sidekiq_options retry: false
7+
68
BATCH_SIZE = 50
79

810
def execute(args)

0 commit comments

Comments
 (0)