Generated output — this is a static snapshot rendered from .vibekb/. The .vibekb/ content is the source of truth. See Reference for provenance.

Queue workers

Parallel worker execution

Parallel workers claim a small batch with row locks and use curl_multi for concurrent Gemini HTTP calls.

Implemented Verified from source System

In one sentence

A locked LIMIT batch (typically 5) is analyzed and imaged concurrently; DB save/update remains sequential.

Evidence

json_post_multi and row-lock SELECT ... FOR UPDATE patterns in parallel workers.

Related functionality