danhyun / dyno-queues

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:Apache License 2.0


Languages

Language:Java 99.2%Language:Shell 0.8%