Worker queue
Open
- Dominant language
- Go
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently requests get run immediately as they come in. We should implement a worker queue for managing concurrent jobs up to a configurable maximum.
When a request comes in, it should write the "In Progress" badge immediately and then queue up to run the validation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.