config/phobos.yml.example in phobos-1.4.2 vs config/phobos.yml.example in phobos-1.5.0
- old
+ new
@@ -93,5 +93,9 @@
# Maximum duration of time to wait before returning messages from the server, in seconds
max_wait_time: 5
# Apply this encoding to the message payload, if blank it uses the original encoding. This property accepts values
# defined by the ruby Encoding class (https://ruby-doc.org/core-2.3.0/Encoding.html). Ex: UTF_8, ASCII_8BIT, etc
force_encoding:
+ # Use this if custom backoff is required for a listener
+ backoff:
+ min_ms: 500
+ max_ms: 10000