Skip to content
Snippets Groups Projects
Verified Commit 1e858290 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Register email task in Celery

parent 984700ca
No related branches found
No related tags found
No related merge requests found
Pipeline #88173 canceled
This commit is part of merge request !241. Comments created here will be created in the context of that merge request.
...@@ -24,6 +24,7 @@ celery = OrchestratorCelery( ...@@ -24,6 +24,7 @@ celery = OrchestratorCelery(
"gso.schedules.task_vacuum", "gso.schedules.task_vacuum",
"gso.schedules.validate_products", "gso.schedules.validate_products",
"gso.schedules.validate_subscriptions", "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.
Please register or to comment