Description
As a consequence of #3044, a number of background jobs that failed never had their finished or success fields set. This means they cannot currently be retried.
We need a programmatic way of identifying all such jobs, setted a finished datetime and success: False in the database for them, and then use the existing API endpoints to retry all failed jobs. This could be handled via a database migration or scripts, tbd.
Context
No response