reactr
reactr copied to clipboard
Ability to limit number of jobs in a queue
Should be able to limit the job queue size when registering the job handler, and define the behavior when the queue is full, either:
- No-op, return
nil, nilon the Result - Error, return
nil, ErrQueueFullon the Result