Class: Chewy::Strategy::ResqueUrgent
- Inherits:
-
ResqueBase
- Object
- Base
- ResqueBase
- Chewy::Strategy::ResqueUrgent
- Defined in:
- lib/chewy/strategy/resque_urgent.rb
Instance Method Summary collapse
Methods inherited from ResqueBase
Instance Method Details
#update(type, objects, options = {}) ⇒ Object
4 5 6 7 |
# File 'lib/chewy/strategy/resque_urgent.rb', line 4 def update(type, objects, = {}) ids = type.adapter.identify(objects) enqueue(type, ids) end |