I'm getting the error continuously `SSS_REQUEST_LI...
# suitecommerce
m
I'm getting the error continuously
SSS_REQUEST_LIMIT_EXCEEDED
on
gulp theme:fetch
. Tried both on 2020.1.x and 2020.2.x ThemeDevelopment Tools but the error still persist.
s
The local gulp tools use the same services that other integrations use. It's likely that the account you're trying to fetch from has another integration running and you're hitting the concurrency limit.
If you go to Setup > Integrations > Integration Governance, you should see a list of integrations (or Setup > Integrations > Manage Integrations)
m
Yes I blocked one app which was using the limit and it solved the issue
s
Check the integrations listed in the integrations list and reduce the Concurrency Limit and Max Concurrency Limit fields. Run your fetch. Once its complete, you can put it back to its original levels.
Great