jobq 0.1.0

A Background Job Queue using Tokio, PostgreSQL & ZeroMQ
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


# JobQ 

Postgres/Tokio/ZeroMQ Based Job Queue

## Description

This is a prototype of a job queue using [tmq](https://github.com/cetra3/tmq) to build a job queue for distributing background jobs to workers.

## Example

Please see [main.rs](src/main.rs) for a usage example.