All Projects → Netflix → Dyno Queues

Netflix / Dyno Queues

Licence: apache-2.0
Dyno Queues is a recipe that provides task queues utilizing Dynomite.

Programming Languages

java
68154 projects - #9 most used programming language

DISCLAIMER: THIS PROJECT IS NO LONGER ACTIVELY MAINTAINED

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].