graphile_worker_lifecycle_hooks 0.1.1

Lifecycle hooks for graphile_worker, a high performance Rust/PostgreSQL job queue
Documentation
1
2
3
# Graphile Worker Lifecycle Hooks

This crate provides lifecycle hooks for [Graphile Worker](https://docs.rs/graphile_worker), allowing you to observe and intercept events during worker and job execution such as worker init, job start, job completion, and cron ticks.