File size: 142 Bytes
773fa99
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash

# Start the Celery worker in the background
celery -A tasks worker --loglevel=info &

# Start the main application
python run.py