[google-appengine] dev_appserver Python3 Windows support plans?

2022-08-09 Thread Jay Wolberg
I have a bunch of Python27 App Engine apps that I have been wanting to upgrade to Python3. But my development environment is on Windows, and dev_appserver is not supported for Python3 even though P27 was sunset years ago. This makes it extremely painful to re-write and test all the necessary

[google-appengine] Re: Error When Deploy to App Engine

2020-09-14 Thread Jay Wolberg
Can't see what command you used by try including " --version=1" in it. The documentation says it is optional but I couldn't deploy until I included it and I noticed that "Version" in your screenshot is blank. On Monday, September 14, 2020 at 6:32:56 AM UTC-7 dimasbayu...@gmail.com wrote: >

[google-appengine] Started having all sorts of import errors starting June 13

2019-06-14 Thread Jay
Hi all, python2.7 runtime We started having all kinds of crazy import errors starting on June 13 in one of our projects. This is code that hasn't changed in at least a couple of years, suddenly we are getting the old "ImportError: cannot import name foo" If I roll back to a recent version

[google-appengine] How to choose between App engine flex vs compute engine

2019-03-12 Thread Jay Zh
I mean the reason to go with GAE flex is to have the flexiblity. If it gets to the point of flexblity why not go with Compute Engine? Thank you! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Stackdriver Structured Logging from App Engine Flex

2018-06-22 Thread Jay
Google App Engine flexible environment automatically pipes stdout and stderr to Stackdriver (Google Cloud Logging). But this only supports plain text log message without any metadata (not even logging levels). in this document, it says app logs can be text or structured, But I couldn't find a

[google-appengine] Connecting Cloud SQL from App Engine with TCP.

2018-06-22 Thread Jay
I'm trying to use Cloud SQL from the Scala application running in App Engine. I used to use app.yaml configuration beta_settings: cloud_sql_instances: I think this option doesn't seem to support TCP proxy (which is supported by the cloud_sql_proxy utility google provides). However, my

[google-appengine] Re: nodemon on nodejs runtime

2018-05-11 Thread 'Jay Gordon' via Google App Engine
i just modified my start in the package.json to use node server.js instead, fixed problem On Thursday, May 10, 2018 at 1:19:47 PM UTC-4, Jay Gordon wrote: > > i noticed today even after having nodemon in my package.json that nodemon > doesnt seem to be in the runtimes for nodejs > &

[google-appengine] nodemon on nodejs runtime

2018-05-10 Thread 'Jay Gordon' via Google App Engine
i noticed today even after having nodemon in my package.json that nodemon doesnt seem to be in the runtimes for nodejs anyone else run into this? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Re: Configuring nginx-app.conf to find the /index.php files

2018-01-23 Thread Jay-Nicolas Hackleman
Am I running static files if I'm running php? I've asked the question on stack: https://stackoverflow.com/questions/48409013/how-do-i-configure-my-nginx-app-conf-file-to-serve-index-php-if-found-in-the-su On Tuesday, January 23, 2018 at 10:34:25 AM UTC-8, Jordan (Cloud Platform Support) wrote:

[google-appengine] Configuring nginx-app.conf to find the /index.php files

2018-01-22 Thread Jay-Nicolas Hackleman
Hi, I have recently moved over to the PHP flex environment after the standard environment dev server kept crashing. I am used to working with php on hosting providers like godaddy, bluehost, hostgator etc. Meaning that if I navigate to: "mydomain.com/path/to/file" - then the server loads

[google-appengine] Cryptocurrency and ICO allowed or not

2017-12-05 Thread Jay van Impelen
Is it allowed to run a website where you can buy/sell cryptocurrency for other cryptocurrency's and/or fiat on Google Cloud servers. Also is it allowed to start an initial coin offering? I'm asking this because some might view an ICO as fraudulent, because it has happened that the people

[google-appengine] Service invoked too many times for one day: urlfetch

2017-08-12 Thread Jay Scott
Hoping this is the right place to post but if not, please let me know. In Google Sheets, I understand the quota limit for gmail.com users to be 20k requests per day. I'm only doing a few hundred, maybe a few thousand on a really intense day once in a blue moon, and yet I'm constantly getting

[google-appengine] Is anyone interested in service level objective (SLO) monitoring?

2017-06-16 Thread 'Jay Judkowitz' via Google App Engine
tps://www.amazon.com/Site-Reliability-Engineering-Production-Systems/dp/149192912X>. If anyone is interested in learning about the coming feature and trying out an early version of it, please respond to this thread and let me know. Best regards, Jay -- You received this message because you are subs

[google-appengine] Re: Cloud Datastore tutorial fails with exception

2017-06-10 Thread Jay-Nicolas Hackleman
Awesome. That's great to hear, Yannick. On Friday, June 9, 2017 at 1:32:42 PM UTC-7, Yannick (Cloud Platform Support) wrote: > > Hello Jay-Nicolas, thank you very much for the detailed answer. I did > manage to replicate your issue when using the local dev server on a Windows > 10

[google-appengine] Re: Cloud Datastore tutorial fails with exception

2017-06-07 Thread Jay-Nicolas Hackleman
orials, and things just work, no problems. I hope this helps other people On Monday, June 5, 2017 at 1:39:21 PM UTC-7, Yannick (Cloud Platform Support) wrote: > > Hello Jay-Nicolas. I have not been able to reproduce your issue when > testing this code sample, so there might be something wrong w

[google-appengine] Cloud Datastore tutorial fails with exception

2017-06-04 Thread Jay-Nicolas Hackleman
Hi, I've followed this tutorial: https://cloud.google.com/datastore/docs/reference/libraries#client-libraries-usage-php I'm attempting to run the code in the local dev_appserver, but I get the following exception: *Fatal error*: Uncaught exception

[google-appengine] Re: PHP App engine URLs requiring script filename

2017-06-02 Thread Jay-Nicolas Hackleman
I should mention as well: I started in Standard because the dev_appserver.py functionality is not supported in flex either. It seems like there are just too many differences here for my newbie brain to be able to handle. Standard Env also deploys in a fraction of the time. -- You received

[google-appengine] Re: PHP App engine URLs requiring script filename

2017-06-02 Thread Jay-Nicolas Hackleman
Ok, so after a lot of fooling around: I've ended up creating an entire new app in the Standard Environment instead of the Flexible. At this point: the mod_rewrite tutorial actually worked - of course once I got to the end of the tutorial it basically said I didn't need to do it... lol.

[google-appengine] Re: PHP App engine URLs requiring script filename

2017-05-31 Thread Jay-Nicolas Hackleman
I'm a bit confused... so my original question I feel was pretty clear in what I wanted to do... Are you telling me that it can't be done that way, or are you telling me that you recommend a different approach that routes *all traffic *through a single script? So... this help doc about static

[google-appengine] Re: PHP App engine URLs requiring script filename

2017-05-30 Thread Jay-Nicolas Hackleman
, May 30, 2017 at 12:42:05 PM UTC-7, George (Cloud Platform Support) wrote: > > Hello Jay-Nicolas, > > All details on how to deploy your PHP app to the app engine can be found > in the "Deploying to App Engine" on-line document > <https://cloud.google.com/appe

[google-appengine] PHP App engine URLs requiring script filename

2017-05-30 Thread Jay-Nicolas Hackleman
Hi, I'm new to app engine, and I'm noticing when I develop in localhost: I can hit my scripts with the following: localhost:8000/my/url?param=value Which in turn calls the *index.php *file in the */my/url *location with the get parameters of *param=value*. But when I deploy to the app

[google-appengine] Different subdomains on same project for different services

2016-12-03 Thread Jay Pozo
. Specifically what I am trying to do is setup staging and production environments on a single project, using Jenkins as a deployment service. What have others done? Would it be better to split into two different projects? Thanks Jay -- You received this message because you are subscribed to the Google

[google-appengine] Custom Domain - G Suite requirement

2016-10-14 Thread Jay Kyburz
Can anybody tell me you still need to have a paid Google Apps (now G Suite) account to have a custom domain for my app engine apps? I think I'm only paying $10 a month, but still would like to remove this expense. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Max size of entity.key.id() > uint64

