Skip to main content

INSERT_JOB_SQL

Constant INSERT_JOB_SQL 

Source
pub const INSERT_JOB_SQL: &str;
Expand description

Canonical SQL for inserting one prepared Awa job through a Postgres driver that binds state and unique state masks as text.

Bind parameters in the order exposed by PreparedJobInsert: kind, queue, args, state, priority, max_attempts, run_at, metadata, tags, unique_key, unique_states, ordering_key.