feature/IO-3499-React-19: Move react-grid-gallery to a vendor directory internally, will be removed shortly but for now we keep it

This commit is contained in:
Dave
2026-01-13 17:17:28 -05:00
parent 1764397195
commit 7bdfbfabe9
15 changed files with 615 additions and 17 deletions

View File

@@ -28,6 +28,10 @@ if [ ! -f "$LOCKFILE" ]; then
--cluster-replicas 0
echo "Redis Cluster initialized."
# Wait for cluster to be fully ready
echo "Waiting for cluster to be fully operational..."
sleep 3
else
echo "Cluster already initialized, skipping initialization."
fi