Files
Munich-news/news_crawler/start.sh
2025-11-14 12:51:18 +01:00

9 lines
186 B
Bash

#!/bin/bash
# Start both the scheduler and the worker
# Start the worker in the background
python -u worker.py &
# Start the scheduler in the foreground
python -u scheduled_crawler.py