Skip to content

Commit

Permalink
Squash #2137 - Add new celery module to celery configs
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Dec 4, 2024
1 parent 6a32e48 commit 9f709ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ class Config(object):
'app.celery.process_delivery_status_result_tasks',
'app.celery.v3.notification_tasks',
'app.celery.process_ses_receipts_tasks',
'app.celery.send_va_profile_notification_tasks',
'app.celery.twilio_tasks',
),
'beat_schedule': {
Expand Down Expand Up @@ -333,7 +334,7 @@ class Config(object):
'app.celery.v3.notification_tasks.v3_send_email_notification': {'queue': QueueNames.SEND_EMAIL},
'app.celery.v3.notification_tasks.v3_send_sms_notification': {'queue': QueueNames.SEND_SMS},
'app.celery.process_ga4_measurement_tasks.post_to_ga4': {'queue': QueueNames.SEND_EMAIL},
'app.celery.process_ses_receipts_tasks.send_notification_status_to_va_profile': {
'app.celery.send_va_profile_notification_tasks.send_notification_status_to_va_profile': {
'queue': QueueNames.CALLBACKS
},
},
Expand Down

0 comments on commit 9f709ab

Please sign in to comment.