You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the worker health check to a separate endpoint. This keeps health lean and quick, while still giving us the ability to check in on the workers if we need to
Dig in and find a better, more performant replacement for the old worker check
Describe alternatives you've considered, if any
Do nothing, but this leaves fides open to reliability issues.
The text was updated successfully, but these errors were encountered:
@daveqnet FYI I've got a PR up that should fix this. It is still relatively high latency but it now has its own endpoint so we can set that accordingly
Is your feature request related to a specific problem?
/health
API request processing was eliminated - see Disable worker part of/health
check #3898 for details on the code change.Describe the solution you'd like
As discussed with @ThomasLaPiana:
Describe alternatives you've considered, if any
Do nothing, but this leaves fides open to reliability issues.
The text was updated successfully, but these errors were encountered: