mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-25 00:33:41 -04:00
@@ -325,7 +325,8 @@ def update_jobs_archived_flag(start_date, end_date):
|
||||
)
|
||||
db.session.commit()
|
||||
current_app.logger.info(
|
||||
f"jobs: --- Completed took {datetime.now() - start_time}ms. Archived {result.rowcount} jobs for {process_date}"
|
||||
f"jobs: --- Completed took {datetime.now() - start_time}ms. Archived "
|
||||
f"{result.rowcount} jobs for {process_date}"
|
||||
)
|
||||
|
||||
process_date += timedelta(days=1)
|
||||
|
||||
Reference in New Issue
Block a user