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
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
#601 proposes /health endpoint. Usually we wrap endpoints with breaker to use performance counters and feed it with data to open in case of a problem.
To have long-running apps health in the perf. counters we need to support time-window bigger than several seconds. This leads to increased memory consumption and OOM.
Therefore we might simply keep a status (ok, failed?) to reduce the memory consumption to minimum. Another idea would be to allow breaker to be controlled with custom function.
The text was updated successfully, but these errors were encountered:
#601 proposes /health endpoint. Usually we wrap endpoints with breaker to use performance counters and feed it with data to open in case of a problem.
To have long-running apps health in the perf. counters we need to support time-window bigger than several seconds. This leads to increased memory consumption and OOM.
Therefore we might simply keep a status (ok, failed?) to reduce the memory consumption to minimum. Another idea would be to allow breaker to be controlled with custom function.
The text was updated successfully, but these errors were encountered: