add ability to have non-expiring nonces, clean up expired nonces
This commit is contained in:
@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user