Socket timeout occurs sometimes #8306
Unanswered
varunbhalerao56
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am getting this error sometimes on our production application. We have 1 GB memory allocated to the function along with a 1 min 30-second timeout.
**What does the function do? **
The function is called from the stripe as a webhook, gets all the orders from the transaction and creates one document for each order using the
googledoc API
, and then writes some important data about the order to a google sheet.When does this occur?
Does not occur every time but in my estimate 1 in 20 times. Sometimes it's just when there is one order sometimes when there is more than one.
Beta Was this translation helpful? Give feedback.
All reactions