Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 413 Bytes

File metadata and controls

11 lines (8 loc) · 413 Bytes

spikeify-taskqueue

A lightweight queue service based on Spikeify for Aerospike.

Task queue allows

  • adding tasks/jobs into database to be asynchronously executed
  • running one or multiple queues
  • running on one or multiple machines
  • running on one or multiple threads per machine or/and queue

Read more about it in the Basic Usage.