#!/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