Hi,
We are running a service on App engine in Node.js Standard Environment.
It receives HTTP POST requests from website, parses POST body, caches the
unique ID from it to redis server on Compute Engine and sends parsed body
to BigQuery.
Requests are around 2M per day.
But we are constantly facing the network related issues and all the hits in
BigQuery.
Following is the redis error from redis NPM package.
{
"errno":"ETIMEDOUT","code":"ETIMEDOUT","syscall":"connect","address":"xx.xx.xx.xx","port":6379
}
And from Bigquery package following is the error.
{
message: "network timeout at:
https://www.googleapis.com/bigquery/v2/projects/xxx-xxx-xxx/datasets/ga_realtime_hits/tables/hit_logs/insertAll"
type: "request-timeout"
}
And this is not happening just once or twice. It has keeps happening for
hours for all the HTTP requests.
While writing this post I have already missed 8 hours of hits.
Can anyone help with this?
--
**
*Case Study: **How Tajawal Boosted their Conversion Rate by 30% through
A/B Testing with Google Optimize 360
<https://www.tatvic.com/about-us/case-studies/tajawal-google-optimize360-increase-conversion-rate/#utm_source=tapl_comm_footer&utm_medium=email&utm_campaign=casestudy_outreach>*
_
_
_Thank you for reading this far. This email may be *confidential* or
*privileged*. If you received this communication by mistake, please don't
forward it to anyone else. Please erase all copies and attachments, and let
me know that it went to the wrong person._
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/bb085932-f45f-4654-be74-f660c42b80b7%40googlegroups.com.