Skip to content
Snippets Groups Projects
Commit 854fe158 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Register email task in Celery

parent f35b7852
No related branches found
No related tags found
1 merge request!241Register email task in Celery
Pipeline #88178 passed
......@@ -24,6 +24,7 @@ celery = OrchestratorCelery(
"gso.schedules.task_vacuum",
"gso.schedules.validate_products",
"gso.schedules.validate_subscriptions",
"gso.schedules.send_email_notifications",
],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment