add ability to have non-expiring nonces, clean up expired nonces

This commit is contained in:
Jens Langhammer
2019-04-04 21:49:10 +02:00
parent a21012bf0c
commit 660972e303
5 changed files with 33 additions and 2 deletions

View File

@ -14,4 +14,4 @@ class Command(BaseCommand):
def handle(self, *args, **options):
"""celery worker"""
CELERY_APP.worker_main(['worker', '--autoscale=10,3', '-E'])
CELERY_APP.worker_main(['worker', '--autoscale=10,3', '-E', '-B'])