Re: [google-appengine] Re: App engine stdout logs missing from Logs Explorer

2020-11-30 Thread 'Patrick Rodjito' via Google App Engine
Thank you! I have filed the bug here . On Mon, Nov 30, 2020 at 3:32 PM 'Lucas Bart Torre' via Google App Engine < google-appengine@googlegroups.com> wrote: > Hello, > > Google Groups isn't meant for troubleshooting. > > This seems to be a bug in

[google-appengine] Re: App engine stdout logs missing from Logs Explorer

2020-11-30 Thread 'Lucas Bart Torre' via Google App Engine
Hello, Google Groups isn't meant for troubleshooting. This seems to be a bug in App Engine, which we can't really do much with here. Please file a bug over at https://bit.ly/appengine-bug Regards On Monday, November 30, 2020 at 11:30:53 AM UTC-5 prod...@newrelic.com wrote: > *The load

Re: [google-appengine] Re: CloudTasks Queue (HTTP Tasks) break when disabling AppEngine

2020-11-30 Thread Micah Thomas
On Monday, November 30, 2020 at 3:04:05 PM UTC-7 Micah Thomas wrote: > Wesley, > > Our application uses HTTP handlers that are running in kubernetes on the > same project, we don't use any appengine targets. > The issue is that even w/o any handlers running in appengine, if I disable > the

Re: [google-appengine] Re: CloudTasks Queue (HTTP Tasks) break when disabling AppEngine

2020-11-30 Thread Micah Thomas
Wesley, Our application uses HTTP handlers that are running in kubernetes on the same project, we don't use any appengine targets. The issue is that even w/o any handlers running in appengine, if I disable the appengine project, cloud tasks stop working. I now see that the official docs page

Re: [google-appengine] Re: CloudTasks Queue (HTTP Tasks) break when disabling AppEngine

2020-11-30 Thread wesley chun
There are 2 different types of (push) tasks that Cloud Tasks can handle, and it depends on *where* the tasks are handled. These are called "targets," and you can have App Engine targets, meaning the tasks run on and are handled by App Engine, or generic HTTP targets, meaning the tasks are hosted

Re: [google-appengine] Re: Python App

2020-11-30 Thread wesley chun
Unfortunately the code you have is a Python command-line script, meaning you can't use Google Cloud serverless platforms (App Engine, Cloud Functions, Cloud Run) unless you either add API endpoints and data serialization, or turn it into a full web app. Based on what you have right now, you can

[google-appengine] App engine stdout logs missing from Logs Explorer

2020-11-30 Thread 'Patrick Rodjito' via Google App Engine
*The load generator is writing a large amount of test logs (~5000 every second) to stdout for testing purposes. Each log entry is about 2KB. We noticed that only about a third of the logs show up in Logs Explorer. This seems to be a function of log size, that is if the size of each test log

[google-appengine] GAE stdout logs missing from Logs Explorer

2020-11-30 Thread 'Patrick Rodjito' via Google App Engine
Hi, my test app is writing a large amount of test logs (~5000 every second) to stdout for testing purposes. Each log entry is about 2KB. I noticed that only about a third of the logs show up in Logs Explorer. This seems to be a function of log size, that is if the size of each test log entry is