2016-07-06 Thread Jay Kyburz
p to 16 decimal digits long. Thus, the limit would be slightly > smaller at 9,999,999,999,999,999. > > Hope this helps make informed decisions about the use/reuse of IDs in your > entities. > > On Tuesday, July 5, 2016 at 7:41:36 PM UTC-4, Jay Kyburz wrote: >> >> He

[google-appengine] Re: Max size of entity.key.id() > uint64

2016-07-05 Thread Jay Kyburz
For the record, here is the docs on keys and ids https://cloud.google.com/appengine/docs/python/ndb/creating-entity-keys#allocating_ids -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

[google-appengine] Max size of entity.key.id() > uint64

2016-07-05 Thread Jay Kyburz
Hey all, Today I'm integrating our app into the Steam store and I would like to use an entity's key.id() as an "orderid" which must be less than a uint64. Anybody know what the maximum number an entity's id can be when automatically generated? -- You received this message because you are

[google-appengine] communication skills course

2016-07-01 Thread Jay Gan
Ecube training is offering executive coaching by supporting each and every individuals to work through particular areas of their leadership role. -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: Where to store thousands of Constants?

2016-06-09 Thread Jay
One approach that can work really is to store this data as a json document in google cloud storage. This may require architectural changes however for the client to get the information. On Wednesday, June 8, 2016 at 10:20:03 PM UTC-5, YuRen Lin wrote: > > Hi, all > > I am in the game industry

Re: [google-appengine] My apps are offline!

2016-06-02 Thread Jay Kyburz
Thanks for looking at it for me Alex. It seems to have been a local issue, perhaps with my service provider or region. Jay. On Fri, Jun 3, 2016 at 1:52 PM, 'Alex Martelli' via Google App Engine < google-appengine@googlegroups.com> wrote: > What DNS arrangements are you usin

[google-appengine] My apps are offline!

2016-06-02 Thread Jay Kyburz
There seems to be some problem with my apps custom domain ironhelmet.com My apps are still accessable using the appspot.com domain but when attempting to access the games using thier real address the "server DNS address could not be found." Any ideas what might be going on? -- You

[google-appengine] Re: Getting "Unsupported filesystem" when initiating gae backup.

2016-03-28 Thread Jay
Ah, well it turned out it was the old "/gs/..." bucket name thing. I was a bit confused by the documentation. It said something about "older app engine" and I thought the "/gs/..." was no longer required in all cases. On Monday, March 28, 2016 at 2:57:28 PM U

[google-appengine] Getting "Unsupported filesystem" when initiating gae backup.

2016-03-28 Thread Jay
This just started happening all of a sudden. This is a python27 app engine environment. I am trying to backup to a google cloud storage bucket in a different project. I have successfully backed up from this project to the google storage project many times in the past so I know permissions are

Re: [google-appengine] Re: Images served very slowly this week.

2016-03-02 Thread Jay Kyburz
Quick update on this issue. A number of my US / Canadian players have reported the images takes less than 300ms to download the image. Another Australian is reporting > 2 seconds like us. (We are also in Aus) On Thursday, 3 March 2016 11:24:30 UTC+11, Jay Kyburz wr

Re: [google-appengine] Re: Images served very slowly this week.

2016-03-02 Thread Jay Kyburz
first byte. > > > > On 2 March 2016 at 22:51, Jay Kyburz <j...@ironhelmet.com > > wrote: > >> Thanks very much Nicholas, >> >> Can I first say how great it is to have Google Cloud Support here helping >> us out! I know it can be a tough job dealing

[google-appengine] Re: Images served very slowly this week.

2016-03-02 Thread Jay Kyburz
ur static files? i suspect that can have an effect on load times. > > On Tuesday, March 1, 2016 at 9:00:10 PM UTC-8, Jay Kyburz wrote: >> >> Hey all, >> >> It might be my imagination but I think static resources like images are >> loading very slowly for my a

Re: [google-appengine] Re: Images served very slowly this week.

2016-03-02 Thread Jay Kyburz
Thats a great resource thanks Barry. There might be some initial slowness because it's a fairly large single page app so a bunch of scripts need to load before it starts building ui. Anyhow, to further the investigation I've written a script that downloads a static image from my site over and

[google-appengine] Re: Images served very slowly this week.

