Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RF-31082] Fix memoization of failed job class in CustomWorker #64

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

magni-
Copy link
Contributor

@magni- magni- commented Nov 7, 2023

The same CustomWorker instance is used to handle multiple failures, which leads to the wrong job classes being enqueued for retries when subsequent failures are for different job classes.

The same CustomWorker instance is used to handle multiple failures, which leads to the wrong job classes being enqueued for retries when subsequent failures are for different job
classes.
@marvin-rfbot
Copy link

marvin-rfbot bot commented Nov 7, 2023

@magni-
Copy link
Contributor Author

magni- commented Nov 7, 2023

/reviewme @pyromaniackeca @rainforestapp/devs

@marvin-rfbot marvin-rfbot bot added the review label Nov 7, 2023
@marvin-rfbot marvin-rfbot bot requested a review from pyromaniackeca November 7, 2023 08:10
@magni- magni- merged commit acc4055 into master Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants