We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The script timeout for startup/shutdown script is hard-coded to 1h.
Both the startup and shutdown script timeouts should be configurable.
Induce a sleep 3601 command in the shutdown script and the instance will hang in terminating:wait, due to Shredder considering the script as failed.
The text was updated successfully, but these errors were encountered:
448c49a
No branches or pull requests
Actual behavior
The script timeout for startup/shutdown script is hard-coded to 1h.
Expected Behavior
Both the startup and shutdown script timeouts should be configurable.
Steps to reproduce
Induce a sleep 3601 command in the shutdown script and the instance will hang in terminating:wait, due to Shredder considering the script as failed.
Checklist
Tips
The text was updated successfully, but these errors were encountered: