mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 21:15:13 +00:00
* Add the Grafana observability suite * Update configs * Update docker script directory structure * Fix the otel trace id * Add grafana ini * Fix some configs and loguru integration * Add the celery grafana * Update Grafana dashboards * Update configs * Fix issues with the panel * Update grafana configs * Update grafana dashboards * Optimized panel styles * Add sqlalchemy traces * Fix the CORS * Update the grafana query and config * Update grafana status is off by default
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
|