Knowing when resque worker had completed job

后端 未结 1 1032
悲&欢浪女
悲&欢浪女 2021-01-27 10:33

I am performing some job with Resque-worker (5 workers). Now, when this job is completed/done I want to trigger another worker which processes the data previous worker stored in

相关标签:
1条回答
  • 2021-01-27 11:36

    I'm not sure if this is of any help, but have you had a look at the resque-status gem? That way you can track a given jobs' status, to see when it is completed. But I'm affraid there are no auto-trigger functionality, to start new workers.

    0 讨论(0)
提交回复
热议问题