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 Aug 18, 2023. It is now read-only.
Output from using Ctrl+c to stop a running instance:
WARN[2702] bounce is shutting down, please wait ...
ERROR[2702] gracefulShutdown: could not gracefully shutdown the server: context canceled
INFO[2702] bounce successfully shutdown
The WARN and INFO messages are fine, but the ERROR is not an error, it is expected. The error code check currently applied by the gracefulShutdown goroutine (or its handling) should should that particular error.
The text was updated successfully, but these errors were encountered:
Output from using
Ctrl+c
to stop a running instance:The
WARN
andINFO
messages are fine, but theERROR
is not an error, it is expected. The error code check currently applied by thegracefulShutdown
goroutine (or its handling) should should that particular error.The text was updated successfully, but these errors were encountered: