brandonhilkert / sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday.
MIT License
2.65k stars 114 forks source link

Which servers is sucker punch compatible with? #63

Closed yshahin closed 10 years ago

yshahin commented 10 years ago

Can someone tell what are the servers that sucker punch compatible with? in the documentation you mention Unicorn and Passenger

Does it work with Thin, Puma, or Webrick? Also does it work on Heroku for specific servers?

brandonhilkert commented 10 years ago

AFAIK, it works on all. I haven't seen any reports of it not. It certainly works on Heroku. I have app there now processing about 20-30k jobs per day.

yshahin commented 10 years ago

Perfect, Thanks