| Crates.io | jobq |
| lib.rs | jobq |
| version | 0.1.0 |
| created_at | 2020-04-14 04:56:13.02836+00 |
| updated_at | 2020-04-14 04:56:13.02836+00 |
| description | A Background Job Queue using Tokio, PostgreSQL & ZeroMQ |
| homepage | |
| repository | https://github.com/cetra3/jobq |
| max_upload_size | |
| id | 229886 |
| size | 52,977 |
Postgres/Tokio/ZeroMQ Based Job Queue
This is a prototype of a job queue using tmq to build a job queue for distributing background jobs to workers.
Please see main.rs for a usage example.