Mark Import trackers as timed out with entities
What does this MR do and why?
-
!83313 (merged) added a 4-hourly cron to mark stale bulk import records as timed out. This updated affected both
BulkImport
andBulkImport::Entity
records but not the associatedBulkImport::Tracker
records. - This MR updates the cron worker to mark all trackers for a stale
BulkImport::Entity
as timed out at the same time.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #352985 (closed)