mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
[program:fba_celery_beat]
|
|
directory=/fba/backend
|
|
command=/usr/local/bin/celery -A app.task.celery beat --loglevel=INFO
|
|
user=root
|
|
autostart=true
|
|
autorestart=true
|
|
startretries=5
|
|
redirect_stderr=true
|
|
stdout_logfile=/var/log/fba/fba_celery_beat.log
|
|
stdout_logfile_maxbytes=5MB
|
|
stdout_logfile_backups=5
|