Skip to content

Commit

Permalink
chore: Update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhvsn authored Oct 24, 2024
1 parent 3595591 commit ab0e1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/fs/opt/appsmith/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ create_appsmith_pg_db() {

until su postgres -c "env PATH='$PATH' pg_isready -h 127.0.0.1"; do
if (( attempt >= max_attempts )); then
echo "Postgres failed to start within 100 seconds."
echo "Postgres failed to start within 300 seconds."
return 1
fi
tlog "Waiting for Postgres to be ready... Attempt $((++attempt))/$max_attempts"
Expand Down

0 comments on commit ab0e1f4

Please sign in to comment.