I have a Rails application that unfortunately after a request to a controller, has to do some crunching that takes awhile. What are the best practices in Rails for providin
I've used spawn before and definitely would recommend it.
Incredibly simple to set up (which many other solutions aren't), and works well.