[google-appengine] Re: Local Development server when opening "Datastore Viewer"

2022-08-31 Thread limin xiao
Had the same issue, but ver. 340.0.0 was proved fine. On Tuesday, August 16, 2022 at 12:37:15 AM UTC+9 khaled@gmail.com wrote: > So I moved to ver. 270.0.0 indeed the problem has gone, which indicates > that there was some string/unicode/ascii related update along the way that > may have br

[google-appengine] Keep getting TransientError when call lease_tasks() to pull from Cloud Tasks

2020-03-09 Thread limin xiao
Beginning from sometime slightly before 10:28 Feb 24, 2019(UTC), suddenly my app started to constantly get TransientError when trying to pull tasks from task queue. Since the same piece of code worked stably for more than 2 years and there was no new deployment over the project around that ti

[google-appengine] Mail quota get exhausted at beginning of day

2018-09-10 Thread limin xiao
Beginning from Sep 05, 2018, the “Recipients Emailed” quota of my app, which was 100/day, get exhausted at beginning of each day. It exhausts even if I didn’t send a single mail (I am sure about that because I only use it send mails to myself when caught errors). Is the mail API totally shutdow

[google-appengine] Re: Why is sys.float_repr_style configured as "legacy"

2018-08-17 Thread limin xiao
Thank you for prompt response. Waiting for good news. On Friday, August 17, 2018 at 7:16:14 AM UTC+9, Katayoon (Cloud Platform Support) wrote: > > Hi Limin, > > I reproduced the issue and as you mentioned, I see different behaviors > when I run it in Cloud Shell and when I deploy the app in App

[google-appengine] Why is sys.float_repr_style configured as "legacy"

2018-08-16 Thread limin xiao
I just found sys.float_repr_style is configured as "legacy" in Python 2.7 runtime of GAE. Which may be a surprise for most users. The full discussion can be found here. https://stackoverflow.com/questions/51851578/why-does-reprfloat-return-more-digits-on-google-app-engine-than-others Is there an