Skip to content

Commit

Permalink
Added to task routes
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan committed Dec 26, 2024
1 parent 4841de5 commit e98eac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ class Config(object):
'app.celery.v3.notification_tasks.v3_process_notification': {'queue': QueueNames.NOTIFY},
'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_comp_and_pen.comp_and_pen_batch_process': {'queue': QueueNames.PERIODIC},
'app.celery.process_ga4_measurement_tasks.post_to_ga4': {'queue': QueueNames.SEND_EMAIL},
'app.celery.send_va_profile_notification_status_tasks.send_notification_status_to_va_profile': {
'queue': QueueNames.CALLBACKS
Expand Down

0 comments on commit e98eac6

Please sign in to comment.