diff --git a/atst/queue.py b/atst/queue.py index c7d117c6..3a68be54 100644 --- a/atst/queue.py +++ b/atst/queue.py @@ -22,6 +22,10 @@ def update_celery(celery, app): "task": "atst.jobs.dispatch_provision_user", "schedule": 60, }, + "beat-dispatch_delete_user": { + "task": "atst.jobs.dispatch_delete_user", + "schedule": 60, + }, } class ContextTask(celery.Task):