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

https://github.com/willnet/sidekiq_test


https://github.com/willnet/sidekiq_test

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# sidekiq の動きを試すコード

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

## worker起動

```
sidekiq
```

## キュー試す

`rails c`

```
SidekiqTestWorker.perform_async
```

## webで確認

```
rails server
```

http://localhost:3000/sidekiq にアクセス