-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reset some rq meta fields when retrying rq job (#8719)
In the current implementation, if a job is rescheduled for later execution (due to a `LockNotAvailableError` raised during the export process), the job's metadata is not filtered when creating a new job. This PR introduces RQ job metadata fields that must be reset when rescheduling a job.
- Loading branch information
1 parent
18c86ff
commit 17bdbee
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters