| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /etc/supervisor/conf.d/ |
Upload File : |
; FastAPI agent worker for Foyer. Two processes from day one — agent ; turns are LLM-bound and benefit from horizontal pickup. Supervisord ; restarts on crash; stderr + stdout funnel into per-process logs under ; /var/log/foyer/. ; ; Deploys to /etc/supervisor/conf.d/foyer-agent-worker.conf on the EC2 box. ; Reload with: ; sudo supervisorctl reread && sudo supervisorctl update [program:foyer-agent-worker] command=/var/www/foyer/shared/agent-venv/bin/uvicorn app:app --host 127.0.0.1 --port 88%(process_num)02d --workers 1 directory=/var/www/foyer/current/workers/agent autostart=true autorestart=true numprocs=2 process_name=%(program_name)s_%(process_num)02d user=ubuntu environment=FOYER_INTERNAL_SECRET="38449c96f4d0d7991d8599921a79cbfa4cface6668bb3112c294f04b58f4e67a",FOYER_LARAVEL_INTERNAL_BASE_URL="http://127.0.0.1:8090",FOYER_LLM_PROVIDER="mock",FOYER_LLM_MODEL="claude-sonnet-4-6",FOYER_DEFAULT_COST_CEILING_MICROS="500000" stdout_logfile=/var/log/foyer/agent-%(process_num)02d.out.log stderr_logfile=/var/log/foyer/agent-%(process_num)02d.err.log stopasgroup=true killasgroup=true priority=20