Sha256: 1ee737499d2fc9eba754a475e6d3f6c506a788fcd7b718f80569dff458f819a5
Contents?: true
Size: 339 Bytes
Versions: 17
Compression:
Stored size: 339 Bytes
Contents
module Sidekiq module Status class << self def status(jid) :complete end end module Storage def store_status(id, status, expiration = nil, redis_pool=nil) 'ok' end def store_for_id(id, status_updates, expiration = nil, redis_pool=nil) 'ok' end end end end
Version data entries
17 entries across 17 versions & 1 rubygems