https://github.com/taskrabbit/resque-bus
Use resque as a message bus!
https://github.com/taskrabbit/resque-bus
Last synced: about 1 month ago
JSON representation
Use resque as a message bus!
- Host: GitHub
- URL: https://github.com/taskrabbit/resque-bus
- Owner: taskrabbit
- Created: 2013-08-08T19:34:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T18:04:33.000Z (about 11 years ago)
- Last Synced: 2025-01-02T11:27:12.347Z (over 1 year ago)
- Homepage: http://tech.taskrabbit.com/blog/2013/09/28/resque-bus/
- Size: 522 KB
- Stars: 127
- Watchers: 49
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.mdown
Awesome Lists containing this project
README
## Resque Bus
This project has moved to part of the larger [queue-bus](https://github.com/queue-bus/queue-bus) system.
It is now [here](https://github.com/queue-bus/resque-bus).
### Upgrading
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.
Steps:
* Upgrade everyone to 0.3.7
* Deploy all the things
* Upgrade everyone to the newest version