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

Timeouts for long running passes #152

Open
mtweiden opened this issue Apr 13, 2023 · 0 comments
Open

Timeouts for long running passes #152

mtweiden opened this issue Apr 13, 2023 · 0 comments
Labels
feature request New feature or request

Comments

@mtweiden
Copy link
Contributor

For long running optimizations, it's frequently the case that just one or two blocks need way more time than any others (likely due to bad initializations?). It would be useful if partial solutions could be returned in these cases, so that work that did get done doesn't get tossed when the process eventually has to be killed. Maybe setting a timeout for each block could address this?

@edyounis edyounis added the feature request New feature or request label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants