Zizq

Zizq

Fast zero dependency single binary job queue

d11wtq
@d11wtq
Published on Aug 5, 2026
Visit site
41 PeerPush
🔥
Awarded
Trending Now
PeerPush

Details

Pricing
Freemium
Platforms
CLIWebAPI

Discovery signals

How AI and people discover Zizq on PeerPush

AI-readyAI-readyWhether this product carries the structured data - use cases, audiences, platforms - that lets AI match it to the right questions.
Structured

Described for AI to match

Described for AI with use cases, audiences, platforms and pricing so assistants can match it to the right questions.
Discoverable nowDiscoverable nowWhether this product is queryable through the PeerPush API and MCP right now.
Live

Via the PeerPush API and MCP

Queryable through the PeerPush API, MCP and semantic search from day one.

About Zizq

Zizq is a fast, zero-dependency job queue packed into single binary, which works in any stack and functions across programming language boundaries. It provides built-in persistence through a LSM-tree database to ensure jobs are not lost and includes visibility features to monitor queue status. Designed for simplicity and performance, Zizq allows engineers to manage background jobs on the queue using flexible filters, such as jq-style expressions. It includes pro features designed for applications operating at scale, such as batched jobs where successive enqueues can be automatically folded together into a single larger batch job, keeping both enqueues and workers simple while increasing processing efficiency.

Screenshots

Screenshot 1 of Zizq

Reviews (1)

Average 5.0 out of 5

5.0

Based on 1 review

5
1
4
0
3
0
2
0
1
0

Comments (2)

R
@russlan

A zero-dependency, single-binary queue with LSM-tree persistence is appealing for teams that do not want another service to operate. How do retries, visibility timeouts and poison jobs behave after a worker crashes?

d11wtq
@d11wtq

@russlan great question. Workers connect to the Zizq API over a persistent streaming connection. The server detects disconnects and returns jobs to the queue (status change) if a worker is lost. There is no lease expiry. Just heartbeats.

d11wtq
@d11wtq

Very excited to announce Zizq. It's based on real world experience building and operating systems at scale. Zizq aims to solve the kinds of problems apps end up writing complex code to solve at scale.