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
When the forked process doesn't respond to http calls, the watchdog could release the lock file to trigger a container restart.
Expected Behaviour
If the function http server timeouts, the watchdog should log the timeout exception and release the lock file.
Maybe implement a retry mechanism and exit after several timeouts?
Current Behaviour
Currently the watchdog only logs the http error without detection a timeout.
The text was updated successfully, but these errors were encountered:
When the forked process doesn't respond to http calls, the watchdog could release the lock file to trigger a container restart.
Expected Behaviour
If the function http server timeouts, the watchdog should log the timeout exception and release the lock file.
Maybe implement a retry mechanism and exit after several timeouts?
Current Behaviour
Currently the watchdog only logs the http error without detection a timeout.
The text was updated successfully, but these errors were encountered: