reactr icon indicating copy to clipboard operation
reactr copied to clipboard

Ability to limit number of jobs in a queue

Open cohix opened this issue 5 years ago • 0 comments

Should be able to limit the job queue size when registering the job handler, and define the behavior when the queue is full, either:

  1. No-op, return nil, nil on the Result
  2. Error, return nil, ErrQueueFull on the Result

cohix avatar Jun 04 '20 23:06 cohix