README.md in basquiat-1.3.0.pre.1 vs README.md in basquiat-1.3.0
- old
+ new
@@ -1,8 +1,9 @@
# Basquiat
-[![Code Climate](https://codeclimate.com/github/VAGAScom/basquiat/badges/gpa.svg)](https://codeclimate.com/github/VAGAScom/basquiat)
+[![Issue Count](https://codeclimate.com/github/VAGAScom/basquiat/badges/issue_count.svg)](https://codeclimate.com/github/VAGAScom/basquiat)
+[![Test Coverage](https://codeclimate.com/github/VAGAScom/basquiat/badges/coverage.svg)](https://codeclimate.com/github/VAGAScom/basquiat/coverage)
**Basquiat** is library aimed to hide (almost) all the complexity when working with some kind of message queue from the application internals.
All the exchanges, connections, queues and sessions declarations are swept under rug. The aim is to provide a simple yet flexible interface to work with message queues.
@@ -104,10 +105,11 @@
auth:
user: 'guest'
password: 'guest'
requeue:
enabled: true
- delayed_delivery:
+ strategy: delayed_delivery
+ options:
retries: 10
queue_name_preffix: wait.for_it
exchange_name: legendary
```