https://github.com/manfred/opus
Rails example app to play with Sidekiq
https://github.com/manfred/opus
Last synced: 10 months ago
JSON representation
Rails example app to play with Sidekiq
- Host: GitHub
- URL: https://github.com/manfred/opus
- Owner: Manfred
- Created: 2015-03-30T15:52:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T15:52:53.000Z (over 11 years ago)
- Last Synced: 2025-04-05T03:26:41.231Z (over 1 year ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opus
## Development
$ bundle install
$ rake db:setup
Then start a Sidekiq process to the background tasks are executed.
$ bundle exec sidekiq