You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(worker): read RUNTIME_TARGET_JSON first with retry, bypass cache
Promise.all parallel reads can hit GitHub secondary rate limits,
causing RUNTIME_TARGET_JSON to return empty. Read it separately
before the parallel batch, and retry with skipCache on empty.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments