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
Add a configurable timeout for synthetic monitors, in case node process goes unresponsive. This timeout will be used from HB to kill synthetic monitor's in case node goes unresponsive, as seen in #32387. HB will wait for node process to exit and will proceed to kill it with SIGKILL if it doesn't do it before timeout is reached.
Additionaly, a sensible default should be used so this timeout can kick in before container eviction timeout inside synthetics service. @andrewc suggested ~14 min.
ACs:
Timeout is configurable from heartbeat.yml.
Test run is marked as failed if timeout is reached and appropriate summary is included in the monitor run.
The text was updated successfully, but these errors were encountered:
Describe the enhancement:
Add a configurable timeout for synthetic monitors, in case
node
process goes unresponsive. This timeout will be used from HB to kill synthetic monitor's in casenode
goes unresponsive, as seen in #32387. HB will wait fornode
process to exit and will proceed to kill it withSIGKILL
if it doesn't do it before timeout is reached.Additionaly, a sensible default should be used so this timeout can kick in before container eviction timeout inside synthetics service. @andrewc suggested ~14 min.
ACs:
heartbeat.yml
.The text was updated successfully, but these errors were encountered: