We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94248a commit 4d07e9cCopy full SHA for 4d07e9c
.controlplane/entrypoint.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash -e
2
# Runs before the main command
3
-# This script is unique to this demo project as it ensures the database and redis are ready
+# This script is unique to this demo project as it ensures the database and Redis are ready
4
# before running the rails server or other services.
5
-
+# You can ignore this sort of "wait" if using external services, like AWS RDS or AWS Aurora.
6
7
wait_for_service()
8
{
0 commit comments