Official Client Libraries

Zizq provides official client libraries for popular programming languages. Each client handles connection management, job serialization and dispatch, and concurrent processing out of the box — so you can focus on your application logic.

All official client libraries are free and open source under the MIT license. If you’d prefer to integrate directly, the HTTP API is easy to use from any language.

Ruby

Includes a mixin for Ruby-specific job classes, an Active Job adapter and a worker with multi-thread and optional multi-fiber concurrency. As with all official clients, low-level enqueue and dispatch is supported.

Node.js

TypeScript/JavaScript client based on undici. Jobs are defined as async functions and workers can be created with ad-hoc dispatchers.