refactor: removed redis + new scheduler engine
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Waiting for redis and mariadb to start up..."
|
||||
bash ./dev/docker-common/wait.sh redis:6379
|
||||
echo "Waiting for mariadb to start up..."
|
||||
bash ./dev/docker-common/wait.sh db:3306
|
||||
echo "=== READY ==="
|
||||
tail -f /dev/null
|
||||
|
Reference in New Issue
Block a user