This commit is contained in:
2025-11-14 12:51:18 +01:00
parent 433a16ee0e
commit 869ca3a894
20 changed files with 1606 additions and 38 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Start both the API server and the worker
# Start the worker in the background
python -u worker.py &
# Start the API server in the foreground
python -u api_service.py