Aufgabe 24: Admin-Stats mit echten Daten #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Aufgabe 24 — Admin-Routen: Echte Stats statt Platzhalter
src/routes/admin.pyliefert"uptime": "placeholder". Braucht echte Metriken.Datei:
src/routes/admin.pyqueue_status(): +processed_total,processed_errors,oldest_pendingstats(): +echteuptime,version,worker_status,error_rateprocessed_total,processed_errors,oldest_pending()Datei:
src/config.pyVERSION-Feld in Settings ergänzenTest-Datei:
tests/routes/test_admin_stats.pyCommit:
feat: Admin-Stats mit Uptime, Error-Rate und Worker-Status