└── README.mdown /README.mdown: -------------------------------------------------------------------------------- 1 | ## Resque Bus 2 | 3 | This project has moved to part of the larger [queue-bus](https://github.com/queue-bus/queue-bus) system. 4 | 5 | It is now [here](https://github.com/queue-bus/resque-bus). 6 | 7 | ### Upgrading 8 | 9 | The formats changed with the move. The last version that used the old format (0.3.7) also can adapt to the new format. This is important because you'll have things in the queue during the transition. 10 | 11 | Steps: 12 | 13 | * Upgrade everyone to 0.3.7 14 | * Deploy all the things 15 | * Upgrade everyone to the newest version 16 | --------------------------------------------------------------------------------