2016-03-02 Thread Jay Kyburz
publicly > shared Google Cloud Storage object. I also am not aware of any currently > known outage or network congestion for either App Engine or Google Cloud > Storage. > > On Wednesday, March 2, 2016 at 12:00:10 AM UTC-5, Jay Kyburz wrote: >> >> Hey all, >> >&g

[google-appengine] Re: Images served very slowly this week.

2016-03-02 Thread Jay Kyburz
fferent locations frequently depending on scalability. > Could you test a ~1 MB-sized resource multiple times and get the same > results? This may not be conclusive but might at least narrow down the > scope of investigation. > > On Wednesday, March 2, 2016 at 12:00:10 AM UTC-5, J

[google-appengine] Images served very slowly this week.

2016-03-01 Thread Jay Kyburz
Hey all, It might be my imagination but I think static resources like images are loading very slowly for my app this week. It doesn't seem like a latency issue so much as a bandwidth issue. Is that completely crazy? This image for example

[google-appengine] Re: Cloud Trace API

2016-03-01 Thread Jay Kyburz
you should be able to > extrapolate from. This uses the Google API Client Library for Python > <https://developers.google.com/api-client-library/python/start/installation> > . > > On Monday, February 29, 2016 at 7:23:02 PM UTC-5, Jay Kyburz wrote: >> >> Is it possible to

[google-appengine] Re: Cloud Trace API

2016-03-01 Thread Jay Kyburz
test trace using the JSON API, which you should be able to >>> extrapolate from. This uses the Google API Client Library for Python >>> <https://developers.google.com/api-client-library/python/start/installation> >>> . >>> >>> On Monday, February 29, 2016 at 7:2

[google-appengine] Re: Larger Server Instance - App Engine Python

2016-02-29 Thread Jay Kyburz
d.google.com/appengine/docs/python/config/appconfig#scaling_and_instance_types>, > > to specify the instance class > <https://cloud.google.com/appengine/docs/python/modules/>. > > On Monday, February 29, 2016 at 7:14:46 PM UTC-5, Jay Kyburz wrote: >> >> Is it

[google-appengine] Cloud Trace API

2016-02-29 Thread Jay Kyburz
Is it possible to log custom events for Cloud Trace in my Python App Engine App? THe Docs seems to suggest its possible but a nice clear example would really help. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

[google-appengine] Larger Server Instance - App Engine Python

2016-02-29 Thread Jay Kyburz
Is it possible to use larger server instances for App Engine Python? -- 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] GAE Console shows more entities than I created

2016-02-15 Thread Jay Kumar
Hello - I recently deployed my app to Google App Engine. If I go to the Datastore page in my Console, in the Dashboard Summary it shows I have 75 entities. However, I've only created 5 entities since I deployed. If I click on the Entities tab, it correctly shows I have 2 entities of kind

[google-appengine] Re: Logs viewer broken for one of my projects

2016-01-14 Thread Jay
I deployed a new version and that seemed to resolve it. On Thursday, January 14, 2016 at 3:56:12 PM UTC-6, Jay wrote: > > The background ajax loader for the logs viewer keeps getting 500 errors. > It won;t load the logs for me at least on one particular project. I have > checked ot

[google-appengine] Logs viewer broken for one of my projects

2016-01-14 Thread Jay
The background ajax loader for the logs viewer keeps getting 500 errors. It won;t load the logs for me at least on one particular project. I have checked other projects and the logs are loading ok. Project id in question is atlas-filmdb Thanks for any help. Totally dead without the logs. --

[google-appengine] Re: Email quota increase request

2015-12-01 Thread Jay Kyburz
Hey Congrats! Fingers crossed with my app as well. On Wednesday, 2 December 2015 05:11:52 UTC+11, Michael David Pedersen wrote: > > Hello again - just an update to say that my quota request has now been > approved. Better late than never! > > Michael > -- You received this message because

[google-appengine] Re: Email quota increase request

2015-11-30 Thread Jay Kyburz
w one. (My other main app is sending about 2k email a day.) Adam, if you are still out there, I would love some help too! Jay. On Friday, 27 November 2015 19:45:58 UTC+11, Michael David Pedersen wrote: > > Hi Adam, > > Thanks for getting back so quickly, I appreciate it. I look f

