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

Move queue global variables out of job_queue module #8246

Closed
Tracked by #7885
xjules opened this issue Jun 27, 2024 · 1 comment · Fixed by #8269
Closed
Tracked by #7885

Move queue global variables out of job_queue module #8246

xjules opened this issue Jun 27, 2024 · 1 comment · Fixed by #8269
Assignees

Comments

@xjules
Copy link
Contributor

xjules commented Jun 27, 2024

In scheduler we still rely on some job_queue globals:

from ert.job_queue.queue import (
    CLOSE_PUBLISHER_SENTINEL,
    EVTYPE_ENSEMBLE_CANCELLED,
    EVTYPE_ENSEMBLE_STOPPED,
)

those should be moved to a either standalone file within the scheduler module and directly into scheduler.py

@xjules
Copy link
Contributor Author

xjules commented Jun 27, 2024

Relates to #8246

@xjules xjules mentioned this issue Jun 27, 2024
9 tasks
@berland berland self-assigned this Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants