Skip to content

Realtime Action Status update for pending workflows #285

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

Open
callicles opened this issue Dec 12, 2023 · 3 comments
Open

Realtime Action Status update for pending workflows #285

callicles opened this issue Dec 12, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@callicles
Copy link

callicles commented Dec 12, 2023

Is your feature request related to a problem? Please describe.
I am trying to use the extension to get real time feedback on the CI to see if the tests are passing are not. I am frustrated that I have to click the refresh button, it prevents me from focusing on something else as it runs.

Describe the solution you'd like
I would love it if when I click the refresh button, if there are any workflows that are not in a terminal state (not started, pending, queued...) the extension would poll the api every second to get a refreshed status until the action/workflow reached a terminal status.

Additional context
I have seen this: #126 and I can understand how that could be a big undertaking. I am trying to suggest a focused way of getting feedback real time on something I am working on. I am ok, telling the extension "start watching" so that api don't get overflown or we don't constantly poll the api when the extension is opened.

ideally you could subscribe to a websocket 😏 but not sure if that's even possible

Also the yellow spinners make it look like it is polling when it is not

@aharpervc
Copy link

Seems related to #229

@dbsanfte
Copy link

dbsanfte commented Feb 13, 2024

I second this issue, it's very annoying to have to click that refresh button. There should be some polling or a websocket kept open.

@markusroessler
Copy link

I also find this very frustrating. There's also no way to update the statusbar actions status, which makes it basically useless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog 🗒
Development

No branches or pull requests

4 participants