queue
queue copied to clipboard
Execute tasks in parallel with a concurrency limit
Results
2
queue issues
Sort by
recently updated
recently updated
newest added
Hi There, Love your code, but I think I found a bug. If I create a new queue with a concurrency limit of, say 20, and I push only one...
This is a feature request. Currently it is not easy for a failed task to requeue itself as the Handler has no direct reference to the queue. It'd be nice...