archimedes 0.4.0

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
pub mod add_job;
pub mod complete_job;
pub mod fail_job;
pub mod get_job;
pub mod task_identifiers;