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

Fix extensive data polling and deserialization on expired processes states #132

Merged
merged 3 commits into from
Sep 18, 2023

Conversation

mensfeld
Copy link
Member

This PR changes how we fetch process details. Because since web 0.5.0 we publish process name as the key alongside payload, we can use it to uniquely squash data. This prevents us from extensive parsing of JSONs. We can also early skip when no processes saving us request to Kafka

close #131

@mensfeld mensfeld added the bug Something isn't working label Sep 18, 2023
@mensfeld mensfeld requested a review from nijikon September 18, 2023 11:43
@mensfeld mensfeld self-assigned this Sep 18, 2023
@mensfeld mensfeld merged commit 32b2833 into master Sep 18, 2023
12 checks passed
@mensfeld mensfeld deleted the 131 branch September 18, 2023 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

Extensive data-poll on processes despite no processes being available
1 participant