diff --git a/atst/queue.py b/atst/queue.py index 5ed2f136..dcd123d1 100644 --- a/atst/queue.py +++ b/atst/queue.py @@ -31,6 +31,10 @@ def update_celery(celery, app): "task": "atst.jobs.send_task_order_files", "schedule": 60, }, + "beat-create_billing_instruction": { + "task": "atst.jobs.create_billing_instruction", + "schedule": 60, + }, } class ContextTask(celery.Task):