Dyno Queues is a recipe that provides task queues utilizing Dynomite.
Java Shell
Latest commit 2b7d7d3 Dec 21, 2016 @v1r3n v1r3n committed on GitHub Merge pull request #17 from KowalczykBartek/bug-fix/Closeable
Remove wrong tag

README.md

Dyno Queues

Build Status Dev chat at https://gitter.im/Netflix/dynomite

Dyno Queues is a recipe that provides task queues utilizing Dynomite.

Dyno Queues Features

  • Time based queues. Each queue element has a timestamp associated and is only polled out after that time.
  • Priority queues
  • No strict FIFO semantics. However, within a shard, the elements are delivered in FIFO (depending upon the priority)