| Crates.io | pg-taskq |
| lib.rs | pg-taskq |
| version | 0.3.0 |
| created_at | 2023-05-18 12:02:25.72024+00 |
| updated_at | 2023-10-07 02:57:03.882367+00 |
| description | A simple postgres-based distributed and persistent task queue for Rust |
| homepage | https://github.com/rksm/pg-taskq |
| repository | https://github.com/rksm/pg-taskq |
| max_upload_size | |
| id | 867807 |
| size | 119,563 |
pg-taskq is a simple postgres-based distributed task queue. It is:
I made this to scratch my own itch to have a flexible, persistent and distributed task queue for various long-running processing tasks without having to maintain additional services and infrastructure. This thing is likely not production ready nor is it battle tested — use at your own risk.
For a worker-producer example see this project.
License: MIT