Expand description
SQLite-backed persistent storage for jobs.
Persists jobs to a SQLite database so they survive server restarts. The in-memory queue remains the source of truth at runtime; the store is written to on every state change and read from only at startup to restore unfinished work.
Structs§
- JobStore
- SQLite-backed persistent storage for jobs.