pub async fn handle_workflow_timeout( run_id: RunId, pool: PgPool, nats_client: Client, _tls_reloader: Arc<TlsReloader>, ) -> Result<()>
Handle workflow timeout.