Question about this datastore error

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)

1 Like

Can we see your code? This will help us tremendously! It is likely that you didn’t set the correct permissions for HTTP requests and/or the API requests in the game settings.

Did you make sure that HTTP request is turned on in the game settings?