mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
fix comment
This commit is contained in:
@@ -371,7 +371,7 @@ def check_job_status():
|
|||||||
and scheduled_at or created_at is older that 30 minutes.
|
and scheduled_at or created_at is older that 30 minutes.
|
||||||
if any results then
|
if any results then
|
||||||
raise error
|
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_minutes_ago = datetime.utcnow() - timedelta(minutes=30)
|
||||||
thirty_five_minutes_ago = datetime.utcnow() - timedelta(minutes=35)
|
thirty_five_minutes_ago = datetime.utcnow() - timedelta(minutes=35)
|
||||||
|
|||||||
Reference in New Issue
Block a user