Skip to content

Commit

Permalink
remove acks_late
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Perkins committed Jul 5, 2017
1 parent b129757 commit 45f5b6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stackdio/server/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,6 @@
# there are other idle workers
CELERYD_PREFETCH_MULTIPLIER = 1

# Also enable late acks, so tasks don't get acked until they're finished
CELERY_ACKS_LATE = True

# Serializer settings
# We'll use json since pickle can sometimes be insecure
CELERY_RESULT_SERIALIZER = 'json'
Expand Down

0 comments on commit 45f5b6f

Please sign in to comment.