[supervisord] nodaemon=true [program:live_candle_fetcher] command=python live_candle_fetcher.py --coins BTC ETH SOL BNB HYPE SUI xyz:BRENTOIL xyz:CL xyz:GOLD xyz:SILVER mkts:USTECH xyz:XYZ100 --log-level normal autostart=true autorestart=true stdout_logfile=/app/_logs/live_candle_fetcher.log stderr_logfile=/app/_logs/live_candle_fetcher.log stdout_logfile_maxbytes=10MB stdout_logfile_backups=3 [program:resampler_loop] command=python scripts/resampler_loop.py --coins BTC ETH SOL BNB HYPE SUI xyz:BRENTOIL xyz:CL xyz:GOLD xyz:SILVER mkts:USTECH xyz:XYZ100 --timeframes 3m 5m 15m 30m 1h 2h 4h 8h 12h 1d 3d 1w 1M 148m 37m --log-level normal autostart=true autorestart=true stdout_logfile=/app/_logs/resampler.log stderr_logfile=/app/_logs/resampler.log stdout_logfile_maxbytes=10MB stdout_logfile_backups=3 [program:indicators_fetcher] command=python indicators_fetcher.py --log-level normal autostart=true autorestart=true stdout_logfile=/app/_logs/indicators_fetcher.log stderr_logfile=/app/_logs/indicators_fetcher.log stdout_logfile_maxbytes=10MB stdout_logfile_backups=3 [program:cron_scheduler] command=python scripts/cron_scheduler.py --log-level normal autostart=true autorestart=true stdout_logfile=/app/_logs/cron_scheduler.log stderr_logfile=/app/_logs/cron_scheduler.log stdout_logfile_maxbytes=10MB stdout_logfile_backups=3