[google-appengine] Re: remote_api/oauth2 to connect to remote_api of a locally runing dev server instance?

2015-11-03 Thread Jay
How about just use of remote_api_shell.py as a python interpreter to the local dev app server? I do this all the time and it recently appears to have broken with the latest sdk. If I remote_api_shell -s localhost: I get 401. This worked until the last sdk update I think. If I remote_api_shell

[google-appengine] remote_api SDK 1.9.27 won't connect to localhost

2015-10-12 Thread Jay
Has anyone run into an issue using the remote_api_shell.py (python runtime) to connect to localhost? This seems to have stopped working for me after I dropped in the newest SDK. The dev app server responds with http 401 response codes and the connection aborts from the remote shell. Sorry for

[google-appengine] Custom Domains (and SSL)

2015-09-29 Thread Jay
different things. This makes me nervous. It also means that I can't, apparently, setup the SSL, he would have to do that. Surely, the configuration here is not tied to the user in some way. I must be missing something. Thanks for any insight or suggestions. -- Jay -- You received this message

[google-appengine] Re: Custom Domains (and SSL)

2015-09-29 Thread Jay
: > > Salutations Jay, > > You may need to verify the domain yourself. You should see a banner at the > top of the Customer domain page: > > The custom domain feature has been migrated here from Google Apps. To get > started, verify ownership of your domains by completing

[google-appengine] Email Quota

2015-09-23 Thread Jay
I filled out the form to increase email quota on a newer application a few days ago. Of course I have billing enabled, but the quota still reads as 100 recipients. What can I do to get that increased? Thanks for your help. -- Jay -- You received this message because you are subscribed

[google-appengine] Re: Slow Curve Up

2015-06-08 Thread jay
Never mind, I think I found a runaway task queue processes that was creating other task queue processes. On Monday, 8 June 2015 16:34:09 UTC+10, jay wrote: Hey Guys, Anybody have any idea what this slow curve up summary in my summary graph over the last 30 days. http://i.imgur.com

[google-appengine] Mystery delay between put and fetch.

2015-06-08 Thread jay
if there are any ongoing problems / issues with the datastore at the moment. Jay. -- 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

[google-appengine] Re: Mystery delay between put and fetch.

2015-06-08 Thread jay
i think i found this issue. On Monday, 8 June 2015 16:22:22 UTC+10, jay wrote: Hey All, My app has developed some weird delays between putting to the datastore and when that data is available to fetch. (like hours) I don't see any issues in the logs, and I vaguely remember seeing some

[google-appengine] Slow Curve Up

2015-06-08 Thread jay
Hey Guys, Anybody have any idea what this slow curve up summary in my summary graph over the last 30 days. http://i.imgur.com/rizQt4v.png There is a corresponding curve in errors. http://i.imgur.com/nCDXoS5.png I dont know why it would be a slow curve up, or why it would level off. What

[google-appengine] Stack Overflow still official support channel?

2015-05-13 Thread Jay Kyburz
I have an important question that has not been answered in over a week. http://stackoverflow.com/questions/30116388/switched-from-federated-login-back-to-google-accounts-api-nothing-but-errors Would be nice to have admin access to my own application again. Jay. -- You received this message

Re: [google-appengine] So many spam bots are hitting my website hosted on Google App Engine

2015-05-10 Thread Jay Kyburz
Why did nobody suggest the dos protection service. https://cloud.google.com/appengine/docs/java/config/dos -- 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

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

2015-04-18 Thread Jay Kyburz
suspect the best course of action is to file usability bugs against managed VMs until they work as well or better than what you're used to. More specific is better. Jeff On Thu, Apr 16, 2015 at 9:19 PM, Jay Kyburz j...@jaykyburz.com javascript: wrote: Hello Googlers

[google-appengine] Python 2 End of Life 2020

2015-04-16 Thread Jay Kyburz
be a biggish job. If Google is looking for more staff to handle the port I would be happy to contribute. Jay. -- 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

[google-appengine] Re: Using pull queues with tagging to battle contention / batch tasks

2015-03-16 Thread Jay
Glad you have met with success. I have also been using pull queues with task tags as counters and for other aggregating behavior as well. I have also enjoyed success with this approach. For simple write heavy counters, I think I *may* prefer the good old sharded counter. There are plenty of

