Skip to content

Commit

Permalink
Removed route
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan committed Dec 26, 2024
1 parent 66350e6 commit dcdcd6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ 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 dcdcd6b

Please sign in to comment.