From fd2a7d3341780d47734f1d9cb61477144d94cb56 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Thu, 12 Oct 2017 16:23:28 +0100 Subject: [PATCH] fix comment --- app/celery/scheduled_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/celery/scheduled_tasks.py b/app/celery/scheduled_tasks.py index 79afb4153..4ad49a527 100644 --- a/app/celery/scheduled_tasks.py +++ b/app/celery/scheduled_tasks.py @@ -371,7 +371,7 @@ def check_job_status(): and scheduled_at or created_at is older that 30 minutes. if any results then raise error - process the rows in the csv thatgit c are missing (in another task) just do the check here. + process the rows in the csv that are missing (in another task) just do the check here. """ thirty_minutes_ago = datetime.utcnow() - timedelta(minutes=30) thirty_five_minutes_ago = datetime.utcnow() - timedelta(minutes=35)