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.