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

Support for huge teams: increase the timeout and run the fetch asynchronously? #153

Open
damienalexandre opened this issue Aug 26, 2020 · 0 comments
Assignees

Comments

@damienalexandre
Copy link
Member

We often get reports of timeout during the "fetch user" phase, in this phase we paginate the whole team user list.

This can be very slow/huge.

When this happens, we trigger an error if it took more than 19 seconds.

if ((time() - $startTime) > 19) {

On the hosting we have a 3 min timeout so a quick fix is to change this wait time.

Another fix is to display a real page and load the users asynchronously via Ajax calls to improve the user feedback.

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

No branches or pull requests

2 participants