https://github.com/willnet/sidekiq_test
https://github.com/willnet/sidekiq_test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/willnet/sidekiq_test
- Owner: willnet
- Created: 2014-01-30T04:23:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-30T04:23:46.000Z (about 12 years ago)
- Last Synced: 2025-02-24T02:16:44.806Z (about 1 year ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sidekiq の動きを試すコード
ほぼまっさらなRails4アプリのコード
## worker起動
```
sidekiq
```
## キュー試す
`rails c`
```
SidekiqTestWorker.perform_async
```
## webで確認
```
rails server
```
http://localhost:3000/sidekiq にアクセス