README.md in advanced-sneakers-activejob-0.4.0 vs README.md in advanced-sneakers-activejob-0.5.0

- old
+ new

@@ -179,12 +179,9 @@ # Define custom delay for retries, but remember - each unique delay leads to new queue on RabbitMQ side config.retry_delay_proc = ->(count) { AdvancedSneakersActiveJob::EXPONENTIAL_BACKOFF[count] } # Connection for publisher (fallbacks to connection of consumers) config.publish_connection = Bunny.new('CUSTOM_URL', with: { other: 'options' }) - - # Unrouted messages republish requires extra connection and will try to "clone" publish_connection unless it is provided - config.republish_connection = Bunny.new('CUSTOM_URL', with: { other: 'options' }) end ``` ## Contributing