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

The is_queued task status attribute != "is queued" #6019

Open
hjoliver opened this issue Mar 12, 2024 · 0 comments
Open

The is_queued task status attribute != "is queued" #6019

hjoliver opened this issue Mar 12, 2024 · 0 comments
Labels
code refactor internals could be better Not exactly a bug, but not ideal.
Milestone

Comments

@hjoliver
Copy link
Member

This pre-dates abstracting out the queue manager and queue implementation from the task pool module.

The is_queued task status attribute is not handled by the queue manager. So to correctly queue or de-queue a task we have to separately pass it to the queue manager and do a task state reset. It's easy to forget the last bit.

@hjoliver hjoliver added could be better Not exactly a bug, but not ideal. code refactor internals labels Mar 12, 2024
@hjoliver hjoliver added this to the cylc-8.x milestone Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code refactor internals could be better Not exactly a bug, but not ideal.
Projects
None yet
Development

No branches or pull requests

1 participant