-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsupervisor.conf
More file actions
18 lines (17 loc) · 935 Bytes
/
Copy pathsupervisor.conf
File metadata and controls
18 lines (17 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[program:fast-api]
command=/home/w3c_offical/projects/ai-workers/fast-api/venv/bin/uvicorn main:app --host 0.0.0.0 --port 14444 --reload --log-level debug
directory=/home/w3c_offical/projects/ai-workers/fast-api
autostart=true
autorestart=true
stdout_logfile=/home/w3c_offical/projects/ai-workers/fast-api/logs/fast-api.log
stderr_logfile=/home/w3c_offical/projects/ai-workers/fast-api/logs/fast-api.log
user=w3c_offical
environment=PYTHONPATH="/home/w3c_offical/projects/ai-workers/fast-api",LOG_LEVEL=DEBUG,LOG_LEVEL=DEBUG
[program:pane-status-cache]
command=/home/w3c_offical/projects/ai-workers/fast-api/venv/bin/python cron/cron_pane_watcher.py
directory=/home/w3c_offical/projects/ai-workers/fast-api
autostart=true
autorestart=true
stdout_logfile=/home/w3c_offical/projects/ai-workers/fast-api/logs/pane-status-cache.log
stderr_logfile=/home/w3c_offical/projects/ai-workers/fast-api/logs/pane-status-cache.log
user=w3c_offical