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

Add way to propagate task response handler errors to users. Fix scaling issue for response handlers. #2863

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

kbirk
Copy link
Contributor

@kbirk kbirk commented Feb 28, 2024

Previously the response handlers (which should execute once, regardless of how many hmi-servers are running), would execute per hmi-server instance. This fixes that.

Response handlers should only run once, previously they would run once per hmi-server instance. This PR fixes that.

Catch response handler errors and dispatch those any relevant SSE Emitters.

@kbirk kbirk merged commit 21cb535 into main Feb 29, 2024
6 checks passed
@kbirk kbirk deleted the task-service-handler-error branch February 29, 2024 15:27
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

Successfully merging this pull request may close these issues.

2 participants