[google-appengine] Search API - weird issue, investigating further before bug report

2015-03-12 Thread Jay
Using the Python 2.7 runtime. We have a search index that has some user information in it. One of these fields is a simple number field total_points. I just observed that one of our top players was not showing up in results. They should have been the number 2 player. I manually looked at the

[google-appengine] Re: App Engine can't handle any kind of burst ...

2015-03-12 Thread Jay
Hmm ... ALL the puts fail? How many instances does the scheduler spin up? Are the entities all in their own entity group? You said that each task executes 1 second after the previous task. So you expect the put part of the test to take about 16, 17 minutes. Is that right? How deep does the task

[google-appengine] Increased Datastore timeouts

2015-01-20 Thread Jay
Has anyone else noticed an increase in DeadlineExceededExcption over the last couple of days due to datastore (query) timeouts? I am seeing this on one of my apps (python). It is intermittent but more than usual and noticeable. The app engine status has showed all green when I have looked. I

[google-appengine] OpenID2.0 Going Away

2014-12-15 Thread Jay Kyburz
My users have started getting warnings that OpenID 2 is going away soon when logging into my app. My app uses Federated Login. Will be modified to use something other than openID before it goes down. Is there anything I need to do to prepare my app for this change? Jay. -- You received

[google-appengine] Re: Distributed Promises library for python on appengine

2014-11-22 Thread Jay
Hi Emlyn, This looks promising ... (couldn't resist) :) Regarding releasing it as open source, why not just publish on GitHub with an appropriate license and be done with that part of it? You might receive additional feedback related to packaging from there. Thanks in advance for the

[google-appengine] Re: Datastore first public release

2014-10-01 Thread Jay
Not sure about the announcement date, but I have certainly been using it since the second half of 2008. On Wednesday, October 1, 2014 7:57:18 AM UTC-5, timh wrote: Hi Not sure of the exact date of announcement, but I got my invite for Appengine of the 19/4/2008 Cheers Tim On

[google-appengine] 9/19/2014 - Deployment issues?

2014-09-19 Thread Jay
I'm having trouble deploying to one of our App Engine apps. It just keeps trying the Checking if Deployment Succeeded step and over and over (60 sec. wait between). In the admin console | Versions, no version is selected. The app is serving however. Any one else having issues? -- You

[google-appengine] Re: Prospective Search Subscriptions over quota

2014-09-16 Thread Jay
I had the same issue a year and a half ago ... and Prospective Search is still in experimental. *sigh* Good luck. I love Prospective Search. I sure wish we could use it. Care to share a link to the forum featuring your app? On Tuesday, September 16, 2014 10:13:10 AM UTC-5, Appsent Minded

[google-appengine] Project Sharding/Load Balancing

2014-09-05 Thread Jay
This is a violation of the terms of service. You shoud have investigated more before investing the effort. -- 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] Re: ndb, get_by_id can not get an entity with a parent key only by id?

2014-07-25 Thread Jay
03分44秒,Jay写道: I wrote a simple test app that used both the db and ndb api and deployed it to app engine. Using appstats I confirmed that both RunQuery when getting the list of articles. On Wednesday, July 23, 2014 8:03:40 PM UTC-5, Jay wrote: I refer you to line 3865 of __init__

[google-appengine] Re: ndb, get_by_id can not get an entity with a parent key only by id?

2014-07-24 Thread Jay
I wrote a simple test app that used both the db and ndb api and deployed it to app engine. Using appstats I confirmed that both RunQuery when getting the list of articles. On Wednesday, July 23, 2014 8:03:40 PM UTC-5, Jay wrote: I refer you to line 3865 of __init__ in the ext.db package

[google-appengine] Re: ndb, get_by_id can not get an entity with a parent key only by id?

2014-07-23 Thread Jay
二UTC+8下午11时20分14秒,Jay写道: When you use that api in db, it is doing a query underneath the covers. On Monday, July 21, 2014 11:27:08 PM UTC-5, saintthor wrote: in db, i set such a property in model article: auth = db.ReferenceProperty( author, collection_name=AuthSet ) and use

[google-appengine] Re: ndb, get_by_id can not get an entity with a parent key only by id?

