mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -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.
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user