Commit Graph

2 Commits

Author SHA1 Message Date
Max
1df02d94a9 Update .gitignore to exclude compiled binaries
- Added alpenqueue binary to gitignore
- Added common binary extensions (.exe, .dll, .so, .dylib)
- Added debug and target directories
2025-11-16 17:43:57 +00:00
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