Skip to content

Conversation

@Karakatiza666
Copy link
Contributor

@Karakatiza666 Karakatiza666 commented Dec 2, 2025

Previously the registered callbacks on pipeline actions were only executed when these actions were triggered from web-console. For example, you couldn't follow the change stream if a pipeline was started through the API.
Now the occurred pipeline actions are derived from each pipeline's status transitions, received when polling /v0/pipelines.
Aside from the functional changes, the new implementation has lower coupling to adjacent code than the previous one.

Fix #4822: skip the PAUSED state if we don't need to listen for any changes

Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
@Karakatiza666 Karakatiza666 added bug Something isn't working Web Console Related to the browser based UI labels Dec 2, 2025
@ryzhyk
Copy link
Contributor

ryzhyk commented Dec 2, 2025

Can #4822 fix be a separate PR?

@Karakatiza666
Copy link
Contributor Author

Ok.

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

Labels

bug Something isn't working Web Console Related to the browser based UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

webconsole: skip the PAUSED state if we don't need to listen for any changes

3 participants