Closed canasdiaz closed 4 years ago
This is a perceval issue. It must be opened in: https://github.com/grimoirelab/perceval/issues
Could you open it there?
The meetup backend implements a mechanism such as if an API call fails with a 429 error message, it tries at most 5 attempts before raising the HTTPError exception. Between every failed call the backend sleeps an amount of time equal to *30 seconds the current attempt* (e.g,, in the third attempt the backend will sleep 30 3 seconds).
You can try to set a greater value than 30 seconds by using the backend parameter sleep_time (e.g., 100).
@sanacl, let me know if this fixes the bug.
@sanacl this is a perceval issue. It is better next time that it is opened in perceval repository.
Is this fixed already, @sanacl @acs ?
Is this fixed already, @sanacl @acs ?
@valeriocos and @sanacl should know it. I don't know.
We haven't seen this error after it was reported. Closing it. If you find it again, please reopen it.
The Slack collection is not working and prints errors about too many connections. I guess related to the rate limitations. We're already using a dedicated token BTW.
I'm using the version below:
This is the Mordred setup being used:
Below you can see the 'Too Many Requests' error and how it keeps sending queries instead of stopping: