https://github.com/phstc/sidekiq-putsreq
https://github.com/phstc/sidekiq-putsreq
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phstc/sidekiq-putsreq
- Owner: phstc
- Created: 2015-03-13T12:09:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T18:33:03.000Z (about 11 years ago)
- Last Synced: 2025-01-27T08:45:27.670Z (over 1 year ago)
- Language: Ruby
- Homepage: http://www.pablocantero.com/blog/2015/03/14/sidekiq-redis-vs-shoryuken-aws-sqs/
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
It's a sample app for http://www.pablocantero.com/blog/2015/03/14/sidekiq-redis-vs-shoryuken-aws-sqs/
## Installation instructions
```sh
git clone git@github.com:phstc/sidekiq-putsreq.git
cd sidekiq-putsreq
```
Assuming you have [heroku toolbelt](https://toolbelt.heroku.com/) installed:
```sh
heroku create
git push heroku master
heroku addons:add redistogo
heroku config:set REDIS_PROVIDER=REDISTOGO_URL
```
Open the [Sidekiq Bucket on PutsReq](http://putsreq.com/qX0hnwmzqGWit0sgimUG/inspect), click on Fork and copy "Your PutsReq URL" then:
```sh
heroku config:set BUCKET_URL=http://putsreq.com/
```
## Running tests
```sh
heroku ps:scale worker=0
heroku run bundle exec rake
heroku ps:scale worker=1
```
All done! Open your bucket on PutsReq and check the results!