Skip to content

[Task]: Re-run previously failed background jobs that never had finished/success set #3067

@tw4l

Description

@tw4l

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

Implementing

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions