NodeJs Deploy issue - 503 Server Error

1,030 views
Skip to first unread message

Brennon Garrett

unread,
May 25, 2016, 6:41:49 PM5/25/16
to Google App Engine
Hello,

I've tried just about everything at this point, can't figure this out. Curious if others have run into this... trying to deploy to NodeJs App engine.

"gcloud preview app deploy" is saying that the deploy was successful, but I'm getting a 503 server error whenever I try to access my appspot URL:
"Error: Server Error

The service you requested is not available yet.

Please try again in 30 seconds."


The site doesn't ever load, even days later. 


These "/_ah/background" GET requests appear to be stalling out... latency is upwards of 2 Million Milliseconds:




Any pointers would be greatly appreciated.

Brennon Garrett

unread,
May 26, 2016, 4:18:44 PM5/26/16
to Google App Engine

You are about to deploy the following services:

 - kaptify-1320/default (from [/Users/Brennon/Documents/Projects/Kaptify/app.yaml])

     Deployed URL: [https://kaptify-1320.appspot.com]


Do you want to continue (Y/n)?  Y


Beginning deployment...


Verifying that Managed VMs are enabled and ready.

Building and pushing image for service [default]

WARNING: No configuration information provided by runtime [nodejs].

Started cloud build [82840682-3a9b-4b96-bf59-e0846a03e44a].

To see logs in the Cloud Console: https://console.developers.google.com/logs?project=kaptify-1320&service=cloudbuild.googleapis.com&key1=82840682-3a9b-4b96-bf59-e0846a03e44a&logName=projects/kaptify-1320/logs/cloudbuild

--------------------------------------------------------- REMOTE BUILD OUTPUT ---------------------------------------------------------

starting build "82840682-3a9b-4b96-bf59-e0846a03e44a"


FETCHSOURCE

Fetching storage object: gs://staging.kaptify-1320.appspot.com/us.gcr.io/kaptify-1320/appengine/default.20160526t160252:latest#1464292987546000

Copying gs://staging.kaptify-1320.appspot.com/us.gcr.io/kaptify-1320/appengine/default.20160526t160252:latest#1464292987546000...

Downloading file:///tmp/source-archive.tgz:                      260.74 KiB/260.74 KiB    

FETCHBUILDER

BUILD

+ docker version

Client:

 Version:      1.9.1

 API version:  1.21

 Go version:   go1.4.3

 Git commit:   a34a1d5

 Built:        Fri Nov 20 17:56:04 UTC 2015

 OS/Arch:      linux/amd64


Server:

 Version:      1.9.1

 API version:  1.21

 Go version:   go1.4.2

 Git commit:   a34a1d5

 Built:        Fri Nov 20 13:12:04 UTC 2015

 OS/Arch:      linux/amd64

+ cat Dockerfile

# Dockerfile extending the generic Node image with application files for a

# single application.

FROM gcr.io/google_appengine/nodejs

# Check to see if the the version included in the base runtime satisfies

# '~4.2', if not then do an npm install of the latest available

# version that satisfies it.

RUN /usr/local/bin/install_node '~4.2'

COPY . /app/

# You have to specify "--unsafe-perm" with npm install

# when running as root.  Failing to do this can cause

# install to appear to succeed even if a preinstall

# script fails, and may have other adverse consequences

# as well.

# This command will also cat the npm-debug.log file after the

# build, if it exists.

RUN npm install --unsafe-perm || \

  ((if [ -f npm-debug.log ]; then \

      cat npm-debug.log; \

    fi) && false)

CMD npm start

+ docker build --tag us.gcr.io/kaptify-1320/appengine/default.20160526t160252:latest /workspace

Sending build context to Docker daemon 1.347 MB

Step 1 : FROM gcr.io/google_appengine/nodejs

 ---> 3b4050d21a95

Step 2 : RUN /usr/local/bin/install_node '~4.2'

 ---> Running in c01846859aea

Installed Node.js v4.2.6

 ---> 7039b3c71f31

Removing intermediate container c01846859aea

Step 3 : COPY . /app/

 ---> 1046b447c263

Removing intermediate container e40813e9b969

Step 4 : RUN npm install --unsafe-perm ||   ((if [ -f npm-debug.log ]; then       cat npm-debug.log;     fi) && false)

 ---> Running in dbba8070ad36

npm WARN package.json Kap...@1.0.0 No repository field.

npm WARN package.json Kap...@1.0.0 No README data


> sse4_...@5.1.0 install /app/node_modules/gcloud/node_modules/hash-stream-validation/node_modules/fast-crc32c/node_modules/sse4_crc32

> node-gyp rebuild

make: Entering directory '/app/node_modules/gcloud/node_modules/hash-stream-validation/node_modules/fast-crc32c/node_modules/sse4_crc32/build'

  CXX(target) Release/obj.target/crc32c_sse42/src/crc32c_sse42.o

  AR(target) Release/obj.target/crc32c_sse42.a

  COPY Release/crc32c_sse42.a

  CXX(target) Release/obj.target/sse4_crc32/src/crc32c.o

  SOLINK_MODULE(target) Release/obj.target/sse4_crc32.node

  COPY Release/sse4_crc32.node

make: Leaving directory '/app/node_modules/gcloud/node_modules/hash-stream-validation/node_modules/fast-crc32c/node_modules/sse4_crc32/build'

npm WARN optional dep failed, continuing fsev...@1.0.12


> gr...@0.14.1 install /app/node_modules/gcloud/node_modules/grpc

> node-pre-gyp install --fallback-to-build

[grpc] Success: "/app/node_modules/gcloud/node_modules/grpc/src/node/extension_binary/grpc_node.node" is installed via remote

babel-plugin-r...@2.0.0 node_modules/babel-plugin-react-html-attrs


reac...@15.1.0 node_modules/react-dom


compr...@1.6.2 node_modules/compression

├── on-he...@1.0.1

├── va...@1.1.0

├── by...@2.3.0

├── compre...@2.0.8 (mim...@1.23.0)

├── de...@2.2.0 (m...@0.7.1)

└── acc...@1.3.3 (negot...@0.6.1, mime-...@2.1.11)


babel-...@6.2.4 node_modules/babel-loader

├── object...@4.1.0

├── loader...@0.2.15 (emoji...@2.0.1, big...@3.1.3, js...@0.5.0)

└── mkd...@0.5.1 (mini...@0.0.8)


exp...@4.13.4 node_modules/express

├── escap...@1.0.3

├── array-...@1.1.1

├── cookie-s...@1.0.6

├── utils...@1.0.0

├── va...@1.0.1

├── merge-de...@1.0.1

├── met...@1.1.2

├── conten...@1.0.2

├── fr...@0.3.0

├── et...@1.7.0

├── pars...@1.3.1

├── content-d...@0.5.1

├── range-...@1.0.3

├── coo...@0.1.5

├── path-to...@0.1.7

├── serve-...@1.10.2

├── de...@1.1.0

├── q...@4.0.0

├── on-fi...@2.3.0 (ee-f...@1.1.1)

├── de...@2.2.0 (m...@0.7.1)

├── finalh...@0.4.1 (unp...@1.0.0)

├── proxy...@1.0.10 (forw...@0.1.0, ipad...@1.0.5)

├── acc...@1.2.13 (negot...@0.5.3, mime-...@2.1.11)

├── typ...@1.6.13 (media...@0.3.0, mime-...@2.1.11)

└── se...@0.13.1 (des...@1.0.4, m...@0.7.1, stat...@1.2.1, mi...@1.3.4, http-...@1.3.1)


react-...@2.4.1 node_modules/react-router

├── hoist-non-r...@1.0.6

├── inva...@2.2.1 (loose-...@1.2.0)

├── war...@2.1.0 (loose-...@1.2.0)

└── his...@2.1.2 (deep-...@1.0.1, query-...@3.0.3)


web...@1.13.1 node_modules/webpack

├── inte...@0.6.6

├── tap...@0.1.10

├── as...@1.5.2

├── cl...@1.0.2

├── loader...@0.2.15 (object...@4.1.0, emoji...@2.0.1, big...@3.1.3, js...@0.5.0)

├── support...@3.1.2 (has-...@1.0.0)

├── enhanced...@0.9.1 (grace...@4.1.4, memo...@0.2.0)

├── mkd...@0.5.1 (mini...@0.0.8)

├── ac...@3.1.0

├── opti...@0.6.1 (word...@0.0.3, mini...@0.0.10)

├── memo...@0.3.0 (er...@0.1.4, readabl...@2.1.4)

├── webpac...@0.6.8 (sourc...@0.4.4, source-...@0.1.6)

├── ugli...@2.6.2 (as...@0.2.10, uglify-to-...@1.0.2, sourc...@0.5.6, ya...@3.10.0)

├── watc...@0.2.9 (grace...@4.1.4, as...@0.9.2, chok...@1.5.1)

└── node-lib...@0.5.3 (string_...@0.10.31, https-br...@0.0.0, tty-bro...@0.0.0, constants-...@0.0.1, path-br...@0.0.0, puny...@1.4.1, os-bro...@0.1.2, pro...@0.11.3, domain-...@1.1.7, queryst...@0.2.1, timers-b...@1.4.2, stream-b...@1.0.0, ass...@1.4.0, eve...@1.1.0, vm-bro...@0.0.4, readabl...@1.1.14, ut...@0.10.3, console-b...@1.1.0, u...@0.10.3, http-br...@1.7.0, buf...@3.6.0, browser...@0.1.4, crypto-b...@3.2.8)


re...@15.1.0 node_modules/react

├── object...@4.1.0

├── loose-...@1.2.0 (js-t...@1.0.3)

└── fb...@0.8.3 (immu...@3.8.1, ua-par...@0.7.10, pro...@7.1.1, isomorph...@2.2.1, cor...@1.2.6)


if-...@1.0.0 node_modules/if-env

└── npm-r...@1.4.0 (wh...@1.2.9, mini...@3.0.0, shell...@1.6.0, ps-...@1.0.1, babel-p...@6.9.0)


babel-plugin-transfo...@1.3.4 node_modules/babel-plugin-transform-decorators-legacy

├── babel-plugin-sy...@6.8.0

├── babel-t...@6.9.0 (bab...@6.8.0, babel...@6.9.0, babel-t...@6.9.0, lod...@4.13.1)

└── babel-...@6.9.0 (cor...@2.4.0)


babel-plugin-transf...@6.9.0 node_modules/babel-plugin-transform-class-properties

├── babel-plugin-synta...@6.8.0

└── babel-...@6.9.0 (cor...@2.4.0)


babel-pre...@6.5.0 node_modules/babel-preset-react

├── babel-plugin...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transfo...@6.8.0 (babel-...@6.9.0)

├── babel-plugi...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transf...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transf...@6.9.0 (babel-...@6.9.0)

└── babel-plugin-tra...@6.8.0 (babel-helper-bu...@6.9.0, babel-...@6.9.0)


babel-plugin-ad...@0.1.4 node_modules/babel-plugin-add-module-exports

└── babel-t...@6.9.0 (bab...@6.8.0, babel...@6.9.0, babel-t...@6.9.0, lod...@4.13.1, babel-...@6.9.0)


babel...@6.9.0 node_modules/babel-core

├── babel-t...@6.9.0

├── sl...@1.0.0

├── babel-m...@6.8.0

├── path-...@1.0.0

├── sheban...@1.0.0

├── path-is-...@1.0.0

├── babel-...@6.8.0

├── pri...@0.1.6

├── convert-s...@1.2.0

├── de...@2.2.0 (m...@0.7.1)

├── sourc...@0.5.6

├── bab...@6.8.0

├── babel...@6.9.0 (to-fast-p...@1.0.2, esu...@2.0.2)

├── mini...@2.0.10 (brace-e...@1.1.4)

├── babel-co...@6.8.0 (js-t...@1.0.3, esu...@2.0.2, ch...@1.1.3)

├── babel-t...@6.9.0 (glo...@8.18.0, inva...@2.2.1)

├── babel-g...@6.9.0 (detect...@3.0.1)

├── js...@0.4.0

├── lod...@4.13.1

├── babel-r...@6.9.0 (home-...@1.0.0, mkd...@0.5.1, source-ma...@0.2.10, cor...@2.4.0)

└── babel-...@6.9.0 (cor...@2.4.0)


babel-pre...@6.9.0 node_modules/babel-preset-es2015

├── babel-plugin-transf...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transfor...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-chec...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-trans...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform-...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-trans...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform-es2...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transfor...@6.9.0 (babel-...@6.9.0)

├── babel-plugin-transfor...@6.8.0 (regexp...@1.0.0, babel-hel...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transform-e...@6.8.0 (babel-t...@6.9.0, babel-helpe...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transfor...@6.8.0 (babel-helper-...@6.8.0, babel-...@6.9.0)

├── babel-plugin-transform-...@6.8.0 (babel-plugin-tran...@6.8.0, babel-t...@6.9.0, babel...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transform...@6.8.0 (babel...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transfor...@6.9.0 (babel...@6.9.0, babel-helper-...@6.8.0, babel-...@6.9.0)

├── babel-plugin-transfor...@6.8.0 (babel-hel...@6.9.0, babel...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transform-es...@6.8.0 (babel...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transfo...@6.9.0 (babel-helper-ge...@6.8.0, babel-helper-...@6.8.0, babel-t...@6.9.0, babel...@6.9.0, babel-t...@6.9.0, babel-...@6.9.0)

├── babel-plugin-trans...@6.9.0 (babel-helper-...@6.8.0, babel-m...@6.8.0, babel-helper-optim...@6.8.0, babel-helper-...@6.8.0, babel-t...@6.9.0, babel-helpe...@6.9.0, babel...@6.9.0, babel-t...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transfor...@6.9.0 (babel...@6.9.0, babel-t...@6.9.0, babel-t...@6.9.0, lod...@4.13.1, babel-...@6.9.0)

└── babel-plugin-tran...@6.9.0 (babel-plugin-synt...@6.8.0, pri...@0.1.6, bab...@6.8.0, babel...@6.9.0, babel-t...@6.9.0, babel-...@6.9.0)


babel-pres...@6.5.0 node_modules/babel-preset-stage-0

├── babel-plugin-trans...@6.8.0 (babel-plugin-syn...@6.8.0, babel-...@6.9.0)

├── babel-plugin-trans...@6.8.0 (babel-plugin-synt...@6.8.0, babel-...@6.9.0)

└── babel-pres...@6.5.0 (babel-plugin-tra...@6.8.0, babel-plugin-transform...@6.8.0, babel-plugin-transfo...@6.8.0, babel-pres...@6.5.0)


gcl...@0.34.0 node_modules/gcloud

├── rgb...@1.0.0

├── prop...@0.3.0

├── array...@1.0.2

├── prop-...@1.0.0

├── string-f...@1.1.0

├── arr...@1.0.1

├── meth...@1.1.0

├── i...@3.1.0

├── as...@1.5.2

├── ext...@3.0.0

├── e...@2.2.0

├── dns-zo...@0.1.18

├── mod...@4.2.0

├── create-er...@2.0.1 (capture-s...@1.0.0, inhe...@2.0.1)

├── mime-...@2.1.11 (mim...@1.23.0)

├── on...@1.3.3 (wra...@1.0.2)

├── stream...@1.0.1 (st...@1.1.2)

├── split-arr...@1.0.0 (is-stre...@0.1.0)

├── sn...@0.0.1 (term-...@0.0.5)

├── retry-...@1.2.4 (stream...@0.0.2)

├── pum...@1.3.4 (inhe...@2.0.1, pu...@1.0.1)

├── google-pr...@0.1.1

├── concat...@1.5.1 (inhe...@2.0.1, typed...@0.0.6, readabl...@2.0.6)

├── thro...@2.0.1 (xt...@4.0.1, readabl...@2.0.6)

├── dupl...@3.4.3 (inhe...@2.0.1, end-of...@1.0.0, readabl...@2.1.4)

├── JSONS...@1.1.1 (thr...@2.3.8, json...@1.2.0)

├── gcs-resuma...@0.6.0 (buffer...@0.0.1, confi...@1.4.0)

├── hash-stream...@0.1.3 (fast-...@1.0.2)

├── req...@2.72.0 (aws-...@0.6.0, tunnel...@0.4.3, foreve...@0.6.1, oauth...@0.8.2, is-typ...@1.0.0, case...@0.11.0, string...@0.0.5, aw...@1.4.1, isst...@0.1.2, json-stri...@5.0.1, form...@1.0.0-rc4, tough-...@2.2.2, node...@1.4.7, q...@6.1.0, combine...@1.0.5, b...@1.1.2, ha...@3.1.3, http-si...@1.1.1, har-va...@2.0.6)

├── google-a...@0.2.4 (object...@3.0.0, google-au...@0.9.8)

├── gce-i...@0.2.3 (object...@3.0.0, g...@4.2.0, google-a...@0.1.1)

└── gr...@0.14.1 (arg...@0.2.3, n...@2.3.3, lod...@3.10.1, proto...@4.1.3)

 ---> 8869e5c52c50

Removing intermediate container dbba8070ad36

Step 5 : CMD npm start

 ---> Running in ced0dbd5d671

 ---> 055602234d0b

Removing intermediate container ced0dbd5d671

Successfully built 055602234d0b

PUSH

The push refers to a repository [us.gcr.io/kaptify-1320/appengine/default.20160526t160252] (len: 1)

055602234d0b: Preparing

055602234d0b: Pushing

055602234d0b: Pushed

8869e5c52c50: Preparing

8869e5c52c50: Pushing

8869e5c52c50: Pushed

1046b447c263: Preparing

1046b447c263: Pushing

1046b447c263: Pushed

7039b3c71f31: Preparing

7039b3c71f31: Pushing

7039b3c71f31: Pushed

8ccb8f1c5a16: Image already exists

fbcc67d63416: Image already exists

a785bf0e4a41: Image already exists

9d13486a33e9: Image already exists

a0a4e46e5e86: Image already exists

096d9403d234: Image already exists

latest: digest: sha256:47752f238fd407f83020dd3a01ddc183d1356e3362c47c30b5fec8a98e691fcc size: 35377

DONE

---------------------------------------------------------------------------------------------------------------------------------------


Updating service [default]...done.

Deployed service [default] to [https://kaptify-1320.appspot.com]

 

Nick (Cloud Platform Support)

unread,
May 30, 2016, 2:51:52 PM5/30/16
to Google App Engine
Hey Brennon,

Generally, Stack Overflow is the better place to post specific issues, while this forum is intended for more high level discussion of the platform and services. Nonetheless I can provide some insight and support. 

I can see that the app is now serving more or less. There are some errors from ReactJS in the console, but the app itself is responding to requests. As for the background threads, that certainly looks odd. It's significant that they have cpu_ms=0, meaning they were never processed by the instance. I'll see if we can get any insight into why that could be occurring.

Regards,

Nick
Cloud Platform Community Support


On Wednesday, May 25, 2016 at 6:41:49 PM UTC-4, Brennon Garrett wrote:

Nick (Cloud Platform Support)

unread,
Jun 6, 2016, 3:20:48 PM6/6/16
to Google App Engine
Hey Brennon,

Just an update, with a question. You could attempt to look into the code itself to determine whether you might be spawning any background threads? It's not clear from our end where they originate, and it's likely to be within the structure of the node app.

babel-plugin-react-html-attrs@2.0.0 node_modules/babel-plugin-react-html-attrs

babel-plugin-transform-decorato...@1.3.4 node_modules/babel-plugin-transform-decorators-legacy

├── babel-plugin-syntax-decor...@6.8.0

├── babel-t...@6.9.0 (bab...@6.8.0, babel...@6.9.0, babel-t...@6.9.0, lod...@4.13.1)

└── babel-...@6.9.0 (cor...@2.4.0)


babel-plugin-transform-class-prope...@6.9.0 node_modules/babel-plugin-transform-class-properties

├── babel-plugin-syntax-class-prope...@6.8.0

└── babel-...@6.9.0 (cor...@2.4.0)


babel-pre...@6.5.0 node_modules/babel-preset-react

├── babel-plugin...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform-react-displa...@6.8.0 (babel-...@6.9.0)

├── babel-plugi...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform-flow-strip...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform-react-jsx-s...@6.9.0 (babel-...@6.9.0)

└── babel-plugin-transform-react-j...@6.8.0 (babel-helper-builder-react-j...@6.9.0, babel-...@6.9.0)


babel-plugin-add-module-exp...@0.1.4 node_modules/babel-plugin-add-module-exports

└── babel-t...@6.9.0 (bab...@6.8.0, babel...@6.9.0, babel-t...@6.9.0, lod...@4.13.1, babel-...@6.9.0)


babel...@6.9.0 node_modules/babel-core

├── babel-t...@6.9.0

├── sl...@1.0.0

├── babel-m...@6.8.0

├── path-...@1.0.0

├── sheban...@1.0.0

├── path-is-...@1.0.0

├── babel-...@6.8.0

├── pri...@0.1.6

├── convert-s...@1.2.0

├── de...@2.2.0 (m...@0.7.1)

├── sourc...@0.5.6

├── bab...@6.8.0

├── babel...@6.9.0 (to-fast-p...@1.0.2, esu...@2.0.2)

├── mini...@2.0.10 (brace-e...@1.1.4)

├── babel-co...@6.8.0 (js-t...@1.0.3, esu...@2.0.2, ch...@1.1.3)

├── babel-t...@6.9.0 (glo...@8.18.0, inva...@2.2.1)

├── babel-g...@6.9.0 (detect...@3.0.1)

├── js...@0.4.0

├── lod...@4.13.1

├── babel-r...@6.9.0 (home-...@1.0.0, mkd...@0.5.1, source-ma...@0.2.10, cor...@2.4.0)

└── babel-...@6.9.0 (cor...@2.4.0)


babel-pre...@6.9.0 node_modules/babel-preset-es2015

├── babel-plugin-transform-es2015-lite...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform-es2015-typeof...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-check-es2015-cons...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform-es2015-arrow-f...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform-es2015-spr...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform-es2015-template...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform-es2015-for...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform-es2015-block-scope...@6.8.0 (babel-...@6.9.0)

├── babel-plugin-transform-es2015-destru...@6.9.0 (babel-...@6.9.0)

├── babel-plugin-transform-es2015-unicod...@6.8.0 (regexp...@1.0.0, babel-hel...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transform-es2015-computed-...@6.8.0 (babel-t...@6.9.0, babel-helpe...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transform-es2015-object...@6.8.0 (babel-helper-replace-supers@6.8.0, babel-...@6.9.0)

├── babel-plugin-transform-es2015-modules-...@6.8.0 (babel-plugin-transform-stric...@6.8.0, babel-t...@6.9.0, babel...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transform-es2015-duplica...@6.8.0 (babel...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transform-es2015-functi...@6.9.0 (babel...@6.9.0, babel-helper-function-name@6.8.0, babel-...@6.9.0)

├── babel-plugin-transform-es2015-sticky...@6.8.0 (babel-hel...@6.9.0, babel...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transform-es2015-shorthand-...@6.8.0 (babel...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transform-es2015-param...@6.9.0 (babel-helper-get-function-ar...@6.8.0, babel-helper-call-delegate@6.8.0, babel-t...@6.9.0, babel...@6.9.0, babel-t...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transform-es2015-cla...@6.9.0 (babel-helper-replace-supers@6.8.0, babel-m...@6.8.0, babel-helper-optimise-call-expre...@6.8.0, babel-helper-function-name@6.8.0, babel-t...@6.9.0, babel-helpe...@6.9.0, babel...@6.9.0, babel-t...@6.9.0, babel-...@6.9.0)

├── babel-plugin-transform-es2015-block-...@6.9.0 (babel...@6.9.0, babel-t...@6.9.0, babel-t...@6.9.0, lod...@4.13.1, babel-...@6.9.0)

└── babel-plugin-transform-regen...@6.9.0 (babel-plugin-syntax-async-func...@6.8.0, pri...@0.1.6, bab...@6.8.0, babel...@6.9.0, babel-t...@6.9.0, babel-...@6.9.0)


babel-pres...@6.5.0 node_modules/babel-preset-stage-0

├── babel-plugin-transform-functi...@6.8.0 (babel-plugin-syntax-function-bi...@6.8.0, babel-...@6.9.0)

├── babel-plugin-transform-do-expre...@6.8.0 (babel-plugin-syntax-do-expre...@6.8.0, babel-...@6.9.0)

└── babel-pres...@6.5.0 (babel-plugin-transform-decor...@6.8.0, babel-plugin-transform-class-construc...@6.8.0, babel-plugin-transform-export-exten...@6.8.0, babel-pres...@6.5.0)

Nick (Cloud Platform Support)

unread,
Jun 6, 2016, 4:32:13 PM6/6/16
to Google App Engine
... although, if you're not able to find any examples of this in your code, it could very well be related to a known issue where background threads which ought to be invisible to users are showing up. At any rate, it appears your app is serving now, so you can safely ignore these for now, and we're working on getting them cleaned up!

Brennon Garrett

unread,
Jun 6, 2016, 6:05:00 PM6/6/16
to Google App Engine
Hi Nick,

Thx for looking into this, much appreciated. After spending some more time looking into this, I think the issue may in fact be on my end after all. Thx again, and excited to be up and running!
Reply all
Reply to author
Forward
0 new messages