This commit is contained in:
Kenneth Kehl
2024-11-19 08:35:13 -08:00
parent 4d544efa65
commit bfcc8ac708

View File

@@ -123,7 +123,6 @@ def check_job_status():
Job.processing_started, Job.scheduled_for
)
)
.scalars()
.all()
)
print(f"HERE IS JOBS {jobs_not_complete_after_30_minutes}")