We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e96217 commit 3b054c0Copy full SHA for 3b054c0
app/jobs/regular/detect_posts_locale.rb
@@ -3,6 +3,8 @@
3
module Jobs
4
class DetectPostsLocale < ::Jobs::Base
5
cluster_concurrency 1
6
+ sidekiq_options retry: false
7
+
8
BATCH_SIZE = 50
9
10
def execute(args)
app/jobs/regular/translate_posts.rb
class TranslatePosts < ::Jobs::Base
0 commit comments