Go to file
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
cmd/alpenqueue Add SQLite persistence and worker 2025-11-16 07:50:59 +00:00
pkg Add SQLite persistence and worker 2025-11-16 07:50:59 +00:00
.gitignore Add SQLite persistence and worker 2025-11-16 07:50:59 +00:00
go.mod Add SQLite persistence and worker 2025-11-16 07:50:59 +00:00
go.sum Add SQLite persistence and worker 2025-11-16 07:50:59 +00:00
README.md Initial commit 2025-11-16 07:30:00 +00:00

AlpenQueue: A lightweigt, self-hosted task queue in Go