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

Error handling #1

Open
pksorensen opened this issue Sep 9, 2022 · 1 comment
Open

Error handling #1

pksorensen opened this issue Sep 9, 2022 · 1 comment

Comments

@pksorensen
Copy link
Contributor

Right now WorkFlowEngine will set status failed on the status of actions, but hangfire executor will not retry based on this.

We need to find out a way to let hangfire retry actions if failed without blocking forloops ect.

@pksorensen
Copy link
Contributor Author

as part of commit 9713252 the async plugin handler will now not retry InvalidOperationException operations.

Also possible to break out with validation errors as part of async plugins that will skip the retry by setting retry count to 999 for the job.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant