Class: Totoro::ResendService
- Inherits:
-
Object
- Object
- Totoro::ResendService
- Defined in:
- lib/totoro/services/resend_service.rb
Instance Method Summary collapse
Instance Method Details
#resend_all_messages ⇒ Object
5 6 7 8 9 |
# File 'lib/totoro/services/resend_service.rb', line 5 def Totoro::TotoroFailedMessage.find_in_batches(batch_size: 100) do || .each { |m| (m) } end end |