Method: Rpush::Daemon::Store::Redis#mark_batch_retryable
- Defined in:
- lib/rpush/daemon/store/redis.rb
#mark_batch_retryable(notifications, deliver_after) ⇒ Object
78 79 80 |
# File 'lib/rpush/daemon/store/redis.rb', line 78 def mark_batch_retryable(notifications, deliver_after) notifications.each { |n| mark_retryable(n, deliver_after) } end |