[google-appengine] Re: Migrating from Standard to Flexible, logs don't show up the same way

2020-04-13 Thread Jeremy D
I've created a stack overflow question that goes into more detail. https://stackoverflow.com/questions/61199007/appengine-flexible-logging-with-pyramid This is an immense hindrance to Logging and really really does make it awfully useless. On Monday, April 13, 2020 at 1:36:01 PM UTC-5, Jeremy

[google-appengine] Re: GCP Ubuntu18.04:OSError: [Errno 28] No space left on device

2020-04-13 Thread 'gurkomal' via Google App Engine
Hello Hua, The following StackOverflow thread may provide insight on the issue. It may be that the directory your attempting to write to does not have enough space for the data. For further technical support, we recommend posting within StackOverflow

Re: [google-appengine] Re: Apache Ignite with GCP App Engine

2020-04-13 Thread Lovell Mathews
Thanks so much, appreciate it On Mon, Apr 13, 2020 at 10:46 AM 'Olu' via Google App Engine < google-appengine@googlegroups.com> wrote: > Quite rightly, there are two levels of the App Engine memcache. As per > this documentation[1], the Shared Memcache is free. You can find out more > about

[google-appengine] Re: Migrating from Standard to Flexible, logs don't show up the same way

2020-04-13 Thread Jeremy D
Additionally, "Note that this does not provide log levels that you can use for filtering in the Logs Viewer", that makes Logging entirely useless On Monday, April 13, 2020 at 1:34:09 PM UTC-5, Jeremy D wrote: > > Still not showing in the same line. > > [image: chrome_3Fer0G8tTg.png] > > >

[google-appengine] Re: Migrating from Standard to Flexible, logs don't show up the same way

2020-04-13 Thread Jeremy D
Still not showing in the same line. [image: chrome_3Fer0G8tTg.png] On Monday, February 3, 2020 at 10:45:23 AM UTC-6, Aref Amiri (Cloud Platform Support) wrote: > > The logs in Flex environment > are > > not bundled

[google-appengine] Re: Python 3.8 General availability

2020-04-13 Thread 'noverlyjoseph' via Google App Engine
There is no exact ETA on this yet. Keep a eye on the release notes page[1] in the coming months. [1] https://cloud.google.com/release-notes On Monday, April 13, 2020 at 9:40:05 AM UTC-4, Alon Menczer wrote: > > Is there any ETA? > -- You received this message because you are subscribed to

Re: [google-appengine] Re: Apache Ignite with GCP App Engine

2020-04-13 Thread 'Olu' via Google App Engine
Quite rightly, there are two levels of the App Engine memcache. As per this documentation[1], the Shared Memcache is free. You can find out more about configuring the Shared Memcache in this article. [1]https://cloud.google.com/appengine/docs/standard/python/memcache#service_levels

[google-appengine] Python 3.8 General availability

2020-04-13 Thread Alon Menczer
Is there any ETA? -- 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 google-appengine+unsubscr...@googlegroups.com. To view this discussion on the web visit

[google-appengine] GCP Ubuntu18.04:OSError: [Errno 28] No space left on device

2020-04-13 Thread HUA CHEN
I have deleted several files in the Ubuntu OS, and run the jupyter notebook, there is error: OSError: [Errno 28] No space left on device df -H Filesystem Size Used Avail Use% Mounted on udev7.9G 0 7.9G 0% /dev tmpfs 1.6G 18M 1.6G 2% /run /dev/sda1

Re: [google-appengine] Re: Apache Ignite with GCP App Engine

2020-04-13 Thread Lovell Mathews
Thanks, i did compare Apache ignite and memory store and chose ignite since that was free. Memory store is not free. I am building an online game and need an in memory storage to persist the state of the game. Having said that, I haven’t checked out memcache at all. May be I should give that a