We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not the same as #153
An error occurs in production:
Client error: GET https://discordapp.com/api/v6/guilds/***/members?limit=200&after=*** resulted in a 429 Too Many Requests response.
GET https://discordapp.com/api/v6/guilds/***/members?limit=200&after=***
429 Too Many Requests
I thing that when we fetch the members of the guild we should be less agressive in the for loop.
secret-santa/src/Discord/UserExtractor.php
Lines 42 to 57 in 8e2f74b
Adding a "sleep" maybe?
There is also a lot of headers to help us mitigate this issue: https://discord.com/developers/docs/topics/rate-limits
The text was updated successfully, but these errors were encountered:
Looks like it will be available directly in Symfony 5.2 symfony/symfony#38182
Sorry, something went wrong.
1b0a3f9
The patch did not work, we still have this issue of big teams.
I don't have time right now to investigate more, feel free to take over.
No branches or pull requests
Not the same as #153
An error occurs in production:
I thing that when we fetch the members of the guild we should be less agressive in the for loop.
secret-santa/src/Discord/UserExtractor.php
Lines 42 to 57 in 8e2f74b
Adding a "sleep" maybe?
There is also a lot of headers to help us mitigate this issue: https://discord.com/developers/docs/topics/rate-limits
The text was updated successfully, but these errors were encountered: