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

requirement: add dynamic-sidecar client using RabbitMQ (enables easier k8s migration) #7224

Open
Tracked by #5632
GitHK opened this issue Feb 13, 2025 · 0 comments
Open
Tracked by #5632
Assignees

Comments

@GitHK
Copy link
Contributor

GitHK commented Feb 13, 2025

Why do this and not reuse the current HTTP interface?

There are currently 2 strong incentives to use RabbitMQ, regardless of any other benefits:

  • I don't have to deal with the issue of reusing the same httpx client in the dynamic-scheduler (pools accumulate connections and they have to be terminated after an amount of time, otherwise connections will no longer work)
  • Primarily: allowing all the simcore services to run in k8s. Exposing the http interface via RabbitMQ is the way to go to enable this feature, since currently the only way for the dynamic-scheduler to access a dynamic-sidecar is via it's http interface

Since we are moving away all piecev

@GitHK GitHK self-assigned this Feb 13, 2025
@GitHK GitHK changed the title requirement: add dynamic-sidecar client using RabbitMQ (dynamic-sidecar also needs an extension to expose this via RabbitMQ) requirement: add dynamic-sidecar client using RabbitMQ (enables easier k8s migration) Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant