Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willnet/resque_test
https://github.com/willnet/resque_test
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/willnet/resque_test
- Owner: willnet
- Created: 2014-01-30T03:50:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-30T03:51:09.000Z (almost 11 years ago)
- Last Synced: 2025-01-02T23:33:33.672Z (10 days ago)
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resqueの動きを試すコード
ほぼまっさらなRails4アプリのコード
## worker起動
```sh
QUEUE=* rake environment resque:work
```## キュー試す
`rails c`
```
Resque.enqueue(ResqueTestWorker)
```## webで確認
```
resque-web
```