metrics: Make metrics actually usable
All checks were successful
/ test (push) Successful in 2m40s
/ deploy (push) Successful in 4m25s

With this commit, we should get stats for the item count per event per
returned-state.
This commit is contained in:
lagertonne 2024-12-23 11:42:27 +01:00
parent 06c0d6cf44
commit 2886d887f5
8 changed files with 33 additions and 56 deletions

View file

@ -1,13 +0,0 @@
[Unit]
Description=c3lf sys3 background service
After=network.target
[Service]
User=www-data
Group=www-data
WorkingDirectory=/var/www/c3lf-sys3
ExecStart=/var/www/c3lf-sys3/venv/bin/python3 /var/www/c3lf-sys3/repo/core/manage.py update_metrics
Environment=DJANGO_SETTINGS_MODULE=core.settings
[Install]
WantedBy=multi-user.target

View file

@ -1,9 +0,0 @@
[Unit]
Description=Run Nextcloud cron.php every 5 minutes
[Timer]
OnCalendar=minutely
Unit=c3lf-sys3-cron.service
[Install]
WantedBy=timers.target