Background Job Manager for Rails 3

后端 未结 4 820
一生所求
一生所求 2021-01-13 11:06

Does anyone know of a background job manager that works with Rails 3? I have heard of Starling and Workling but I do not see a fork for Rails 3.

4条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-13 11:24

    spawn is fine if you just want to run some code in a seperate thread and just forget about it. https://github.com/tra/spawn

提交回复
热议问题