Skip to main content

handle_workflow_queued

Function handle_workflow_queued 

Source
pub async fn handle_workflow_queued(
    run_id: RunId,
    pool: PgPool,
    git_cache: Arc<GitCache>,
    opa_client: Arc<OpaClient>,
    nats_client: Client,
    _tls_reloader: Arc<TlsReloader>,
) -> Result<()>
Expand description

Handles the event when a workflow is queued and ready for resolution.