Welcome to the Zizq Docs
Zizq is a simple, zero dependency, single binary job queue system that is both fast and durable. One of Zizq’s main design goals is visibility and control of queue data.
Jobs can be enqueued and processed across a number of programming languages, with a simple HTTP/2 API under the hood. Unlike other queue systems, Zizq provides its own durable storage and does not require arbitrary deadlines on features like job uniqueness.
Getting Started
Quick start, core concepts and use cases.
Read more →Command Line Reference
Complete reference for the zizq command.
Client Libraries
Documentation for our official client libraries.
Read more →If you don’t want to use an official client library, you can also use the Zizq HTTP API directly.
Zizq HTTP API Reference
Our HTTP/1.1 and HTTP/2 API is easy to use out of the box.
Read more →Need Help?
Zizq is a source-available project. Community support is provided through GitHub. If you have a pro license, support is also available directly via email.
Ruby