Hello recently I have logged datastore errors to my webhook and have found quite a interesting one.
reason: 502: API Services rejected request with error. An error has occurred with your request.
Status code: InternalServerError (Internal Server Error)
Url: http://gamepersistence.api.roblox.com/v3/Set?apiKey=********
Response Machine Id: CHI1-WEB4838
This error is usually generated by doing setasync onto a key but here’s my main question, if I encounter a error like this am I able to automatically call setasync again without having to wait the datastore limit? (aka 6 seconds before I can write onto the same key)