Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willnet/resque_test


https://github.com/willnet/resque_test

Last synced: 2 days 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
```