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

Added additional checks for inflight flow status #3870

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Added additional checks for inflight flow status #3870

merged 1 commit into from
Oct 31, 2024

Conversation

scudette
Copy link
Contributor

The Inflight flow status check sends a message to the client about flows that are currently in flight. This PR adds an additional check to verify if the flow has already been resolved before sending this check. This helps to avoid sending a status check for a flow that is already resolved which will result in an error state for the flow, even though it is already completed.

Also added a flag to disable this entire feature which might be necessary for unusual configurations, while the feature is pretty new and might introduce too much load on busy servers.

Also added toolbar to hunt client view.

The Inflight flow status check sends a message to the client about
flows that are currently in flight. This PR adds an additional check
to verify if the flow has already been resolved before sending this
check. This helps to avoid sending a status check for a flow that is
already resolved which will result in an error state for the flow,
even though it is already completed.

Also added a flag to disable this entire feature which might be
necessary for unusual configurations, while the feature is pretty new
and might introduce too much load on busy servers.

Also added toolbar to hunt client view.
@scudette scudette merged commit 862f344 into master Oct 31, 2024
3 checks passed
@scudette scudette deleted the inflight branch October 31, 2024 15:59
scudette added a commit that referenced this pull request Nov 4, 2024
The Inflight flow status check sends a message to the client about flows
that are currently in flight. This PR adds an additional check to verify
if the flow has already been resolved before sending this check. This
helps to avoid sending a status check for a flow that is already
resolved which will result in an error state for the flow, even though
it is already completed.

Also added a flag to disable this entire feature which might be
necessary for unusual configurations, while the feature is pretty new
and might introduce too much load on busy servers.

Also added toolbar to hunt client view.
scudette added a commit that referenced this pull request Nov 4, 2024
The Inflight flow status check sends a message to the client about flows
that are currently in flight. This PR adds an additional check to verify
if the flow has already been resolved before sending this check. This
helps to avoid sending a status check for a flow that is already
resolved which will result in an error state for the flow, even though
it is already completed.

Also added a flag to disable this entire feature which might be
necessary for unusual configurations, while the feature is pretty new
and might introduce too much load on busy servers.

Also added toolbar to hunt client view.
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.

1 participant