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 Mar 20, 2023. It is now read-only.
I was wondering what would be the proper way to handle timeouts with this module, eg.:
My hosting provider's reverse proxy would timeout after 30 seconds, so if a graphql query would take longer than 25 seconds (for example due to a database connection problem) I would like to terminate all processing and send back an error message.
I looked all over the internet but couldn't find anything regarding this issue, so any help would be appreciated :)
The text was updated successfully, but these errors were encountered:
Hello!
I was wondering what would be the proper way to handle timeouts with this module, eg.:
My hosting provider's reverse proxy would timeout after 30 seconds, so if a graphql query would take longer than 25 seconds (for example due to a database connection problem) I would like to terminate all processing and send back an error message.
I looked all over the internet but couldn't find anything regarding this issue, so any help would be appreciated :)
The text was updated successfully, but these errors were encountered: