[google-appengine] Re: rdp background stop running when I disconnect

2020-05-18 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello June, 

How do you disconnect from your remote windows exactly: do you log out of 
the machine, or simply close the window of the RDP session? If you log out, 
this is expected behavior, as logging out shuts down any application 
running on the remote desktop. By contrast, if you only close the remote 
session window on your local machine, the desktop session stays active, and 
programs continue to run.

To see exactly what caused RadioBoss to stop running, you may- access 
information in the Event Viewer logs for significant entries. Do use this 
feature, you should follow these steps on the remote machine: 

1) Press Windows key + X.
2) From the list, click on Event Viewer.
3) Now under Window Logs, you need to look at System logs.

 

-- 
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/9feb3434-a66b-4902-8f50-b5721c9b6dc2%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.


[google-appengine] rdp background stop running when I disconnect

2020-05-18 Thread June Williams
I'm running radioboss software for my internet radio station. When I 
disconnect from my remote windows using rdp on google cloud my radioboss 
software stops running. When i disconnect from my remote desk top a notice 
popup and tells me my programs will continue to run in the background but 
it doesn't. Can you show me how to keep my software running in the 
background since that's what its suppose to do anyway. Thank you

-- 
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/d0a7eba1-d30b-4569-88e1-738692708016%40googlegroups.com.