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

Replace websockets communication between scheduler and evaluator with message queues #8485

Closed
xjules opened this issue Aug 15, 2024 · 0 comments · Fixed by #8424
Closed

Replace websockets communication between scheduler and evaluator with message queues #8485

xjules opened this issue Aug 15, 2024 · 0 comments · Fixed by #8424
Assignees
Labels
improvement Something nice to have, that will make life easier for developers or users or both.

Comments

@xjules
Copy link
Contributor

xjules commented Aug 15, 2024

When it comes to message interface between scheduler and ensemble evaluator (ee), websockets represents quite an overhead since both scheduler and ee are now residing in the same asyncio.loop and thus the message exchange can be alleviated via the message queues instead.

Based on #7721

@xjules xjules added the improvement Something nice to have, that will make life easier for developers or users or both. label Aug 15, 2024
@xjules xjules self-assigned this Aug 15, 2024
@xjules xjules moved this to In Progress in SCOUT Aug 15, 2024
@xjules xjules moved this from In Progress to Ready for Review in SCOUT Aug 15, 2024
@github-project-automation github-project-automation bot moved this from Ready for Review to Done in SCOUT Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Something nice to have, that will make life easier for developers or users or both.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant