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

Handle tasks overrunning end of execution window #318

Open
hawesie opened this issue Sep 13, 2019 · 0 comments
Open

Handle tasks overrunning end of execution window #318

hawesie opened this issue Sep 13, 2019 · 0 comments

Comments

@hawesie
Copy link
Member

hawesie commented Sep 13, 2019

All normal tasks have a end_time set which indicates when they should be completed by. The current state of the mdp executor means that during execution a task could run over its end time. Nothing cancels the task in this case. The code removed to fix #316 removed something that was supposed to do this but didn't really work. If we want this behaviour we should add it back in using a different mechanism.

@hawesie hawesie changed the title What to do about tasks overrunning end of execution window Handle tasks overrunning end of execution window Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant