From e6ea8f69d35dbdc334142798d7802c5ca1bbc0cb Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 20 Aug 2024 12:09:15 -0700 Subject: [PATCH] comment out repair job for now --- app/dao/jobs_dao.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/dao/jobs_dao.py b/app/dao/jobs_dao.py index cb145401e..c0aacb755 100644 --- a/app/dao/jobs_dao.py +++ b/app/dao/jobs_dao.py @@ -153,11 +153,11 @@ def dao_create_job(job): current_app.logger.error( "#notify-admin-1859 Something is wrong with job.created_at! Try resetting it" ) - job.created_at = now_time - dao_update_job(job) - current_app.logger.error( - f"#notify-admin-1859 Job created_at reset to {job.created_at}" - ) + # job.created_at = now_time + # dao_update_job(job) + # current_app.logger.error( + # f"#notify-admin-1859 Job created_at reset to {job.created_at}" + # ) def dao_update_job(job):