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

Dynamically update the list of pipelines #33

Open
ankitm123 opened this issue May 31, 2022 · 1 comment
Open

Dynamically update the list of pipelines #33

ankitm123 opened this issue May 31, 2022 · 1 comment
Milestone

Comments

@ankitm123
Copy link
Member

We only fetch once when the user loads the pipeline page.
To see new pipelines, the end user has to refresh the page.

Instead we should dynamically update the pipeline page

  • Poll the backend (eg: poll every 10 seconds)
  • Server Sent Events (Which is what we do for logs atm)
@ankitm123 ankitm123 added this to the MVP milestone Jul 8, 2022
@aabhas-sao
Copy link
Contributor

I'm working on this. 😁

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

2 participants