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: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# resqueの動きを試すコード

ほぼまっさらなRails4アプリのコード

## worker起動

```sh
QUEUE=* rake environment resque:work
```

## キュー試す

`rails c`

```
Resque.enqueue(ResqueTestWorker)
```

## webで確認

```
resque-web
```