Google App Engine terminates after Handling signal: term

最后都变了- 提交于 2021-02-10 15:41:05

问题


I have an app deployed as app engine on GCP that calls API, creates Bytes.IO stream and uploads data to the Cloud Storage. There are 4 files, around 44mb to be uploaded. File is list of urls that then would feed Dataflow but this doesn't really matter. At the beginning I created dictionary with a list for each file, but I thought this could cause some memory issue so now, I create a list, transform to bytes and upload it to GCS. I tried few things, streaming, using discovery Api and gcs library but I keep getting

Handling signal: term

Any ideas what could cause that? I'm clueless at this point to be honest. Everything works locally, upload of the files doesn't take a lot of time. There is no error, nothing in the logs. If I didn't provide enough info let me know, but not sure what could help.

来源:https://stackoverflow.com/questions/63392824/google-app-engine-terminates-after-handling-signal-term

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!