Skip to content

Releases: raskig/carrot

terminology change: user "retry" instead of "waiting"

11 Apr 09:27
Compare
Choose a tag to compare

Use "retry" in queue/exchange naming instead of "waiting".

add more elaborate next-ttl reference implementation

04 Apr 09:18
Compare
Choose a tag to compare

fixed exponential backoff

03 Apr 15:37
Compare
Choose a tag to compare
v1.0.0

new version for fixed exponential backoff

exponential back off implementation

28 Mar 15:07
Compare
Choose a tag to compare

Implementation for exponential back off and finally tests are added as well.

queue config abilities added.

23 Mar 15:24
Compare
Choose a tag to compare

You can configure the dead letter queues and the waiting queue.

mesage acknoledgement added

08 Mar 12:42
Compare
Choose a tag to compare

Carrot acknowledges every message even if it fails, since it sends the message to the waiting queue any way.

Initial usable version

06 Mar 14:52
Compare
Choose a tag to compare

Supports simple delayed retry and exception handling.