#!/usr/bin/env sh set -eu python -u -m backend.worker.worker & exec uvicorn health_api:app --host 0.0.0.0 --port "${PORT:-7860}"