2014-07-22 Thread Jay
written by the certain author. there is no query. how can i do the same thing in ndb? 在 2014年7月22日星期二UTC+8上午3时55分28秒,Jay写道: Responding to your first post ... that is right. The parent key is part of the entity's key. When you use get_by_id, this is just shorthand for Key('Foo', 99).get

[google-appengine] Re: ndb, get_by_id can not get an entity with a parent key only by id?

2014-07-22 Thread Jay
instance it may be useful? 在 2014年7月22日星期二UTC+8上午3时55分28秒,Jay写道: Responding to your first post ... that is right. The parent key is part of the entity's key. When you use get_by_id, this is just shorthand for Key('Foo', 99).get(). You cannot get an entity by key unless you know the key

[google-appengine] Re: Twitter Like Feed?

2014-07-21 Thread Jay
This is a fanout problem. You don't want to try and do it with a query. Note: Prospective Search would be the ideal solution for this on App Engine, but it has serious quota issues in the state it is in currently. I wound up implementing my own fanout solution. On Monday, July 21, 2014 3:27:55

[google-appengine] Re: ndb, get_by_id can not get an entity with a parent key only by id?

2014-07-21 Thread Jay
Responding to your first post ... that is right. The parent key is part of the entity's key. When you use get_by_id, this is just shorthand for Key('Foo', 99).get(). You cannot get an entity by key unless you know the key, the whole key. You say you don't want to query, but your use case ...

[google-appengine] Compressing file to Zip file using PHP on Google App Engine

2014-07-08 Thread Jay Shah
Hi guys I'm trying to compress txt file to a zip file stored on a google cloud storage bucket. I've written a function below which works on local files but not on files stored on the cloud bucket. I suspect the problem is the ZipArchive class, however, the 1.8.9 App Engine release notes

[google-appengine] Re: Pubsub with Google App Engine

2014-04-03 Thread Jay
Prospective search might be what you are looking for. However, it is in Experimental https://developers.google.com/appengine/docs/python/prospectivesearch/ Rolling your own turns out to be quite doable. I have used this approach. It really amounts to some event which kicks off some form of

[google-appengine] Re: Using Cloud Datastore API in app engine

2014-03-19 Thread Jay
Hello. You can absolutely use modules to achieve what you want, you don't have to use different apps to run multiple web frameworks or change scaling needs. See the modules documentation for the info on changing scaling config per module. In app.yaml you can just split your api calls to be

[google-appengine] Help! App Custom Domains Failing - Site is down.

2014-03-12 Thread Jay Kyburz
or will the issue resolve itself? My site is still getting some traffic so perhaps the domain changes have not spread around DNS's (I dont know much about how this works) HELP Jay. -- You received this message because you are subscribed to the Google Groups Google App Engine group

[google-appengine] Re: Custom domain going to Google on some networks

2014-03-12 Thread Jay Kyburz
haha. I wonder if code.google.com is app engine. its 404ing for me. On Wednesday, 12 March 2014 08:07:32 UTC+11, GregF wrote: I've created a production issue here: https://code.google.com/p/googleappengine/issues/detail?id=10687 - please star! On Wednesday, 12 March 2014 09:48:43

Re: [google-appengine] Re: Snapchat

2014-02-22 Thread Jay
Tapir, I really do not understand what you are trying to accomplish. Tim was sharing his thoughts and you come back with childish stuff like this. You are asking people to contribute their success stories to your other thread. You have made some choices in how you responded in this thread. I

[google-appengine] Re: Task Queue | Python | Returns 500 on first attempt and 200 on second attempt

2014-02-21 Thread Jay
Yeah, you will want to drill down on that and figure where it is failing. If this consistently happens, the problem is most likely not taskqueue related. On Wednesday, February 19, 2014 4:52:53 AM UTC-6, Rohan Malhotra wrote: Hi, I am trying to send a mail via mandrill using GAE tasks. On

[google-appengine] Deployment Issues 11/05/2013

2013-11-05 Thread Jay
Deploying a python app, I am getting Error 409: --- begin server output --- No transaction is in progress. --- end server output --- I have tried rollback followed by another attempt, but I get the same error. Anyone else having issues? -- You received this message because you are subscribed

