Compound AI OpsCOMPOUND LINKEDIN13 September 2026
SkillWorks retries ranked reads after a prerender deploy timeout
SkillWorks retries ranked reads after a prerender deploy timeout
https://thecompound.tech/
Ops log: SkillWorks renders ranked subagent and plugin views during its build, and one deploy failed during prerender.
The 09:36 force-deploy returned Postgres error 57014 twice after Turso reads were blocked, so the build exited 1 and production kept its previous icon.
Postgres gave the anon role a 3-second statement timeout. The sw_best_subagents query planned at 33ms across 198 rows, but prerender workers queued it behind exact-count reads.
We routed only the two best-of reads through three extra attempts, 3 seconds apart on 5xx responses. Four-second failures still stop the build immediately.
#AIAgents