[google-appengine] Re: I have one backed endpoint that don't hit why ?

2020-05-21 Thread Guy Dviri
I open an issue ,
I also think that after few hours the app-engine endpoints.. just shutdown 
,, in a way that some endpoints don't get hits.

-- 
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/12f20ef6-51fa-4851-9c0b-093ff0dec4a0%40googlegroups.com.


[google-appengine] Re: I have one backed endpoint that don't hit why ?

2020-05-19 Thread 'Olu' via Google App Engine
For better troubleshooting of the issue, which may involve reviewing 
configurations on your Project, I recommend you contact the GCP Support 
Engineers[1] or you can open an issue using this link[2]. This will allow 
the team to review your setup and determine what may be causing the 
Intermittent issue. With the information available to me, there is no 
System-wide issue with AppEngine and likewise, I see nothing wrong with 
information you have provided so far. 

Please reach out to the Support Engineers for further evaluation on this 
issue. 

[1]https://cloud.google.com/support-hub
[2]https://developers.google.com/issue-tracker/#public_users

-- 
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/bc52ffc7-93d5-4359-8db6-beec4a7b34f1%40googlegroups.com.


[google-appengine] Re: I have one backed endpoint that don't hit why ?

2020-05-18 Thread Guy Dviri
i think it's happens more often when I try to call it from the emulator..

-- 
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/7bb4c63b-9344-4c11-b6ac-b1e535482a88%40googlegroups.com.


[google-appengine] Re: I have one backed endpoint that don't hit why ?

2020-05-18 Thread Guy Dviri
it's sometime get hit , sometime don't , it's really weird ,try to change 
the name of the function , try to stop all instances , stop the  app engine 
,restart the app engine.. sometime it's   hits and  sometime it's don't.
it was happened once when they change some script on the server..  
I can't pinpoint what could be the cause.

-- 
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/321dd474-5046-4786-84ca-86a679320ab2%40googlegroups.com.


[google-appengine] Re: I have one backed endpoint that don't hit why ?

2020-05-18 Thread 'Olu' via Google App Engine
>From the information and code provided, I see no issues with your code. The 
code only shows a Method, onUpdateQuestion that has a UserDataCloud 
argument passed in, and expected to return a UserDataCloud variable type. 
There is nothing wrong with that part, or the part using a Method-scoped 
annotation[1].

To be able to assist with your setup, we would require better understanding 
of your setup and that requires a lot more information than provided. 

Better still, for code related inquiries, we recommend that you ask those 
on public forums like Stackoverflow. If however you think this issue is a 
bug, then please open an issue using this link[2].

[1]https://cloud.google.com/endpoints/docs/frameworks/java/annotations#apimethod_method-scoped_annotations
[2]https://developers.google.com/issue-tracker/#public_users

-- 
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/73ece192-3444-46de-a998-36685fbe3ef5%40googlegroups.com.