You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
The current libraries used for the google and the image modules contain synchronous web requests.
This means the bot doesn't perform optimally with a lot of users. Since these modules are driven by third-party libraries, it's not trivial to make these modules asynchronous and non-blocking.
Possible solutions:
rewrite the necessary scrapers ourselves and remove sync blocking (probably easier for the image module)
find async libraries to replace the ones we're already using (probably easier for the google module)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current libraries used for the google and the image modules contain synchronous web requests.
This means the bot doesn't perform optimally with a lot of users. Since these modules are driven by third-party libraries, it's not trivial to make these modules asynchronous and non-blocking.
Possible solutions:
The text was updated successfully, but these errors were encountered: