[google-appengine] Re: App Engine (Java) application - Browse and search Google Spreadsheets content

2013-04-02 Thread info
Thanks, for your answer. is there anyone who can help me? I can pay for it - I need solution quickly. Dne úterý, 19. března 2013 21:20:03 UTC+1 Vinny P napsal(a): Hi David, Welcome to GAE. A Java application to process a Google Doc spreadsheet is fairly simple to write, there's

Re: [google-appengine] Get exact coordinates from IP

2013-04-02 Thread Andrin von Rechenberg
AppEngine adds some cool Geo IP headers to all requests from all clients. Here is an example: http://mylocationtest.appspot.com/ Cheers, -Andrin On Sun, Mar 31, 2013 at 9:34 AM, Daniel Gandsjö gand...@gmail.com wrote: I need to find out how I can get the exact coordinates of an IP address..

Re: [google-appengine] Get exact coordinates from IP

2013-04-02 Thread Vinny P
On Sun, Mar 31, 2013 at 2:34 AM, Daniel Gandsjö gand...@gmail.com wrote: I need to find out how I can get the exact coordinates of an IP address.. I've looked at many forum and sites but that pages have only given me the server address, I need to get the correct location. I'm running a code

[google-appengine] New Twilio Service?

2013-04-02 Thread Vinny P
I was just reading HN, and apparently you guys are launching a new Twilio integration? Discussion: https://news.ycombinator.com/item?id=5479498 Documentation: https://developers.google.com/appengine/articles/twilio This is some very nice stuff. I have a spare domain and some free time, I am

[google-appengine] TaskQueue Issues

2013-04-02 Thread Prateek Malhotra
My tasks are increasing in retry count but I have no logs showing they ever executed. My backends are shutting down pre-maturely (that process these tasks) and again, no errors or anything in the logs explaining why. Not sure if this is a backend or taskqueue issue. Here is the latency graph

[google-appengine] Re: TaskQueue Issues

2013-04-02 Thread Vinny P
Hello Prateek, Are you running on Master/Slave or HRD? I recall similar occurrences happening for me on M/S before I migrated. If you're running on HRD, a few other questions: 1. Can you provide a screenshot of your logs? I realize that you said your tasks are showing no logs, but there could

Re: [google-appengine] Re: TaskQueue Issues

2013-04-02 Thread Prateek Malhotra
I am using HRD. No changes to code, we've been doing the same thing for months. I remember this happening in the past, tasks just failing randomly with no logs. They eventually go through, but the instances usually restart before the tasks finish. CPU/Memory usage look fine the entire life of the

[google-appengine] Re: TaskQueue Issues

2013-04-02 Thread Prateek Malhotra
(Reposting without signature) I am using HRD. No changes to code, we've been doing the same thing for months. I remember this happening in the past, tasks just failing randomly with no logs. They eventually go through, but the instances usually restart before the tasks finish. CPU/Memory usage

[google-appengine] Re: Does deleting a backup also delete the files in Cloud Storage?

2013-04-02 Thread Bryce Cutt
IIRC it does not. Works fine on blobstore though. On Monday, April 1, 2013 4:46:47 PM UTC-7, Jason Collins wrote: We use the Datastore Admin backup tool (fired by a cron) to backup our data into Cloud Storage nightly. Our storage costs have crept up and I'd like to delete the old backups.

Re: [google-appengine] New Twilio Service?

2013-04-02 Thread Vinny P
On Tuesday, April 2, 2013 1:43:57 PM UTC-5, alex wrote: see attached screenshot. Much appreciated! Can't visit the Twilio site myself to see, the web filter at my work is apparently unhappy with Twilio. - -Vinny P Technology Media Advisor Chicago, IL @GOV on

Re: [google-appengine] New Twilio Service?

2013-04-02 Thread Gianni
I create a new account on twilio via the special page and upgrade it but I can't found the amount of free sms. Where I can see the balance with the offer of 2000 sms? I see only my 20$ -- Gianni On Tue, Apr 2, 2013 at 9:56 PM, Vinny P vinny...@gmail.com wrote: On Tuesday, April 2, 2013

[google-appengine] unusual traffic from your computer network

2013-04-02 Thread Peter Warren
I see posts about this issue going back years, so sorry if I'm kicking a dead horse, but I haven't been able to find any resolution. (I’ve posted this message twice on a new account, once 5 days ago and once 3 days ago, and neither message has actually made it into the forum. So I’m trying my

[google-appengine] Re: TaskQueue Elevated again today

2013-04-02 Thread vlad
I doubt this is a recent issue and/or related to performance graphs. TaskQueue with very short countdown were always very flaky so say the least. I routinely saw tasks with countdown=0 lagging by a 1 min or so. This is since years ago. Especially tasks which are scheduled from other tasks, not

[google-appengine] IRC Hours tomorrow 4/2 at 8am PST

2013-04-02 Thread Hannah Anderson
Hi everyone, AppScale is an open osurce implementation of Google App Engine. We are having office hours at 8am PST tomorrow at #appscale on Freenode. Hope to see you there! -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe

[google-appengine] instances screen - View Logs not working - unnecessary instance

2013-04-02 Thread Aswath Satrasala
Hello, In the attached instances screen from the Admin console, I click on the 'View Logs' link, and there are no logs displayed. As per the documention, https://developers.google.com/appengine/docs/adminconsole/instances, the third column 'Request' is the number of Requests in the last minute.