Skip to content

Backport fix for GitHub issue #2655 (OWLS-94991) to 3.3 release #2684

New issue

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

Merged
merged 2 commits into from
Dec 28, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor change to mention the domain spec stanza in the comment.
  • Loading branch information
ankedia committed Dec 23, 2021
commit 2e7ba1d3f288f540ac6b0b7c87716182726bddc6
4 changes: 2 additions & 2 deletions operator/src/main/resources/scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@ function waitForShutdownMarker() {
if [ -e ${SHUTDOWN_MARKER_FILE} ] ; then
exit 0
fi
# Set the SERVER_SLEEP_INTERVAL_SECONDS environment variable in the domain specs to
# override the default sleep interval value of 1 second.
# Set the SERVER_SLEEP_INTERVAL_SECONDS environment variable in the domain specs in
# `spec.serverPod.env` stanza to override the default sleep interval value of 1 second.
sleep ${SERVER_SLEEP_INTERVAL_SECONDS:-1}
done
}
Expand Down