#!/bin/bash
# Run the Django scheduler

cd /home/binbytec/binbytesaas
source venv/bin/activate
python manage.py run_scheduler >> logs/scheduler.log 2>&1