Project: claudemadedashboard1 (prj_YASvLKmTDyGlLCorLgrbzsKeCGy4) · Hobby plan
Since 2026-05-30 02:12 UTC, every deploy fails identically: Resource provisioning failed (BUILD_FAILED), 0 ms duration, build container never starts. The day before, 12 consecutive deploys succeeded. Nothing in my code changed between them.
A support reply identified the cause: my project’s backend has premium-only settings stuck on it that Hobby can’t provision —
isUsingActiveCPU: truefunctionTimeout: 300s(Hobby cap = 10s)SKIP_NAMESPACE_QUEUE
My code is clean.vercel.jsonis just an SPA rewrite; repo-wide grep for those keys returns zero matches.
Already cleared via the public PATCH API:resourceConfig.functionDefaultTimeout: 300 → 10
resourceConfig.fluid: true → false
Result: still fails. The two remaining flagged settings (isUsingActiveCPU,SKIP_NAMESPACE_QUEUE) aren’t exposed in the public project API.
Ask: please clear those two stuck backend settings onprj_YASvLKmTDyGlLCorLgrbzsKeCGy4. Last successful deploy wasdpl_7CcDojyexEZgtrZHNuBD7uVwtK1o(2026-05-29 07:14 UTC) for reference.
(Side note for the community: theResource provisioning failederror doesn’t hint that the cause is plan-incompatible legacy config — I burned several hours assuming transient infra before support clarified. Worth documenting if this is a recurring post-downgrade pattern.)