TenjinInc / procrastinator

Delayed task queues made simple.
https://rubygems.org/gems/procrastinator
MIT License
4 stars 0 forks source link

Multithread QueueWorker #3

Closed robinetmiller closed 2 years ago

robinetmiller commented 8 years ago

So that one task doesn't clog up the entire queue, QueueWorker should be multithreaded to handle max_tasks tasks at a time.

robinetmiller commented 6 years ago

This will require some locking around calls to the Task Loader, to prevent threads from pulling the same tasks.

robinetmiller commented 2 years ago

Feature rejected due to complexity.