Skip to content

Commit

Permalink
Merge pull request #1676 from kumar303/less-retries
Browse files Browse the repository at this point in the history
Reduce chord_unlock retries even more
  • Loading branch information
kumar303 committed Feb 11, 2016
2 parents f344a2b + effdd3f commit a9117a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/olympia/lib/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ def JINJA_CONFIG():
# See https://github.com/mozilla/addons-server/issues/1653
CELERY_ANNOTATIONS = {
'celery.chord_unlock': {
'max_retries': 10,
'max_retries': 3,
}
}

Expand Down

0 comments on commit a9117a2

Please sign in to comment.