mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
added require 'sidekiq/api' for calling stats
This is now needed as per https://github.com/meskyanichi/hirefire-resource/issues/20#issuecomment-40135831. This is required for the app to run.
This commit is contained in:
parent
a4dea53f77
commit
10c1b1ae21
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
require 'sinatra'
|
||||
require 'sidekiq'
|
||||
require 'redis'
|
||||
require 'sidekiq/api'
|
||||
|
||||
$redis = Redis.new
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue