You'll notice
Useful3 Signal0
Plugin syncing fails fast on a forbidden response and tells you the HTTP status.
What's wrong with this entry?
Anonymous. No account, no email.
What
A forbidden response when listing plugins fails fast instead of burning through the retry schedule, and the failure now reports which HTTP status caused it.
Details
- The list-plugins error envelope returns
statusalong withsuccess: !1, and the status is included in theplugins_sync_list_errorwarning - The retry wrapper returns immediately when
t.status === 403rather than sleeping and retrying - A sibling retry helper was simplified to test
t.okonly
Evidence
plugins_sync_list_error
Strings lifted out of the shipped bundle, so the claim above can be checked against them.