-
Notifications
You must be signed in to change notification settings - Fork 108
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
Cancelling jobs could result in "unexpected error: cannot schedule new futures after shutdown" #9307
Comments
@eivindjahren Are the any links to where this failure occurred, or was it locally? |
Let's wait if it happens again as this might have been already solved. |
We have had a couple of more failures of this now :https://equinor.slack.com/archives/C07TJ1KSARX/p1735874865670509 |
I have not been able to reproduce this, but the easiest fix would be to check if the event loop is running before running things in the event loop executor. |
No reproducing steps yet, so need to investigate. The exception has been observed raised from
ert/src/ert/run_models/base_run_model.py
Line 504 in 71ec78c
The text was updated successfully, but these errors were encountered: