5
The form "Batch jobs" will over time be filled with ended jobs. We need a cleaning job!
I would like to have a periodic job that could delete records from the table BatchJob.
Filter:
-Status (Never delete status "Waiting" or "Executing")
-OrigStartDateTime
-Caption
I would like to have a periodic job that could delete records from the table BatchJob.
Filter:
-Status (Never delete status "Waiting" or "Executing")
-OrigStartDateTime
-Caption
STATUS DETAILS
New
Comments
Along with BatchJob table, we should be consider deleting Batch table.
Category: General