mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
raise exception for big diff
This commit is contained in:
@@ -151,8 +151,9 @@ def dao_create_job(job):
|
|||||||
)
|
)
|
||||||
if diff_time.total_seconds() > 120: # It should be only a few seconds diff at most
|
if diff_time.total_seconds() > 120: # It should be only a few seconds diff at most
|
||||||
current_app.logger.error(
|
current_app.logger.error(
|
||||||
"#notify-admin-1859 Something is wrong with job.created_at! Try resetting it"
|
"#notify-admin-1859 Something is wrong with job.created_at!"
|
||||||
)
|
)
|
||||||
|
raise Exception("#notify-admin-1859 Something is wrong with job.created_at!")
|
||||||
# job.created_at = now_time
|
# job.created_at = now_time
|
||||||
# dao_update_job(job)
|
# dao_update_job(job)
|
||||||
# current_app.logger.error(
|
# current_app.logger.error(
|
||||||
|
|||||||
Reference in New Issue
Block a user