Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 780 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 780 Bytes

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)