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

Remove analyzer object after task failed #85

Open
nritsche opened this issue Apr 23, 2019 · 1 comment
Open

Remove analyzer object after task failed #85

nritsche opened this issue Apr 23, 2019 · 1 comment
Labels
bug Something isn't working scheduler Related to the dias daemon

Comments

@nritsche
Copy link
Contributor

If a task crashes due to e.g. a MemoryError, it can potentially also bring down dias. Therefore we should in case of a failed task delete the analyzer object and run it's setup again. This also makes sense in case a once crashed analyzer instance is somehow not in a state that allows it to run correctly next time.

@ketiltrout
Copy link
Member

If we implement #68 we'll get this for free.

@ketiltrout ketiltrout added bug Something isn't working scheduler Related to the dias daemon labels Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working scheduler Related to the dias daemon
Projects
None yet
Development

No branches or pull requests

2 participants