backburner icon indicating copy to clipboard operation
backburner copied to clipboard

Create a threaded worker

Open nesquena opened this issue 12 years ago • 3 comments

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.

nesquena avatar Jul 28 '12 10:07 nesquena

+1

changwu avatar May 08 '13 09:05 changwu

+1 It seems odd after sidekiq to make a big pool of workers instead of one

arrowcircle avatar Jun 04 '13 16:06 arrowcircle

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.

nesquena avatar Jun 04 '13 19:06 nesquena