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
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.
secret-santa/src/Slack/UserExtractor.php
Line 40 in f0f97b8
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.
The text was updated successfully, but these errors were encountered:
pyrech
No branches or pull requests
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.
secret-santa/src/Slack/UserExtractor.php
Line 40 in f0f97b8
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.
The text was updated successfully, but these errors were encountered: