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

Publish/Subscribe pattern with Flower ? #1332

Open
benjaminh opened this issue Oct 13, 2023 · 0 comments
Open

Publish/Subscribe pattern with Flower ? #1332

benjaminh opened this issue Oct 13, 2023 · 0 comments

Comments

@benjaminh
Copy link

Is your feature request related to a problem? Please describe.

I wonder if the publish/subscribe pattern is in the range of Flower features ?

My use case includes communication from a frontend web application to Flower API so I can get the list of pending/success/failed tasks.
Now I'm trying to refresh the list when a task has finished or failed. And I would like to avoid such things as setInterval() methods on JS side.
Did anybody already try to implement such message broadcast ? Or should I rather look into Django channels and websockets ?

Describe the solution you'd like

Some sort of pub/sub pattern attached to the Flower REST API.
I read on other issues that websocket was removed from Flower code, so I would like to know if we can expect this pub/sub pattern in Flower in future releases or if this is definitely not on the development roadmap ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant