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

Max number of workers #115

Closed mradmacher closed 9 years ago

mradmacher commented 9 years ago

It is a great library and very useful for me. But in my current project I need around 200 of concurrent workers. Is there any reason for choosing 100 as a maximum number of workers?

brandonhilkert commented 9 years ago

It was somewhat arbitrary. I'll bump it up. Just didn't want anyone to shoot themselves in the foot.

brandonhilkert commented 9 years ago

Bumped to 200 in version 1.5.0.

mradmacher commented 9 years ago

That is awesome. Thank you.