[google-appengine] Re: Why GAE is very expensive?

2013-10-21 Thread Jay
There are at least 2 things that have to be pointed out here. First, I hate to say it, but you are probably comparing apples and oranges to some extent. You say the Google solution is more expensive than your VPS solution. However, part of what you are paying for with the Google solution is

[google-appengine] Re: how to filter query using dynamic parameters in NDB ?

2013-10-21 Thread Jay
Check out GenericProperty. There may be a way to do it with the other property classes, but I don't recall. On Monday, October 21, 2013 12:07:11 AM UTC-5, Vijay Kumbhani wrote: *In Google NDB docs...* - *they are given statically examples in documents * - *i have multiple AND

[google-appengine] Re: Indexes stuck building

2013-10-21 Thread Jay
The typical procedure is to remove them, vacuum indexes, and then re-add. On Friday, October 4, 2013 12:14:04 PM UTC-5, Justin Ellison wrote: First time GAE user, but I'm trying to deploy a simple open source app and my indexes stay stuck in building. Any guidance appreciated. application:

[google-appengine] Prospective search subscription quota

2013-10-09 Thread Jay
I'm wondering if I can get the quota increased on an app that I have. We want to use prospective search for a simple daily notification subscription. However, it would require well over 10k subscriptions if we use the prospective search approach. Our app would need 30k to 50k subscriptions at

Re: [google-appengine] 5-10 mins of downtime after deployment.

2013-09-20 Thread jay
to look into. On Friday, 20 September 2013 13:44:38 UTC+10, Vinny P wrote: On Thu, Sep 19, 2013 at 7:38 PM, jay kybur...@gmail.com javascript: wrote: Is this an issue on my side? Are you doing any processing at instance startup, or any sort of time-consuming operation? On Thu, Sep 19

Re: [google-appengine] 5-10 mins of downtime after deployment.

2013-09-20 Thread jay
Oh thanks Vinny, I do appreciate you taking the time to make some suggestions. Jay. On Saturday, 21 September 2013 01:28:55 UTC+10, Vinny P wrote: On Fri, Sep 20, 2013 at 4:45 AM, jay kyburz@gmail.com wrote: Is this not something other folks are experiencing? I've heard of 2-3

[google-appengine] 5-10 mins of downtime after deployment.

2013-09-19 Thread jay
is a big deal for my users. Is there anything I can do to fix this? Is this an issue on my side? Help! Jay. -- 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

[google-appengine] Python 2.5 and Master Slave Datastore

2013-09-14 Thread jay
How long do I have before I have to update my new app to python 2.7 and the new db? Is there a specified date when my old app will no longer function? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop

Re: [google-appengine] Python 2.5 and Master Slave Datastore

2013-09-14 Thread jay
for its own reasons to end features sooner than that. On 14 September 2013 21:04, jay kybur...@gmail.com javascript: wrote: How long do I have before I have to update my new app to python 2.7 and the new db? Is there a specified date when my old app will no longer function? -- You

[google-appengine] Strange Behaviour with TextProperty

2013-08-25 Thread jay
I run a small video game. Each player has an account model with a variety of properties. I recently added a TextProperty to track player badges. These are just an ASCII character that is appended to the account.badges property as they are awarded. Because the properly is new, most account

[google-appengine] increased 121 error code with http status 500 this morning

2013-08-22 Thread Jay
I think this has been an issue in the past. Backend instances won't run; being terminated. app id: galtsgulchonline -- 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

[google-appengine] Re: Datastore: how to design for huge time-series data

2013-08-13 Thread Jay
In my opinion, your biggest take away from this should be to avoid having a mega entity group and you do this by simply *not* having all the entities in question have the same parent. Or perhaps more pointedly, any parent at all. Unless there is a really strong case to put many thousands of

[google-appengine] Re: Best Practices for Continuous Deployment on AppEngine

2013-08-09 Thread Jay
I am curious. What kind of instability do you see? I haven't seen or at least noticed that. I'm not suggesting it doesn't exist. If there is something to watch out for there I would like to know. On Thursday, August 8, 2013 1:25:01 PM UTC-5, aloo wrote: I haven an appengine app and we

  1   2   3   4   >