Go to file
Soldier 018d699e31 Add webhook callback support
Add webhook_url column to jobs table. POST /jobs endpoint accepts JSON payload with optional webhook_url. After job completion, worker POSTs to webhook with status and duration.
2025-11-16 08:01:53 +00:00
cmd/alpenqueue Add webhook callback support 2025-11-16 08:01:53 +00:00
pkg Add webhook callback support 2025-11-16 08:01:53 +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