Replies: 1 comment
-
|
this would be a great feature to add. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, usage statistics are stored in-memory only and reset on every container restart. This is problematic for container-based deployments (Docker, Kubernetes, Modal, etc.) where containers frequently restart or scale to zero.
Could you add an option to persist usage statistics to a SQLite database file, similar to how logs are handled with
log-file-path?Beta Was this translation helpful? Give feedback.
All reactions