[google-appengine] Re: Lost gcsfuse functionality since March 16 -- not sure what changed

2018-03-19 Thread gusev
Jordan, I am building my own _custom_ docker image for my app, therefore what I was implying is that something changed in the "mothership" docker engine that runs my custom image. Where would I look for changes in that? Thanks. On Sunday, March 18, 2018 at 9:40:15 PM UTC+3, Jordan (Cloud

[google-appengine] Lost gcsfuse functionality since March 16 -- not sure what changed

2018-03-18 Thread gusev
I was able to start gcsfuse on GAE flex/custom since several months, however something changed in GAE that does not allow me to do that any longer. gcsfuse -o rw -o allow_other --dir-mode 777 --file-mode 777 GOOGLE_STORAGE_BUCKET DIR produces Using mount point: DIROpening GCS

[google-appengine] Re: php yii2 on Google App Engine

2018-03-18 Thread gusev
I have been running yii2 on GAE since august 2017. https://github.com/samdark/yii2-cookbook/issues/177 On Saturday, February 24, 2018 at 8:06:42 PM UTC+3, sudhakaran packianathan wrote: > > Does Google App Engine support php yii2 framework. Has any one deployed a > yii2 based app on Google App

[google-appengine] Redislabs' memcache with a europe-west appengine app

2017-12-18 Thread gusev
I would like to use memcache in my custom flexible app. The memcache setup guide suggests 1. Create a Memcached Bucket using Memcached Cloud

[google-appengine] Flexible Custom AppEngine: are volumes shared between services?

2017-12-18 Thread gusev
I am a bit lost as to what the volume s usage scenario could be. For example are the volumes shared/accessible between the instances of a appengine service? I would like to use volumes for

[google-appengine] GAE PubSub PUSH results in 400, endpoint is OK otherwise

2017-10-02 Thread gusev
I am starting with a push PubSub, and manually test a PUSH PubSub service. To the end I created a topic, a push subscription, and then manually submit a message from the google web console to a GAE app with a https endpoint. These manual messages result in 400 (see below) in the logs. curl

[google-appengine] gcloud app --quite ssh ... still asks to confirm the key fingerprint. cannot be automated

2017-09-28 Thread gusev
I am trying to call the following command from a cron job on a local machine gcloud --quiet app instances ssh $instance --service MY_SERVICE --version $version -- COMMAND in the case of a freshly deployed instance this fails in cron job, since there is nobody to answer a question RSA key

[google-appengine] Re: gcsfuse does not mount google storage bucket on startup, but does when called manually: GAE, flexible environment, custom runtime

2017-09-26 Thread gusev
1. I can run gcsfuse manually, without --privileged mode. 2. I am moving an existing application, which has a lot of disk access in various places. Moreover, it uses a number of third party modules that have their own disk io. Re-writing all that with client libraries is not feasible. On

[google-appengine] gcsfuse does not mount google storage bucket on startup, but does when called manually: GAE, flexible environment, custom runtime

2017-09-26 Thread gusev
I am running a gcsfuse mount command in a startup script in my custom runtime docker, which fails with Mounting file system... Using mount point: /var/www/html/mount-point Opening GCS connection... Opening bucket... daemonize.Run: readFromProcess: sub-process: mountWithArgs: mountWithConn:

[google-appengine] Re: getting reached maximum number of connections error with large volume of http requests

2012-04-26 Thread Dmitry Gusev
Hi, could this be a client side error? Can you show the stack trace? On Tuesday, April 24, 2012 1:53:18 AM UTC+4, Carl S wrote: Hello, I'm attempting to do some stress testing on my GAE application to see how it's performance holds up with a large number of simultaneous users. I tried

[google-appengine] Re: Datastore quota madness

2012-04-08 Thread Dmitry Gusev
-overquota-2012-04-08-15.44.25.png?attredirects=0d=0 On Friday, March 30, 2012 3:01:22 PM UTC+4, Dmitry Gusev wrote: My app has been fixed two days ago and I can see I'm using only 0.01GB, thought this number grows up to 70% during the day and at the beginning of next day it becomes 1% again. What

[google-appengine] Re: Datastore quota madness

2012-03-30 Thread Dmitry Gusev
Same issue in my app -- 'ping-service' 807 entities, 14MBytes total size. 1GB Limit exceeded, all this happened less than a week ago. On Monday, March 26, 2012 5:50:47 PM UTC+4, RollingCircle wrote: Same issue here - application 'i-notam', using about 1MB of M/S datastore, suddenly showing

[google-appengine] Re: Datastore quota madness

2012-03-30 Thread Dmitry Gusev
My app has been fixed two days ago and I can see I'm using only 0.01GB, thought this number grows up to 70% during the day and at the beginning of next day it becomes 1% again. What I did is marked every field in my entities (which not used by queries) as unindexed. According to doc I should

Re: [appengine-java] Re: Broken URL Mapping in GAE 1.3.3 ?

2010-04-23 Thread Dmitry Gusev
...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en. -- Dmitry Gusev