Webhook notification when server fails to start in timely manner is not clear #21
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
When database validation fails due to server startup, the resulting WebHook notification is lacking the details of why the verification failed.
Example notification:
Running the verification from the command line provides the important failure details;
The Webhook notification should indicate the verification failed because the server did not start in the allotted time.
The amount of time the script waits for the server to start is controlled by the
DATABASE_SERVER_TIMEOUT
environment variable. The default is 30 seconds. If you find you are receiving these types of errors, you can try increasing the timeout.The text was updated successfully, but these errors were encountered: