Skip to main content

take_callback_payload

Function take_callback_payload 

Source
pub async fn take_callback_payload(
    pool: &PgPool,
    job_id: i64,
    metadata: Value,
) -> Result<Value, AwaError>
Expand description

Extract the _awa_callback_result key from metadata and clean it up.