Replace websockets communication between scheduler and evaluator with message queues #8485
Labels
improvement
Something nice to have, that will make life easier for developers or users or both.
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
The text was updated successfully, but these errors were encountered: