문제

Does anyone have or know of a guide for how to migrate from Delayed Job to Resque? I can't find any on Google and figure I must not be the first one doing this. Just a general list of changes that need to made and things to watch out for would be great.

도움이 되었습니까?

해결책 2

There is no guide that I could find, but the missing piece of the puzzle is Resque scheduler. Once you get all the Resque stuff running on your server, the actual Rails code changes are incredibly simple. So if you happen to be doing this look for Resque Scheduler and then have at it.

다른 팁

I have just found this guide.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top