backburner
backburner copied to clipboard
Create a threaded worker
Would be cool to create a threaded worker for processing beanstalk jobs possibly using celluloid similar to @mperham's sidekiq or just a custom threaded solution.
+1
+1 It seems odd after sidekiq to make a big pool of workers instead of one
Agreed, in the meantime check out https://github.com/nesquena/backburner/wiki/ThreadsOnFork-worker which actually does use a thread pool for processing jobs. Hopefully we will get the threaded worker available soon.