Does Inngest self-hosted cleans old events from SQLite? #2182
-
I'm experimenting with Inngest, it runs for slightly more than a week and Docker volume size with SQLite is almost 10 Gb now. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @kop - self-hosting currently does not clean up SQLite files automatically. We haven't had folks pushing SQLite to that level yet so it hasn't been built. We have recently added Posgtres support which may be a better long term solution for self-hosting at a degree of volume. Otherwise, we'll have to work on adding this to add a limit and a process that cleans things up. We'd also be open to a PR if you're interested! |
Beta Was this translation helpful? Give feedback.
Hi @kop - self-hosting currently does not clean up SQLite files automatically. We haven't had folks pushing SQLite to that level yet so it hasn't been built. We have recently added Posgtres support which may be a better long term solution for self-hosting at a degree of volume.
Otherwise, we'll have to work on adding this to add a limit and a process that cleans things up. We'd also be open to a PR if you're interested!