graphile_worker 0.11.4

High performance Rust/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)
Documentation
1
2
3
4
5
6
7
8
pub mod add_job;
pub mod batch_get_jobs;
pub mod complete_job;
pub mod fail_job;
pub mod get_job;
mod job_query_helpers;
pub mod return_jobs;
pub mod task_identifiers;