|
|
|
|
|
by iloveitaly
1591 days ago
|
|
Surprised Resque isn't thrown in the mix here. It's performed very well over the years, even as the workloads and scale of the application has grown (from 100s transactions a day, to 10k/minute). The main advantage over sidekiq is it uses a forking model, so you don't need to worry about memory leaks or thread-safety as closely. |
|