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

Scheduler infinite loop after failed/canceled job #341

Open
andygrove opened this issue Oct 11, 2022 · 3 comments
Open

Scheduler infinite loop after failed/canceled job #341

andygrove opened this issue Oct 11, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Member

Describe the bug
See PR description at #340

To Reproduce
See PR description at #340

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

@andygrove andygrove added the bug Something isn't working label Oct 11, 2022
@mingmwang
Copy link
Contributor

Ah, this is a known issue, actually I added the failed job check in the pop_next_task() loop.
Without such check, the scheduler loop will try to schedule the pending tasks from failed job which would be worse !!

@yahoNanJing
Please take a look and have a fix.

@yahoNanJing
Copy link
Contributor

Thanks @andygrove and @tfeda for reporting this issue. I'll try to fix it.

@smallzhongfeng
Copy link

Any update? This will directly cause the ui to be unavailable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants