-
v1.7.0 Stable
released this
2026-06-23 21:03:27 -04:00 | 0 commits to main since this release- Add scheduler from core package, a database-polling task executor. Every
SchedulerIntervala tick fires, claims pending tasks fromqueue_items, and runs each task's handler. - golang packages updated
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
7 downloads
- Add scheduler from core package, a database-polling task executor. Every