[google-appengine] Re: GAE - Python3 - Flask - Talisman suddenly throws error module six not found

2020-08-19 Thread Karl-Heinz Müller
r issues in the past while running python 2.7 applications but there we used the non-recommended statement to use the latest library. We changed and indicate now the version of a library we want to use and which has been tested. Thanks Karl-Heinz On Tuesday, August 18, 2020 at 8:11:29 PM UTC-

[google-appengine] Re: GAE - Python3 - Flask - Talisman suddenly throws error module six not found

2020-08-14 Thread Karl-Heinz Müller
modules have changed and which loaded which I don't explicitly mention in requirements.txt On Friday, August 14, 2020 at 12:16:18 PM UTC-4 Karl-Heinz Müller wrote: > Hi, while updating the application today, I noticed that flask-talisman > throws an error. > > File "/env/lib/p

[google-appengine] GAE - Python3 - Flask - Talisman suddenly throws error module six not found

2020-08-14 Thread Karl-Heinz Müller
Hi, while updating the application today, I noticed that flask-talisman throws an error. File "/env/lib/python3.7/site-packages/flask_talisman/talisman.py", line 17, in from six import iteritems, string_types ModuleNotFoundError: No module named 'six' I use the same versions for flask and f

Re: [google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-03-09 Thread Karl Tinawi
Hi George, No. I don't agree that this is a valid conclusion without any investigation. It's not the app that does not start properly, it's the VM that does not boot (!) Unless I'm missing something here? The very first log entry in StackDriver as stated above is: A The instance aef-default-2

Re: [google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-03-09 Thread Karl Tinawi
I must add that after using the updated / revised healthcheck configuration in our yaml files we have not experienced the same issues in deployment. This tells me that behaviour has changed outside of our application with undesired consequences. Thanks, Karl On Friday, March 9, 2018 at 12

Re: [google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-03-09 Thread Karl Tinawi
Hi George, Yes that's correct - I mentioned both issues as they were (in my view) related somewhat. The relevant snipped in the log file pertaining to the timed-out deployment is below (following successful build): 2018-02-27 23:12:20,489 DEBUGrootReceived operation: [apps/onk

Re: [google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-03-02 Thread Karl Tinawi
up subsys cpuset A Feb 28 23:07:05 aef-default-30-sp8t kernel: [0.00] Initializing cgroup subsys cpu A Feb 28 23:07:05 aef-default-30-sp8t kernel: [0.00] Initializing cgroup subsys cpuacct ... On Wednesday, February 28, 2018 at 10:55:44 PM UTC, Karl Tinawi wrote: > >

Re: [google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-02-28 Thread Karl Tinawi
96 S 0.0 0.0 0:00.00 logger A 4098 root 20 0 9460 2508 2080 S 0.0 0.0 0:00.00 run-scripts A 4281 root 20 0 9464 2516 2084 S 0.0 0.0 0:00.00 run-scripts A 4282 root 20 0 9460 1956 1528 S 0.0 0.0 0:00.00 run-scripts A 4283 root 20 0 7

Re: [google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-02-28 Thread Karl Tinawi
ould shed some more light on the incident in question as I still don't have an answer as to what happened. On Wednesday, February 28, 2018 at 9:40:49 PM UTC, George (Cloud Platform Support) wrote: > > Hi Karl, > > If your app starts up without issues, the health checks would

[google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-02-28 Thread Karl Tinawi
we keep up-to-date with once we have a desired configuration so am concerned that there was a backwards compatibility issue here. I'm performing a couple more deployments to satisfy myself that this is not a fluke. Many thanks again and looking forward to hearing from you. Karl On Wednesday, Feb

[google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-02-28 Thread Karl Tinawi
png> These don't seem to be obeying the configuration I had defined (as per above code snippets). Most notably the path and interval? I'd like to learn if I'm doing anything wrong here or if there is an explanation. Many thanks again and looking forward to hearing from you. Karl

[google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-02-28 Thread Karl Tinawi
starts as it's trying to boot). I may look at trying a test deployment using another image and seeing if that helps. Many thanks again, Karl On Wednesday, February 28, 2018 at 12:52:06 AM UTC, George (Cloud Platform Support) wrote: > > Hello Karl, > > You seem to indica

[google-appengine] Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-02-26 Thread Karl Tinawi
intenance... which is clearly not the case. Having fallen back to our previous production version (which thankfully did start), I can't start our latest version on the platform. This is causing us a lot of concern (and headache): Will post some logs shortly. Thanks for looking in this. K

[google-appengine] Re: Will GAE PHP flexible images ever include the imap module?

2017-10-24 Thread Karl Tinawi
ONFIG_TEMPLATE}"/php-cli.ini "${PHP71_DIR}"/lib/ && cp "${PHP_CONFIG_TEMPLATE}"/php-cli.ini "${PHP71_DIR}"/cli/; \ mkdir -p "${PHP71_DIR}"/sbin && ln -s /usr/sbin/php-fpm7.1 /opt/php/sbin/php-fpm # The Docker image will configure the

[google-appengine] Will GAE PHP flexible images ever include the imap module?

2017-10-24 Thread Karl Tinawi
mplete with our own Dockerfile. This does seem a bit OTT though... Many thanks in advance for your help. Karl -- 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, sen

[google-appengine] Re: Help me mail

2017-10-06 Thread Karl Tinawi
ble alternatives as we need to go live with this pretty soon. Thank you kindly, Karl On Tuesday, August 8, 2017 at 3:12:20 PM UTC+1, George (Cloud Platform Support) wrote: > > Google Compute Engine does not allow outbound connections on ports 25, > 465, and 587. By default, these out

[google-appengine] x-forwared-for not set correcty on node.js

2016-08-14 Thread Karl Hiramoto
The documentation at https://cloud.google.com/appengine/docs/flexible/nodejs/runtime Says: " The user's IP address is available in the standard X-Forwarded-For header " However this is not the case, doing some debugging the HTTP request headers I always see are: "x-real-ip": "169.25

Re: [google-appengine] Re: Is there a possible way to have two datastores for the same application?

2016-04-11 Thread Karl MacMillan
to change configuration between environments. For example, if you use google cloud storage, bucket names must be globally unique so you have to store or derive the root bucket names for each environment. Karl >> On Monday, April 11, 2016 at 11:20:34 PM UTC+10, youssef dehbi alaoui wr

Re: [google-appengine] An update on webapp2

2016-04-11 Thread Karl MacMillan
> On Apr 11, 2016, at 1:28 AM, 'Jon Parrott' via Google App Engine > wrote: > > Karl, first and foremost: thanks for being the first person to contribute. > > Yes, I just missed the makefile when I was cleaning things up. I'll remove > that and update co

Re: [google-appengine] An update on webapp2

2016-04-10 Thread Karl MacMillan
this forward - it’s just that this seems like a really strange approach to take). Thanks - Karl > I'm happy to provide an update. The original author has allowed the Google > Cloud Platform Developer Relations team to assume ownership of webapp2. We've > moved the project to gi

Re: [google-appengine] New App Engine Managed VM Docs

2016-03-04 Thread Karl MacMillan
oking forward to some updates. One of the missing pieces for some of the problems that I encountered is a modern, native (i.e., fast) implementation of modern password hashing (e.g., PBKDF2, SCrypt, or BCrypt). Am I just missing a python module for this that is available for App Engine? Thanks, K

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread Karl MacMillan
that. Despite my complaints, I’m not itching to port all of my code off of webapp2 because it’s working fine. Karl > Putting webapp2 in maintenance only mode is not currently our decision as we > do not own the package (it's a third-party package). If we do gain ownership > of it

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread Karl MacMillan
om/api/webapp2_extras/sessions.html>). I ended up just rolling my own after my initial bug report was ignored. Karl > > On Mon, Feb 22, 2016 at 1:01 PM Karl MacMillan <mailto:k...@strajillion.com>> wrote: >> On Feb 22, 2016, at 3:44 PM, 'Jon Parrott' via Google

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread Karl MacMillan
issue I pointed to and I’ll happily do so. Otherwise, please consider declaring that the project is abandoned and stop pointing people to webapp2 in App Engine documentation since it’s a dead end. Karl -- You received this message because you are subscribed to the Google Groups "

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread Karl MacMillan
and not even maintained as far as I can tell. I absolutely think you should push Flask or something similar and just publicly declare that you won’t be maintaining webapp2. Karl -- You received this message because you are subscribed to the Google Groups "Google App Engine" grou

Re: [google-appengine] Re: Reading existing entity from DB

2016-01-28 Thread Karl MacMillan
art of the same entity group and b) do the query inside of a transaction. As others have pointed out it’s much, much easier to simply use the id as they key and fetch by key. Though you still need to do the logic below inside of a transaction. Karl > Entity entity = getEntity(uniqueId); >

Re: [google-appengine] Re: App Engine admin console redirects to Developers Console

2015-10-08 Thread Karl MacMillan
just using the default deferred handler I have to open every entry to figure out what the actual event was. Ultimately it all works with a few work arounds, but it can be somewhat frustrating. Karl > On Oct 8, 2015, at 10:59 AM, Deepak Tiwari wrote: > > > Hi Mark,I a

Re: [google-appengine] Re: Are blob keys guessable?

2015-09-28 Thread Karl MacMillan
., threat modeling). Karl > On Sep 28, 2015, at 10:33 AM, Rob Curtis wrote: > > > Excellent, thanks very much. > > On Mon, Sep 28, 2015 at 4:22 PM Ryan (Cloud Platform Support) > > wrote: > >> Salutations Rob >> >> "The Blobstore value

Re: [google-appengine] Re: Transaction Failed Exception from a non-transactional .put()

2015-09-28 Thread Karl MacMillan
you over the limit. For myself - I’ve just structured my data so that almost nothing is within an entity group and most of the time I’m fetching by key. For those times when I need to query the nature of my app makes it fine for the results to be eventually consistent. Karl > On Sep

Re: [google-appengine] Re: Not able to stop pagespeed for specific Google App Engine Instance

2015-09-22 Thread Karl-Heinz Müller
wrote: > Hey again Karl! > > Thank you for this, I was unaware of that email, so this definitely helps. > > I can see in different pages that this can take up to your TTL to > propagate properly and fully. When exactly did you remove pagespeed? Are > you sure it's longer

Re: [google-appengine] Re: Not able to stop pagespeed for specific Google App Engine Instance

2015-09-22 Thread Karl-Heinz Müller
admin (old and new). I may add that I also use Google DNS. Currently, I am a bit lost how to proceed. I would like that www.discoverymexico.com is serviced without pagespeed optimization as my other site which is www.ploring.com. Your help will be appreciated Thanks Karl-Heinz On Tue, Sep 22,

[google-appengine] Not able to stop pagespeed for specific Google App Engine Instance

2015-09-21 Thread Karl-Heinz Müller
Hi, I recently removed pagespeed as requested by Google following their step by step instructions: I stopped pagespeed service and I redirected the domain (DNS) from the pagespeed app to website app. But I noticed that there hasn't been any change and the site still has been served with pagespe

Re: [google-appengine] At what point is querying down a hierarchical tree faster than querying through all the end nodes?

2015-08-17 Thread Karl MacMillan
th technically and from matching the users expectations. Especially as I'm betting that the city that a user thinks a restaurant is located in often differs from official addresses, especially in large cities. This strategy could let you both control the user experience and leverage t

Re: [google-appengine] Upcoming changes to App Engine support in the Google Cloud SDK

2015-07-08 Thread Karl MacMillan
only be the recommended solution for managed VMs? In other words, will the stand-alone SDK eventually be replaced by the Google Cloud SDK? 2. I assume that having both SDKs installed will work fine for those that need a mix of managed VMs and pure App Engine? Thanks - Karl -- You received

Re: [google-appengine] Upcoming changes to App Engine support in the Google Cloud SDK

2015-07-08 Thread Karl MacMillan
s no longer exist in the component manager.  The `gcloud preview app > run` command will install language specific runtime libraries on demand, as > needed by your application. > > > If you have questions or concerns, please let us know. > > > > I’d like

Re: [google-appengine] URLFetch API Stub broken in GCloud SDK [with patch]

2015-07-07 Thread Karl MacMillan
can tell. > That said, the bug is on the stub implementation of the urlfetch API - I'd > expect some request header tests as well. > > > *shrug* > > > can't catch 'em all > > > > And I wouldn’t be complaining if this was the first, b

Re: [google-appengine] URLFetch API Stub broken in GCloud SDK [with patch]

2015-07-07 Thread Karl MacMillan
concerning that your QA procedures are not catching such obvious bugs. Karl > On Jul 7, 2015, at 2:12 PM, Aaron Madison wrote: > > > Looks like a bug was filed yesterday. I'll update the SO post to reference > this bug so hopefully more people can star it. > >

Re: [google-appengine] URLFetch API Stub broken in GCloud SDK [with patch]

2015-07-06 Thread Karl MacMillan
I’ve seen this as well and submitted a support ticket. I did not find the debugging hilarious, but it’s nice to see someone else handle things with better humor than me. Karl > On Jul 6, 2015, at 10:09 PM, Josh Whelchel (Loudr) wrote: > > > There is an activ

Re: [google-appengine] Confuse about which is better solution to pagination using datastore on Python App Engine

2015-07-06 Thread Karl MacMillan
that page. If you are deep into a result set that seeking can waste quite a bit of time. Karl > If you have better solutions or any suggestions for improving my solution, > please share with me !! > > > > --  > You received this message because you are subscribed t

[google-appengine] Re: Suddenly App Engine not Serving Anymore: Error code 123

2015-06-17 Thread Karl-Heinz Müller
Hi Michael, Thank you for following up. Now, the problem has been resolved. The incident has taken place from around 12:15 till 13:30 but now the pages are served as usual. Thank you Karl-Heinz On Wednesday, June 17, 2015 at 4:29:11 PM UTC-4, Michael (Cloud Platform Support) wrote: > &

[google-appengine] Re: Process terminated because the request deadline was exceeded. (Error code 123)

2015-06-17 Thread Karl-Heinz Müller
I see , I am not alone. On Wednesday, June 17, 2015 at 1:01:30 PM UTC-4, AntoineA wrote: > > We're seeing this right now on two different GAE projects, with all calls > failing with the error Process terminated because the request deadline > was exceeded. (Error code 123). > > This has been goi

[google-appengine] Suddenly App Engine not Serving Anymore: Error code 123

2015-06-17 Thread Karl-Heinz Müller
I have a few app engines running, serving different domain names using the same application code php. Two of them suddenly stopped serving content. In the log file I see the following error message: I 12:56:46.855 This request caused a new process to be started for your application, and t

Re: [google-appengine] Building an Android Application with Google App Engine

2015-05-30 Thread Karl MacMillan
ons and it will likely help you ask questions using the terminology from the documentation, making it easier for others to help you. Karl -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this gr

Re: [google-appengine] Hash function

2015-05-27 Thread Karl MacMillan
solve it with GAE? > > > This isn’t exactly GAE specific, but you probably want a UUID: https://docs.oracle.com/javase/7/docs/api/java/util/UUID.html https://docs.python.org/2/library/uuid.html Karl > Regards > > > --  > You received this message because you are

Re: [google-appengine] Including my own file as part of a golang GAE deployment

2015-05-15 Thread Karl MacMillan
. Karl > On May 15, 2015, at 2:07 PM, Mobile Web Dev wrote: > > > Hello, I want to include a binary file the contains come sensitive AES > encrypted info that I do not want included in the go source.  The go server > will read it and decrypt it. > > How Can I deploy

Re: [google-appengine] Re: Google Cloud Platform wants to hear from you

2015-04-21 Thread Karl MacMillan
> On Apr 21, 2015, at 12:17 PM, Dan Ciruli wrote: > > > Hi, Karl - > > I'm Dan Ciruli, and I recently took over as Product Manager on Endpoints. I > really appreciate your feedback. My team is currently looking at improvements > that we’d like to make in the

Re: [google-appengine] Python 2 End of Life 2020

2015-04-20 Thread Karl MacMillan
sition period and stop the Python 2 runtime > in 2020. > > > > +1 Karl > On Saturday, April 18, 2015 at 1:18:48 PM UTC+2, Jay Kyburz wrote:> A port to > a managed VM is a whole nother kettle of fish. If I do that I'm managing my > own servers and might as

Re: [google-appengine] Google Cloud Platform wants to hear from you

2015-04-20 Thread Karl MacMillan
public engagement from Google to help make this a vibrant ecosystem. Karl > On Apr 16, 2015, at 5:50 PM, Katie Ball (Google Cloud Support) > wrote: > > > Hi Karl, > > You've taken some extra time and extra care to put this feedback together -- > thank you! It&

Re: [google-appengine] Google Cloud Platform wants to hear from you

2015-04-15 Thread Karl MacMillan
GCP and makes me feel like very few experienced developers are using GCP. I hope this feedback is helpful. Karl > On Apr 15, 2015, at 1:35 PM, Katie Ball (Google Cloud Support) > wrote: > > > Hi, > > > My name is Katie, and I am on the Google Cloud Platform t

[google-appengine] Enable SSL custom domain without Google Apps Account

2014-08-07 Thread Karl-Heinz Müller
Hi, I want to enable ssl for my custom domains but I don't want to open a Google Apps account for each domain. How do I proceed? Thanks Karl-Heinz -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

[google-appengine] Re: Creating an application - Server Error has occured ?

2012-12-27 Thread Karl Stephan
Bump! I have the same problem. I log in with a gmail address but when I hit 'create application' it gives me a server error. On Monday, 24 December 2012 16:37:09 UTC, Henning SaysHello wrote: > > Hi, > > everytime I try to create an application ( > https://appengine.google.com/start) I get a Se

[google-appengine] Re: Google Apps No Longer Free

2012-12-07 Thread Karl Blessing
I agree with some that as a single developer 1 account may not be enough, but 10 may be too much. I would be far more comfortable using 5 or even 3 in some cases. Using 3rd party software such as Wordpress, WHMCS or other self-hosted solutions to send out email notifications or password resets

[google-appengine] Re: sending mail from n...@myapp.appspotmail.com fails after migrating to myapp-hrd (alias doesn't work for appspotmail.com)

2012-03-19 Thread Karl Rosaen
Hi Moishe, This isn't concerning the quota, but rather whether an app running on myapp-hrd that aliases myapp after migration can still send mail from addr...@myapp.appspotmail.com. Karl On Monday, March 19, 2012 6:02:55 PM UTC-4, Moishe wrote: > > Please fill out this spreadshee

[google-appengine] sending mail from n...@myapp.appspotmail.com fails after migrating to myapp-hrd (alias doesn't work for appspotmail.com)

2012-03-19 Thread Karl Rosaen
seems like an unfortunate workaround. Are there any plans to properly alias appspotmail sending for hrd migration? Thanks, Karl -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://gro

[google-appengine] Re: how do I get my 'Recipients Emailed' quota back after hrd migration?

2012-03-19 Thread Karl Rosaen
pe this helps! > > On Friday, March 16, 2012 8:22:09 AM UTC-7, Karl Rosaen wrote: >> >> Ok, I know see that the limit is 100 until "the first charge is cleared": >> >> http://code.google.com/appengine/docs/quotas.html >> >> but given we just

[google-appengine] Re: how do I get my 'Recipients Emailed' quota back after hrd migration?

2012-03-16 Thread Karl Rosaen
cket about this, but I would hope that the migration tool, when used with an app in good standing, could transfer the email quotas to avoid disruption of sending emails. On Friday, March 16, 2012 11:14:11 AM UTC-4, Karl Rosaen wrote: > > Hi, I just migrated our app to the high replicati

[google-appengine] Re: Files API triggering ApiDeadlineExceededException

2012-03-16 Thread Karl Rosaen
After migrating to HRD we had to start using the 'exclusive_lock=True' parameter (from python) to fix this error, perhaps there's an equivalent parameter in java? Karl On Friday, March 16, 2012 9:04:56 AM UTC-4, jon wrote: > > Every file upload attempt using our web app

[google-appengine] how do I get my 'Recipients Emailed' quota back after hrd migration?

2012-03-16 Thread Karl Rosaen
Hi, I just migrated our app to the high replication datastore, billing enabled and everything. I can't seem to adjust or opt in to pay more for the mail api quotas, and the default limit of 100 recipients emailed is not nearly enough and it's disrupting our application. In our previous app, ou

Re: [google-appengine] Re: Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-16 Thread Karl Rosaen
slave, thank you. I think when we were getting pounded by DEEs last week I started to freak out and pointed the finger at master / slave latency prematurely when it was really related to DEEs during warmup. Anyways, thanks to Brandon, I also know what's going on in the case of DEEs durin

Re: [google-appengine] Re: Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-16 Thread Karl Rosaen
edly executing an import statement can seriously > affect performance in some circumstances. http://wiki.python.org/moin/PythonSpeed/PerformanceTips#Import_Statement_Overhead Just wanted to clarify that one needn't fret about the same utility module being imported from two modules or an

Re: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-15 Thread Karl Rosaen
specific data prefetching in the warmup handler? I'll definitely give it a shot, just curious if this is official GAE best practices or not. Thanks again, Karl -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view th

Re: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-15 Thread Karl Rosaen
Hi Brandon, We do have a warmup handler defined. Durning load, we were seeing the warmup request causing a DeadlineExceededError simply while importing code (e.g during a python import statement in one of the modules). Thanks, Karl -- You received this message because you are subscribed to

Re: [google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-14 Thread Karl Rosaen
Thanks Brandon. Many of the DeadlineExceededErrors were occurring during warmup requests, according to the stacktraces, during python import statements. I upped the number of idle instances in an attempt to mitigate this sort of thrashing, and your advice makes sense for this case. Our pendi

[google-appengine] Re: Recurring DeadlineExceededError when loading instances..

2012-01-13 Thread Karl Rosaen
our app is seeing this problem too. we are on the master/slave datastore. I think it's unacceptable to allow master/slave to perform this poorly; I hope the app engine team will still fully support issues with the master/slave. I know migrating to the HR datastore is the right thing to do, bu

[google-appengine] Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-13 Thread Karl Rosaen
We've been hit by random DeadlineExceededErrors in the past 36 hours, so I filed a production ticket: http://code.google.com/p/googleappengine/issues/detail?id=6729 it's disconcerting to see that several similar issues have been left ignored over the past few weeks: http://code.google.com/p/goo

[google-appengine] TransformationError severely effecting our app's photo uploading capabilities

2011-11-22 Thread Karl Rosaen
r photos will probably be uploaded eventually!"). Thanks, Karl app-id = realtimefarms -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengi

[google-appengine] Billing stuck in "Leaving grace period"

2011-10-10 Thread Karl Blomster
nd there are no warnings about deactivating it, but the outstanding balance keeps increasing and we are currently not paying for the resources used. We'd really like to pay the outstanding balance, but the billing page doesn't seem to let us. The app id is "buffermonsters". Best reg

[google-appengine] Re: Deadline exceeded during warm-up

2011-08-03 Thread Karl Rosaen
Is happening on our app a lot too. Seeming more and more like the Master/Slave datastore is not a reliable place to be... -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Karl R
always on is *huge* that, combined with the generally improved latency of datastore queries of late extinguishes my feelings that perhaps I had made the wrong choice to run our website on GAE On Nov 18, 10:41 pm, 风笑雪 wrote: > It's an amazing release, waiting for the docs. > -- > keakon >

[google-appengine] Re: Errors when serving images from Blobstore

2010-09-28 Thread Karl R
I've had the same problem, posted about it just before, and created this issue: http://code.google.com/p/googleappengine/issues/detail?id=3789 Please star it, hopefully someone will take a look soon! Karl On Sep 28, 5:53 am, Henric Persson wrote: > Hi, > > Are we the only ones h

[google-appengine] blobstore image serving giving 500 errors

2010-09-28 Thread Karl R
I started using the blobstore / images.get_serving_url for image hosting on my application, and it worked for the first few hours after I deployed, however recently the image serving url (returned by get_serving_url) are returning 500 errors. for example: http://lh3.ggpht.com/qnHUk4tqGbGTDfFkfkPX

Re: [google-appengine] Re: easily clear the datastore in a deployed application

2010-04-05 Thread Karl Ostmo
I'm not familiar with Java App Engine yet, sorry. Karl On Mon, Apr 5, 2010 at 12:21 PM, Peter Liu wrote: > This is great! I been wiping out datastore with script and manually. > Anyway to deploy admin pages in python but app in Java? > > On Apr 3, 11:04 pm, kostmo wrote: &g

[google-appengine] Re: Clarification of Geographic content distribution

2010-01-18 Thread Karl
Hi, >  * is GAE using edge / proxy servers for static content distribution > (it seems, but not very "stable" based on my experiences with > ghs.google.com where traffic is sometimes routed from US to europe > [some hours ago ghs.google.com pointed to bw-in-f121.1e100.net when > tracing it from US

[google-appengine] Re: Clarification of Geographic content distribution

2010-01-18 Thread Karl
ess it's ok). Please Google, I'm willing to add a community FAQ and post comments into all "GAE as CDN" blogposts around the net, if you clarify these concerns. Thanks! :) Karl -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Clarification of Geographic content distribution

2010-01-17 Thread Karl
Hi, I wonder if GAE is distributed to several datacenters or not. I found no official information on this topic but several personal tests show that it is indeed deployed to several geographic locations and the closest one is chosen to server the request. Tests from several locations (decix in ge

[google-appengine] bcrypt on google app engine

2009-06-11 Thread Karl
Are there any implementations of bcrypt that work on google app engine? The py-bcrypt package (http://www.mindrot.org/projects/py-bcrypt/) uses a C backend, so it can't be deployed on GAE. Are there any pure Python implementations of bcrypt? Thanks,