File size: 210 Bytes
e12cd0f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

# wait for the database to be ready and migrations to be applied
echo "Waiting for the database to be ready..."
sleep 10

echo "Starting Django Q Cluster..."
exec python3 manage.py qcluster