Skip to content
New issue

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

Request was throttled.Expected available in 86097 seconds. #79

Closed
Bowenislandsong opened this issue Feb 1, 2019 · 5 comments
Closed

Comments

@Bowenislandsong
Copy link

I was using this API to send out a massive amount of invites for a class to create public projects and adding members. It throttled at adding members. For some reason, my connection to Taiga Server is extremely slow. I have 100mbps at home and it takes 5 secs to load the website. I am not sure if it has anything to do with it. Thoughts? Thank you!

@yakky
Copy link
Member

yakky commented Apr 11, 2019

Hi @Bowenislandsong it seems more server related than client on
Any more detailed error / throttling message?
Does this happen against taiga.io or self-hosted instance? which taiga version?

@Bowenislandsong
Copy link
Author

Bowenislandsong commented Apr 11, 2019 via email

@yakky
Copy link
Member

yakky commented Apr 12, 2019

I think taiga.io applies a throttling mechanism. currently python-taiga is just a very tiny wrapper around the REST API provided by taiga, with as little abstraction as possible
thus it's responsibility of the code using python-taiga to handle throttling exceptions and retry whatever action was occurring

@yakky yakky closed this as completed Apr 12, 2019
@Bowenislandsong
Copy link
Author

Bowenislandsong commented Apr 12, 2019 via email

@yakky
Copy link
Member

yakky commented Apr 13, 2019

@Bowenislandsong you're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants