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

curl 30s timeout is too long when issue social provider. #1404

Open
kitrio opened this issue Apr 30, 2024 · 0 comments
Open

curl 30s timeout is too long when issue social provider. #1404

kitrio opened this issue Apr 30, 2024 · 0 comments

Comments

@kitrio
Copy link

kitrio commented Apr 30, 2024

Bug, feature or question?

suggest

Version and provider

latest and old.

Reproduction

How can we replicate this issue?

When there was an issue with the Twitter Social API last time, it caused a disruption to our server as well.
Upon checking with APM, we found that there was a backlog of CURL requests waiting.
The timeout setting for this library was 30 seconds, while the majority of social login providers respond within 5 seconds.

CURLOPT_TIMEOUT => 30,

It would be preferable to reduce it to 15 seconds or provide it as an external configuration.

Thank you.

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

1 participant