jobq 0.1.0

A Background Job Queue using Tokio, PostgreSQL & ZeroMQ
Documentation

JobQ

Postgres/Tokio/ZeroMQ Based Job Queue

Description

This is a prototype of a job queue using tmq to build a job queue for distributing background jobs to workers.

Example

Please see main.rs for a usage example.