问题
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