| [program:death_march] | |
| command=python3 /data/adaptai/platform/aiml/mlops/death_march/deploy.py | |
| directory=/data/adaptai/platform/aiml/mlops/death_march | |
| user=x | |
| autostart=true | |
| autorestart=true | |
| redirect_stderr=true | |
| stdout_logfile=/tmp/death_march.log | |
| stdout_logfile_maxbytes=50MB | |
| stdout_logfile_backups=5 | |
| priority=999 | |
| environment=PATH="/usr/local/bin:/usr/bin:/bin",PYTHONPATH="/data/adaptai/platform/aiml/mlops" | |
| [program:death_march_monitor] | |
| command=bash -c 'while true; do echo "💀 Death March Alive: $(date)" >> /tmp/death_march_heartbeat.log; sleep 60; done' | |
| autostart=true | |
| autorestart=true | |
| stdout_logfile=/tmp/death_march_monitor.log | |
| priority=998 |