AlpenQueue/go.mod
Soldier 40d194beb1 Add SQLite persistence and worker
Add jobs table with ID, status, and created_at fields. POST /jobs endpoint creates pending jobs in SQLite. Worker polls every 5s for pending jobs, processes them with 2s delay, and marks as done.
2025-11-16 07:50:59 +00:00

6 lines
87 B
Modula-2

module alpenqueue
go 1.25.4
require github.com/mattn/go-sqlite3 v1.14.32 // indirect