Best practice for Rails App to run a long task in the background?

后端 未结 14 1456
时光取名叫无心
时光取名叫无心 2020-12-07 20:49

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

14条回答
  •  眼角桃花
    2020-12-07 21:32

    I've used spawn before and definitely would recommend it.

    Incredibly simple to set up (which many other solutions aren't), and works well.

提交回复
热议问题