Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 583 Bytes

File metadata and controls

9 lines (8 loc) · 583 Bytes

Limitations

  • sqliteq is designed for one SQLite database file on one machine
  • WAL mode is enabled by default and strongly recommended
  • Network filesystems can miss or delay native file watcher events
  • The fallback wake prevents permanent sleeps but is not the primary design path
  • Long-running worker commands should be idempotent because process crashes can return jobs to pending or dead status
  • Windows is not part of the v0.1 CI target even though the watcher dependency has Windows support
  • Pub/sub, cron, and Python bindings are roadmap items, not shipped features