[google-appengine] App Engine Go Program deadline exceeded error

2015-12-23 Thread Dave Greenly
We have a Go program running in an App Engine which receives an email and then does some processing. After about 100 seconds, our program stops because we get the following error: 1. Process terminated because the request deadline was exceeded. (Error code 123) 2.

[google-appengine] Receiving Emails in Google Cloud Environment

2015-08-22 Thread Dave Greenly
I would like to set up an App Engine, or Compute engine that has the ability to receive an email. From the receipt of this email, I would want to start up a compute engine that would process some data. Can anyone point me to some documentation, or samples where this has been done? Thanks Dave

Re: [google-appengine] Receiving Emails in Google Cloud Environment

2015-08-25 Thread Dave Greenly
e-account-to-start-cloud-compute-instances > > , and links from those Stack Overflow threads. > > > Alex > > > On Sat, Aug 22, 2015 at 10:44 AM, Dave Greenly > wrote: > >> I would like to set up an App Engine, or Compute engine that has the >> abili

Re: [google-appengine] Receiving Emails in Google Cloud Environment

2015-08-25 Thread Dave Greenly
hub.com/google/google-api-go-client/tree/master/compute/v1 . > > > Alex > > > On Tue, Aug 25, 2015 at 10:04 AM, Dave Greenly > wrote: > >> I am currently using GO to catch an email on my AppEngine which has been >> working, but I am having trouble getting the c

Re: [google-appengine] Receiving Emails in Google Cloud Environment

2015-08-25 Thread Dave Greenly
at > https://cloud.google.com/appengine/docs/go/tools/uploadinganapp . > > (I imagine the reason things worked previously for you is because goapp > was riding piggyback on the auth tokens stored by gcloud, but now it needs > its own). > > > Alex > > > On Tue, Aug 25

[google-appengine] Read Email Sent to AppEngine

2015-09-11 Thread Dave Greenly
I have an app engine that I set up, that receives email. My AppEngine is working fine, and I can parse the email etc... and start up the appropriate compute engines. Is there a way that I can see the email in human readable form somehow, and potentially even report to the email. I am sending