diff --git a/app/celery/scheduled_tasks.py b/app/celery/scheduled_tasks.py index 6530ea596..ee7693c79 100644 --- a/app/celery/scheduled_tasks.py +++ b/app/celery/scheduled_tasks.py @@ -191,7 +191,7 @@ def replay_created_notifications(): for n in notifications_to_resend: send_notification_to_queue(notification=n, research_mode=n.service.research_mode) - # if the letter has not be send after 4 hours + 15 minutes, then create a zendesk ticket + # if the letter has not be send after an hour, then create a zendesk ticket letters = letters_missing_from_sending_bucket(resend_created_notifications_older_than) if len(letters) > 0: