Skip to main content

try_dispatch

Function try_dispatch 

Source
pub async fn try_dispatch(
    run_id: RunId,
    step_instance_id: StepInstanceId,
    step_type: &str,
    resolved_spec: &Value,
    pool: PgPool,
    nats_client: Client,
    _tls_reloader: Arc<TlsReloader>,
) -> Result<bool>
Expand description

Attempts to dispatch an HTTP Webhook step instance.