awa-model
Core types, SQL queries, and migrations for the Awa job queue.
This crate provides:
JobRow,JobState,InsertOpts,UniqueOpts— job data typesinsert,insert_with,insert_many,insert_many_copy— job insertionadmin::*— retry, cancel, pause, drain, queue stats, callback resolutionmigrations::run— schema creation and migrationcron::*— periodic job schedule management
You don't usually need to depend on this crate directly — awa re-exports everything.
License
MIT OR Apache-2.0