Re: [google-appengine] New weird error.

2022-03-23 Thread Joshua Smith


> On Mar 23, 2022, at 3:07 PM, 'Amit Sinha' via Google App Engine 
>  wrote:
> 
> Hi Joshua,
> 
> As you mentioned, this started to happen recently, could you please confirm 
> if you still have this issue?
> 
Error reporting says it is still happening. Most recent was about 3 hours ago. 
(Note that nothing changed in our code, so this appears to be a problem at the 
infrastructure level.)

>  I was trying to find any recently reported issues related to the error, but 
> it seems like nothing has been reported yet. By mentioning the NDB datastore 
> , are you referring to this [0]?
> 
Yes
> After doing some research on this error, it seems like a very generic error 
> statement. I can see a couple of other reports with the same types of 
> “AttributeError” [1]. So it could be hard to find the solution without 
> investigating in detail. At this point, I would like to note that Google 
> Group is intended for very general purpose questions. If you believe this 
> could be an error related to the library, you could report this to Issue 
> Tracker by creating a private issue [4] with all details (project ID , App 
> Engine version name etc). In general troubleshooting coding errors are best 
> to report in Stackoverflow [5] where it can be visible to other developers to 
> get the best feedback.   
> 
Usually when I see infrastructure-level issues I first report them here to see 
if they are something common lots of people are seeing, before I open an issue 
tracker about something google's already working on.

But if your guys aren't working on this, then I'll go ahead and do [4].
> 
> [0] https://cloud.google.com/appengine/docs/standard/python/ndb
> 
> [1] 
> https://stackoverflow.com/questions/8949252/why-do-i-get-attributeerror-nonetype-object-has-no-attribute-something
>  
> 
> [2] 
> https://stackoverflow.com/questions/54474655/error-nonetype-object-has-no-attribute-call
>  
> 
> [3] https://github.com/googleapis/google-cloud-python/issues/10619 
> 
> [4] https://cloud.google.com/support/docs/issue-trackers
> 
> [5] https://cloud.google.com/support/docs/stackexchange
> 
> 
> 
> On Wednesday, March 23, 2022 at 9:00:56 AM UTC-4 Joshua Smith wrote:
> (See full stack trace at the end)
> 
> Anyone else seeing datastore errors over the last few hours? Most recent was 
> 2.5 hours ago...
> 
> The line that's throwing the exception (srv/main.py:989) is:
> 
> if WebMQueueModel.gql("WHERE status = :1", "running").get():
> 
> My best guess is that there's some intermittent issue with the NDB datastore 
> which is bubbling up as this exception.
> 
> It's happening the same time as this:
> 
> 
> 
> 
> 
> 
> -- 
> 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 
> https://groups.google.com/d/msgid/google-appengine/e8f7523e-4798-4f4e-a560-bf2426ac744fn%40googlegroups.com
>  
> .

-- 
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 
https://groups.google.com/d/msgid/google-appengine/033274FD-CF43-456B-9D1C-541001541A90%40gmail.com.


[google-appengine] Re: New weird error.

2022-03-23 Thread 'Amit Sinha' via Google App Engine


Hi Joshua,

As you mentioned, this started to happen recently, could you please confirm 
if you still have this issue? I was trying to find any recently reported 
issues related to the error, but it seems like nothing has been reported 
yet. By mentioning the NDB datastore , are you referring to this [0]?

After doing some research on this error, it seems like a very generic error 
statement. I can see a couple of other reports with the same types of “
AttributeError” [1]. So it could be hard to find the solution without 
investigating in detail. At this point, I would like to note that Google 
Group is intended for very general purpose questions. If you believe this 
could be an error related to the library, you could report this to Issue 
Tracker by creating a private issue [4] with all details (project ID , App 
Engine version name etc). In general troubleshooting coding errors are best 
to report in Stackoverflow [5] where it can be visible to other developers 
to get the best feedback.   


[0] https://cloud.google.com/appengine/docs/standard/python/ndb

[1] 
https://stackoverflow.com/questions/8949252/why-do-i-get-attributeerror-nonetype-object-has-no-attribute-something

[2] 
https://stackoverflow.com/questions/54474655/error-nonetype-object-has-no-attribute-call

[3] https://github.com/googleapis/google-cloud-python/issues/10619

[4] https://cloud.google.com/support/docs/issue-trackers

[5] https://cloud.google.com/support/docs/stackexchange


On Wednesday, March 23, 2022 at 9:00:56 AM UTC-4 Joshua Smith wrote:

> (See full stack trace at the end)
>
> Anyone else seeing datastore errors over the last few hours? Most recent 
> was 2.5 hours ago...
>
> The line that's throwing the exception (srv/main.py:989) is:
>
> if WebMQueueModel.gql("WHERE status = :1", "running").get():
>
> My best guess is that there's some intermittent issue with the NDB 
> datastore which is bubbling up as this exception.
>
> It's happening the same time as this:
>
>
>
>

-- 
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 
https://groups.google.com/d/msgid/google-appengine/e8f7523e-4798-4f4e-a560-bf2426ac744fn%40googlegroups.com.


[google-appengine] Curious about Cloud Functions or Cloud Run?

2022-03-23 Thread wesley chun
I know we have lots of App Engine users here (duh), but if you were curious
about our other pair of serverless products (Cloud Functions
 and Cloud Run ), I'm
giving a real short (~20-min) high-level serverless
 overview at GDG Cloud Indy this Fri 9a
PDT/12n EDT/4p GMT. Online & free; register at Meetup
; more info on LinkedIn
 or the event
website .

Cheers,
--Wesley
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"A computer never does what you want... only what you tell it."
wesley chun :: @wescpy  :: Software
Architect & Engineer
Developer Advocate at Google
 by day; at
night: Core Python 

-- 
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 
https://groups.google.com/d/msgid/google-appengine/CAB6eaA4KTrvkWMLgEpeywFR-roP1a_VWFXT8miDS3fvN%3DLxiPg%40mail.gmail.com.


[google-appengine] Re: Want to use more GPU

2022-03-23 Thread 'George (Cloud Platform Support)' via Google App Engine
You may consider asking for an increase of your project's GPU quota. You 
may find relevant instructions in replies to the "How to request GPU quota 
increase in Google Cloud" question 

 
in stackoverflow. 

On Wednesday, 23 March 2022 at 09:41:14 UTC-4 cong@dac-datatech.vn 
wrote:

> Current, I'm using 4 GPU at the same time.
> I want to use more GPU, but can not extend GPU quotas.
> How can I add more GPU?
>

-- 
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 
https://groups.google.com/d/msgid/google-appengine/1b822d65-dd8f-4cab-b344-51e6c3749a7cn%40googlegroups.com.


[google-appengine] Want to use more GPU

2022-03-23 Thread Cong Nguyen Thanh
Current, I'm using 4 GPU at the same time.
I want to use more GPU, but can not extend GPU quotas.
How can I add more GPU?

-- 
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 
https://groups.google.com/d/msgid/google-appengine/4246f7b0-2fc7-41bb-b1d3-7ea4a5bde563n%40googlegroups.com.