#stenml
1 messages · Page 1 of 1 (latest)
I read the Rate Limits docs regarding this, does it mean, we can't get rid of these errors entirely?
Seems your integration is trying to access objects that are already being read/written by another concurrent action, likely triggered by your integration too
So you need to address that in your integration. Perhaps you have an async action that you need to await before you start another on the same object