Hi,

I have written a code to write data to custom metrics cloud monitoring - google 
app engine.

For that i am storing the data for some amount of time say: 15min into 
datastore and then a cron job runs and gets the data from there and plots the 
data on the cloud monitoring dashboard.

Now my problem is : while fetching huge data to plot from the datastore the 
cron job may timeout. Also i wanted to know what happens when cron job fails ? 
Also Can it fail if the number of records is high ? if it can, what alternates 
could we do. Safely how many records cron could process in 10 min timeout 
duration.

Please let me know if any other info is needed.

Thanks!

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e187f6f9-7fff-4f23-b9bd-c51774d1cdf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to