Method: Chore::Queues::SQS::Publisher.reset_connection!

Defined in:
lib/chore/queues/sqs/publisher.rb

.reset_connection!Object

Sets a flag that instructs the publisher to reset the connection the next time it’s used



29
30
31
# File 'lib/chore/queues/sqs/publisher.rb', line 29

def self.reset_connection!
  @@reset_next = true
end