Skip to main content
Synchronously processes every pending consolidate job (pending or failed — replayable) via run_pending_consolidations. See Consolidator for the full pipeline.
Dev/ops endpoint, documented as such: it uses a session with no RLS context (get_session_ops) and processes jobs across every project, not just the caller’s. No rate limiting in V1. Useful for local development, end-to-end tests, self-hosted n8n flows, and the haki verify CLI scenario. In production, a separate worker typically takes over (Redis is already provisioned in docker-compose.yml with that in mind).

Response — 200 OK

integer
required
Number of jobs processed successfully in this call.