brandonhilkert / sucker_punch

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

Update README.md #248

Closed alfuken closed 2 years ago

alfuken commented 2 years ago

Added a comment about difference between SuckerPunch and ActiveJob's AsyncAdapter, as suggested in https://github.com/brandonhilkert/sucker_punch/issues/230

brandonhilkert commented 2 years ago

Looks good. Please put it after the ActiveJob section, but before the Troubleshooting section.

alfuken commented 2 years ago

👍