action #110032
Updated by kraih over 2 years ago
# Motivation This issue already happen twice, after check the log of openqa(please check attachment), it seems log show 4305089 triggered, but in in minion list not exist. # Acceptance criteria * **AC1**: There are no new leftover entries with status `added` in the `scheduled_products` table. # Suggestions * Find a Minion job that's not older than 2 days with the query `SELECT id, minion_job_id FROM scheduled_products WHERE status = 'added' AND t_created > NOW() - INTERVAL '2days';` and look at the metadata. * Identify a regression around March 18. exist