[google-appengine] Re: Web site completely down + appengine console not accessible

2012-10-26 Thread Jairo Vasquez
4 HRD apps down :(

On Friday, October 26, 2012 1:15:49 PM UTC-2, Mars wrote:
>
> 3 HR apps down. 1 M/S is still up.
>
> On Friday, October 26, 2012 7:37:48 AM UTC-7, Olivier Truemat wrote:
>>
>> Hi,
>>
>> Just had my web site totally not accessible. Also the appengine console 
>> is not accessible anymore.
>>
>> appid is francecorentstudents.com
>>
>> Could someone from Google have a look ?
>>
>> Thanks
>>
>

-- 
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-appengine/-/tRtxJzQQ_g0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Channel API and "fan out" to multiple clients

2012-10-11 Thread Jairo Vasquez
This is very important, please someone from google confirm.

Thanks

On Monday, October 8, 2012 2:17:10 PM UTC-3, Andrew Mackenzie wrote:
>
> This overview page for the Channel API
>
> https://developers.google.com/appengine/docs/java/channel/overview
>
> states in the "Caveats" section:
>
> "Only one client at a time can connect to a channel using a given Client 
> ID, so an application cannot use a Client ID for fan-out. In other words, 
> it's not possible to create a central Client ID for connections to multiple 
> clients (For example, you can't create a Client ID for something like a 
> "global-high-scores" channel and use it to broadcast to multiple game 
> clients.)"
>
> I can confirm that you CAN have multiple clients listen on the same 
> channel (via the same Channel ID) and that it works, a single message sent 
> on the channel is received by all listening clients.
>
> Can anyone from google comment?
> - is the documentation out of date and the design and implementation do 
> support this
> - am I "just lucky" and this could break any timeand I should be 
> planning a redesign
>
> It seems a very useful design feature of channels when pushing out status 
> updates to multiplayer games, group chats and many other use cases.
>
> I have tried having one page (GWT app) listen on more than one channel, 
> and as stated in the Caveats, it seems to NOT work.
> As David Bowie would say: "If I say I can't do it, I can't do it, I don't 
> make false claims" :-)
>
> Thanks.
>
>

-- 
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-appengine/-/7r5YtqouoL8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: PCI compliance for transmitting cardholder data?

2012-09-25 Thread Jairo Vasquez
Any answer from GAE team here?

Thanks

On Monday, July 13, 2009 1:02:06 PM UTC-3, Tony wrote:
>
> Has anyone attempted to achieve PCI compliance for an App Engine app 
> that transmits (without storing) cardholder data (e.g., Paypal's 
> "Payments Pro" version)?  I was just curious if anyone has had their 
> app scanned and passed, or if off-site payment processing (e.g. Google 
> Checkout) is the only option for e-commerce on App Engine.

-- 
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-appengine/-/UEys6D0k2kAJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Reliability of GAE (Google App Engine) as a platform for an eCommerce website

2012-09-25 Thread Jairo Vasquez
Anyone from GAE answering about PCI DSS compliance?

Thanks

On Monday, October 31, 2011 4:53:03 PM UTC-2, 1qazxsw2 wrote:
>
> I own an eCommerce website running on BlueHost shared hosting with a 
> dedicated IP and an SSL certificate installed. All is working fine. 
>
> I am now in the process of launching a new eCommerce website. Since I 
> write my back-end in Python, I wanted to use GAE. It's a fairly simple 
> site with two SQL tables, one for the items and one for the orders, so 
> it would be easy to do with GAE and its data store. 
>
> My concerns are: 
>
> 1) How reliable is the GAE? 
>
> 2) Can I trust the application I write now will run for at least two 
> years? In this time, Google will surely modify its App Engine dozens 
> of times and I am worried my app won't be compatible with the newer 
> versions of the engine. 
>
> 3) How quickly the datastore is updated? I mean, if a user buys and 
> item, I will updated the items list's stock field so when the next 
> user places an order, he will see an updated stock. 
>
> 4) Is it possible to store credit card details on GAE? Is it PCI DSS 
> compliant? 
>
> 5) Can I generate an HTTPS request from my application to the credit 
> card company to authorize the payment? 
>
> And last question, is using and learning to use GAE worth the trouble, 
> time and effort over using the old-school shared hosting systems? 
>
> Thanks 
>

-- 
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-appengine/-/ktvmAkUBCAwJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: App Engine SDK 1.5.5 released!

2011-10-12 Thread Jairo Vasquez
Two questions:

- Does the "Cross Group (XG) transactions" functionality available just for 
High Replication Datastore? What about Master/Slave?
- When will be the MS to HR migration tool officially available?

Thanks

-- 
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-appengine/-/-gZTquyPP-8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: appstats/recording.py:498: DeprecationWarning

2011-10-06 Thread Jairo Vasquez
Same error here

-- 
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-appengine/-/QgE17tOublcJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] ApplicationError: ApplicationError: 3 internal error

2011-06-14 Thread Jairo Vasquez
Hi,

I've been seeing this error in my logs, it's a ver low percentage but I
still want to know what's happening.

  File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py",
line 1212, in get_by_key_name
return get(keys[0], config=config)
  File
"/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py",
line 1471, in get
return get_async(keys, **kwargs).get_result()
  File
"/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py",
line 629, in get_result
self.check_success()
  File
"/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py",
line 599, in check_success
rpc.check_success()
  File
"/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 558, in check_success
self.__rpc.CheckSuccess()
  File
"/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py",
line 133, in CheckSuccess
raise self.exception
ApplicationError: ApplicationError: 3 internal error.

Thanks

---
Jairo Vásquez
Paymentez Lead Developer
www.mentez.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Problem about indexes and floats

2011-02-22 Thread Jairo Vasquez
Hi,

I'm facing this situation and I don't know why is it happening:

I do a query

cs = Country.all().filter('government_tax =', 0.005).filter('country_code
=', 'US').fetch(1000)

and it works :)

... now I do it again but I change 0.005 to 0.5 and not if FAILS!!!

cs = Country.all().filter('government_tax =', 0.5).filter('country_code =',
'US').fetch(1000)


ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (135, 0))

---
NeedIndexErrorTraceback (most recent call last)

/Users/test/countries/ in ()

/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/db/__init__.pyc
in fetch(self, limit, offset, **kwargs)
   1831
   1832 raw_query = self._get_query()
-> 1833 raw = raw_query.Get(limit, offset, config=config)
   1834
   1835 if self._compile:

/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/api/datastore.pyc
in Get(self, limit, offset, **kwargs)
   1350   batch = batcher.next_batch(_MAX_INT_32)
   1351 else:
-> 1352   batch = batcher.next_batch(limit)
   1353 self.__cursor_source = lambda: batch.end_cursor
   1354 self.__compiled_query_source = lambda: batch._compiled_query

/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/datastore/datastore_query.pyc
in next_batch(self, min_batch_size)
   1103   raise StopIteration
   1104
-> 1105 batch = self.__next_batch.get_result()
   1106 self.__next_batch = None
   1107 self.__skipped_results += batch.skipped_results

/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/api/apiproxy_stub_map.pyc
in get_result(self)
532   return None
533 else:
--> 534   return self.__get_result_hook(self)
535
536   @classmethod

/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/datastore/datastore_query.pyc
in __query_result_hook(self, rpc)
   1017
*datastore_index.CompositeIndexForQuery(rpc.request)[1:-1])
   1018 raise datastore_errors.NeedIndexError(
-> 1019 str(exc) + '\nThis query needs this index:\n' + yaml)
   1020   raise
   1021

NeedIndexError: The built-in indices are not efficient enough for this query
and your data. Please add a composite index for this query.
This query needs this index:
- kind: Country
  properties:
  - name: country_code
  - name: government_tax

Is this razonable?

Anybody can explain me what happens?

Thanks a lot

--
Jairo Vasquez
Paymentez

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Deploys everyday fail at the same time range

2010-12-09 Thread Jairo Vasquez
Hi,

Every day at 2:00 PM PST more or less deploys to Google App Engine fails:

Error 503: --- begin server output ---

Try Again (503)
An unexpected failure has occurred. Please try again.

What is it? why is that? please.

Thanks

--
Jairo Vasquez
www.paymentez.com.br

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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

2010-10-14 Thread Jairo Vasquez
+1

On Oct 6, 7:04 am, tcg  wrote:
> +1
>
> On Oct 6, 5:48 am, Greg  wrote:
>
>
>
> > On Oct 6, 1:28 pm, "Ikai Lan (Google)" 
> > wrote:
>
> > > - The developer who uploaded an app version can download that version's 
> > > code
> > >   using the appcfg.py download_app command.
>
> > I'm not at all happy about this. I know how frequent plaintive "I lost
> > my code how can I get it back?" messages are in this group, but the
> > write-only nature of appengine gave me a lot of confidence that our
> > source code is safe. Now a single password is all that stands between
> > our competitors and our IP.
>
> > Why expose ALL users to risk (and open Google to lawsuits) for the
> > sake of a few inexperienced developers? Star this post if you agree.
>
> > I guess one solution would be to make downloading optional. A setting
> > to disable source downloading in app.yaml would be safe, because
> > uploading a new version would destroy the existing code.
>
> > Greg.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Mail API Error

2010-09-28 Thread Jairo Vasquez
Hi,

I'm getting a lot of this error when using send_mail function of the mail
API:

The API call mail.Send() took too long to respond and was cancelled.

Should I retry, is this a kind of the old Timeout errors that we should
retry?

--
Jairo Vasquez
Mentez Developer

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] fancy_urllib import error in 1.3.6 version

2010-08-25 Thread Jairo Vasquez
Hi,

I tried the 1.3.6 version when it was released but had to switch back to
1.3.5 due to an issue with remote_api: "ImportError: No module
named fancy_urllib"

I checked again and the bug is not resolved. I'm using the mac launcher?

Any status about it?

--
Jairo Vasquez
www.mentez.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Quota Error!!

2010-06-03 Thread Jairo Vasquez
Hi,

I'm getting this error:

The API call datastore_v3.Get() required more quota than is available

Is there a way to get more quota? I have  billing enabled but this is a very
low quota. Please help

appID: paymentez

--
Jairo Vasquez Moreno
www.mentez.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Maximum number of versions

2010-05-27 Thread Jairo Vasquez
Hi,

This error is very common.

Error 403: --- begin server output ---

Too Many Versions (403)
The application already has the maximum number of versions.
--- end server output ---

And I only have 9 versions right now. Usually I have less versions than that
and sometimes the error appear.


[image: icon.gif] Jairo Vasquez
*Paymentez Lead Developer*
  O +1.786.975.2339 x 213
  M +57.311.303.8417
  Medellín, Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

<>

[google-appengine] Over Quota Error

2010-05-24 Thread Jairo Vasquez
Hi,

My app is showing Over Quota error. I've reduced my requests and they
expend 39ms average.
Right now I'm serving 500 Req/s and in the past I had served 1000 Req/s
without problem. Is there a change in Google App Engine affecting my Request
Quota. Did you reverted my sign form to allow me more traffic?

Please I need to know what's happening and why I'm getting Over Quota error
just with 500 Req/s

AppID: paymentez


[image: icon.gif] Jairo Vasquez
*Paymentez Lead Developer*
  O +1.786.975.2339 x 213
  M +57.311.303.8417
  Medellín, Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

<>

[google-appengine] Bug in datastore PLEASE!

2010-05-11 Thread Jairo Vasquez
Hi,

I did a big refactoring of my models and I started to use polymodels. When I
put my app under a load test I started to see this error:

http://code.google.com/p/googleappengine/issues/detail?id=2053

>From what I understand this occurs when models are saved on different
bdbstorage.

---
Jairo Vasquez
Lead Developer
www.mentez.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] DOS error

2010-04-22 Thread Jairo Vasquez Moreno
Hi,

I deleted my dos.yaml file and I update. Then when I go to "blacklists" it
shows GAE error page.

Also It seems my content is blocked from some parts

Any idea?

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Error with DOS

2010-04-21 Thread Jairo Vasquez
Hi,

I'm getting this error when I'm updating:

Error 400: --- begin server output ---
Error while parsing yaml file: Unable to assign value '94.23.225.10' to
attribute 'subnet':
'module' object has no attribute 'IPNetwork'

Please let me know

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Too Many versions

2010-04-20 Thread Jairo Vasquez
Hi,

I'm getting almost always "too many versions error" and I just have 4
versions


-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Request per Second limitation (PLEASE)

2010-04-18 Thread Jairo Vasquez
Hi Nick,

I had to revert the change (a new feature that increased requests)
because users were getting "Over quota error" once a while (1 of 6
tries more or less).

That was Thursday.

My appID: paymentez

If you can search something about it maybe I could release our new
feature again before trying another solution for that feature.

Thanks again for your help.

On Apr 16, 8:02 am, "Nick Johnson (Google)" 
wrote:
> Hi Jairo,
>
> On Thu, Apr 15, 2010 at 10:48 PM, Jairo Vasquez 
> wrote:
>
> > Nick,
>
> > I'm getting "Limited" in Requests and Secure Requests Quotas. Also
> > pages are showing "Quota error" (not all times).
>
> What do you mean by "I'm getting 'limited'"? What are you observing,
> precisely?
>
>
>
> > I've tried to reduce requests. I just though you told me everything
> > would scale :S
>
> What is your average request latency, and what is your App ID?
>
> -Nick Johnson
>
>
>
>
>
>
>
> > Please what can I do.
>
> > On Apr 14, 12:21 pm, "Nick Johnson (Google)" 
> > wrote:
> > > Hi Jairo,
>
> > > If your average latency is low (below 1 second), you should be able to
> > scale
> > > up to any request load, as long as you provide the budget to support it.
>
> > > -Nick Johnson
>
> > > On Wed, Apr 14, 2010 at 5:37 PM, Jairo Vasquez  > >wrote:
>
> > > > Hi,
>
> > > > I am managing 650 request per second. Can I start to manage 1200
> > > > request per second?
>
> > > > I need to know what my limits are, what can I do.
>
> > > > Should I use another solution or can GAE support this load?
>
> > > > Thanks
>
> > > > --
> > > > Jairo Vasquez Moreno
> > > > Mentez Developer
> > > >www.mentez.com
> > > > Medellin - Colombia
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Google App Engine" group.
> > > > To post to this group, send email to google-appengine@googlegroups.com
> > .
> > > > To unsubscribe from this group, send email to
> > > > google-appengine+unsubscr...@googlegroups.com > > >  e...@googlegroups.com> > e...@googlegroups.com>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-appengine?hl=en.
>
> > > --
> > > Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd.
> > ::
> > > Registered in Dublin, Ireland, Registration Number: 368047
> > > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> > Number:
> > > 368047
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. ::
> Registered in Dublin, Ireland, Registration Number: 368047
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] urlfetch.Fetch() was explicitly cancelled

2010-04-15 Thread Jairo Vasquez
I got this error:

The API call urlfetch.Fetch() was explicitly cancelled

Thanks

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Request per Second limitation (PLEASE)

2010-04-15 Thread Jairo Vasquez
Nick,

I'm getting "Limited" in Requests and Secure Requests Quotas. Also
pages are showing "Quota error" (not all times).

I've tried to reduce requests. I just though you told me everything
would scale :S

Please what can I do.

On Apr 14, 12:21 pm, "Nick Johnson (Google)" 
wrote:
> Hi Jairo,
>
> If your average latency is low (below 1 second), you should be able to scale
> up to any request load, as long as you provide the budget to support it.
>
> -Nick Johnson
>
> On Wed, Apr 14, 2010 at 5:37 PM, Jairo Vasquez wrote:
>
>
>
>
>
> > Hi,
>
> > I am managing 650 request per second. Can I start to manage 1200
> > request per second?
>
> > I need to know what my limits are, what can I do.
>
> > Should I use another solution or can GAE support this load?
>
> > Thanks
>
> > --
> > Jairo Vasquez Moreno
> > Mentez Developer
> >www.mentez.com
> > Medellin - Colombia
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. ::
> Registered in Dublin, Ireland, Registration Number: 368047
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Request per Second limitation (PLEASE)

2010-04-15 Thread Jairo Vasquez
Thanks Nick,

We are now in 1250 Req/sec and everything is fine :)

On Apr 14, 12:21 pm, "Nick Johnson (Google)" 
wrote:
> Hi Jairo,
>
> If your average latency is low (below 1 second), you should be able to scale
> up to any request load, as long as you provide the budget to support it.
>
> -Nick Johnson
>
> On Wed, Apr 14, 2010 at 5:37 PM, Jairo Vasquez wrote:
>
>
>
>
>
> > Hi,
>
> > I am managing 650 request per second. Can I start to manage 1200
> > request per second?
>
> > I need to know what my limits are, what can I do.
>
> > Should I use another solution or can GAE support this load?
>
> > Thanks
>
> > --
> > Jairo Vasquez Moreno
> > Mentez Developer
> >www.mentez.com
> > Medellin - Colombia
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. ::
> Registered in Dublin, Ireland, Registration Number: 368047
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Request per Second limitation (PLEASE)

2010-04-14 Thread Jairo Vasquez
Hi,

I am managing 650 request per second. Can I start to manage 1200
request per second?

I need to know what my limits are, what can I do.

Should I use another solution or can GAE support this load?

Thanks

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Index error URGENT

2010-04-13 Thread Jairo Vasquez
Hi,

I did a vacuum_indexes and after 1 day I go to "Data store indexes"
section and Some of them are in red color and says "Error".

What can I do? Please help my appID: paymentez

Thanks

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Datastore statistics for polymodel

2010-04-13 Thread Jairo Vasquez
Hi,

Is there possible to include Datastore statistics for those models
that inherits from polymodel?

Thanks

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Cron Schedule Format

2010-03-29 Thread Jairo Vasquez Moreno
Hi,

I'm getting this error when I update my app:

Unable to assign value 'every day 04:00' to attribute 'schedule'

But the cron seems to work properly.

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] HTTPS in GAE

2010-03-26 Thread Jairo Vasquez Moreno
Hi,

When can we have expect to have HTTPS with different domains (Google
apps)  than appspot.com :S Please

Thanks a lot

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Timezones in properties

2010-03-23 Thread Jairo Vasquez
Thanks Tim,

But I would like to see a more clean definition like an additional
flag in the class definition like "auto_now" or "auto_now_add" that
clearly defines the behavior of the object.

Best Regards,

On Mar 10, 10:21 am, Tim Hoffman  wrote:
> Hi
>
> it appears that the DateTimeProperty converts to UTC if a timezone is
> defined and stored, and you get a naive datetime back from the
> datastore, (which has no timezone attached).
> Also auto_now etc... creates dates as utc
>
> you can get the date back in whatever timezone you want by re-adding
> the utc timezone definition, then getting a new date with whatever
> timezone you are in.
>
> from pytz import timezone
>
> mytz = timezone('Australia/West')
> utc = timezone('UTC')
>
> utc_date = obj.mydate.replace(tzinfo=utc)
> mydate = utc_date.astimezone(tz)
>
> T
>
> On Mar 10, 9:52 pm, Jairo Vasquez Moreno 
> wrote:
>
>
>
> > Hi,
>
> > Is there a clean way (without having to change TZ environment
> > variable) to set the timezone of a property using auto_now so eveytime
> > my entity is updated time is in the timezone I need.
>
> > Thanks in advance
>
> > --
> > Jairo Vasquez Moreno
> > Mentez Developerwww.mentez.com
> > Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Clean custom indexes

2010-03-10 Thread Jairo Vasquez
There's too much queries. I'll try it. Thanks

On Mar 5, 10:36 am, djidjadji  wrote:
> In the development environment clear your index.yaml.
> Run through your app completely, get every query to execute once.
> Your index.yaml contains all the currently needed indices.
> Upload index.yaml
> Vacuum indices.
>
> 2010/3/4 Jairo Vasquez Moreno :
>
>
>
> > Hi all,
> > I'm starting to have problems with my entities because they are growing very
> > fast. Also I have a lot of indexes and a lot of code and I have not an easy
> > way to find out which indexes in index.yaml are not used anymore. I need to
> > do vacuum_indexes (to reduce writes delay) but I need to find out which of
> > them I can delete. Is there a way to do that? or do I have to search every
> > index in my code and try vacuum deleting each by each.
> > Help is very appreciated.
> > Thanks in advance.
>
> > --
> > Jairo Vasquez Moreno
> > Mentez Developer
> >www.mentez.com
> > Medellin - Colombia
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Timezones in properties

2010-03-10 Thread Jairo Vasquez Moreno
Hi,

Is there a clean way (without having to change TZ environment
variable) to set the timezone of a property using auto_now so eveytime
my entity is updated time is in the timezone I need.

Thanks in advance

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Quota error HELP!

2010-03-08 Thread Jairo Vasquez Moreno
Im getting this error:

Request was aborted after waiting too long to attempt to service your
request. Most likely, this indicates that you have reached your
simultaneous dynamic request limit. This is almost always due to
excessively high latency in your app. Please see
http://code.google.com/appengine/docs/quotas.html for more details.

App id: paymentez

PLS HELP

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Python inheritance vs Polymodel

2010-03-04 Thread Jairo Vasquez
My question was more about if it's better to use Polymodel or just use
python inheritance for this kind of Big entities with big wrote rate.

On Mar 1, 7:16 pm, "Ikai L (Google)"  wrote:
> What's the current write rate?
>
> In general, you want to minimize the number of writes. Are you doing
> transactional writes? Four entities will result in a minimum of four
> entities saved, however, it seems to me as if the number of indexes that
> need to be updated will be more of a factor in reducing overall resource
> consumption. Do you have any exploding 
> indexes?http://code.google.com/appengine/docs/python/datastore/queriesandinde...
>
> On Thu, Feb 25, 2010 at 1:43 PM, Jairo Vasquez Moreno <
>
>
>
>
>
> jairo.vasq...@gmail.com> wrote:
> > Hi all,
>
> > I would like to refactor all my models but I need some assistance. Now I
> > have 4 separated models, each of them has a rate of 2 per second creation of
> > the entity.  From how I'm modeling the new scheme of models there is a new
> > parent model that have 4 childs. The problem is that with the current write
> > rate of those models I started to see "too much contention error", I think
> > that is caused because for each write GAE create index entries.
>
> > I know that if I create a polymodel all four kind of entities will be
> > stored in GAE as one model kind (parent) so I think for each child index
> > everything will go now to the same entity so everything will go worst.
>
> > Is it better if I just use db.Model for the parent model and use python
> > inheritance for childs? What do I lost from GAE functions or something if I
> > don't user polymodel? Am I wrong about indexes and contention for
> > polymodel-child entities?
>
> > Thanks in advance
>
> > --
> > Jairo Vasquez Moreno
> > Mentez Developer
> >www.mentez.com
> > Medellin - Colombia
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App 
> Enginehttp://googleappengine.blogspot.com|http://twitter.com/app_engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Clean custom indexes

2010-03-04 Thread Jairo Vasquez Moreno
Hi all,

I'm starting to have problems with my entities because they are growing very
fast. Also I have a lot of indexes and a lot of code and I have not an easy
way to find out which indexes in index.yaml are not used anymore. I need to
do vacuum_indexes (to reduce writes delay) but I need to find out which of
them I can delete. Is there a way to do that? or do I have to search every
index in my code and try vacuum deleting each by each.

Help is very appreciated.

Thanks in advance.

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: More developers

2010-03-04 Thread Jairo Vasquez
Thanks a lot

On Mar 3, 5:00 pm, "Ikai L (Google)"  wrote:
> *note that you can delete unused applications
>
> On Wed, Mar 3, 2010 at 12:00 PM, Ikai L (Google)  wrote:
>
>
>
>
>
> > Yes, but not that you can delete ununsed applications. Go ahead and add
> > your request here with an explanation:
> >http://code.google.com/support/bin/request.py?contact_type=AppEngineB...
>
> > On Tue, Mar 2, 2010 at 2:24 PM, Jairo Vasquez Moreno <
> > jairo.vasq...@gmail.com> wrote:
>
> >> Hi all,
>
> >> Is there a way to increase the limit 15 developers?
>
> >> Thanks in advance
>
> >> --
> >> Jairo Vasquez Moreno
> >> Mentez Developer
> >>www.mentez.com
> >> Medellin - Colombia
>
> >>  --
> >> You received this message because you are subscribed to the Google Groups
> >> "Google App Engine" group.
> >> To post to this group, send email to google-appeng...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> google-appengine+unsubscr...@googlegroups.com >>  e...@googlegroups.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/google-appengine?hl=en.
>
> > --
> > Ikai Lan
> > Developer Programs Engineer, Google App Engine
> >http://googleappengine.blogspot.com|http://twitter.com/app_engine
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App 
> Enginehttp://googleappengine.blogspot.com|http://twitter.com/app_engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] More developers

2010-03-02 Thread Jairo Vasquez Moreno
Hi all,

Is there a way to increase the limit 15 developers?

Thanks in advance

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Python inheritance vs Polymodel

2010-02-25 Thread Jairo Vasquez Moreno
Hi all,

I would like to refactor all my models but I need some assistance. Now I
have 4 separated models, each of them has a rate of 2 per second creation of
the entity.  From how I'm modeling the new scheme of models there is a new
parent model that have 4 childs. The problem is that with the current write
rate of those models I started to see "too much contention error", I think
that is caused because for each write GAE create index entries.

I know that if I create a polymodel all four kind of entities will be stored
in GAE as one model kind (parent) so I think for each child index everything
will go now to the same entity so everything will go worst.

Is it better if I just use db.Model for the parent model and use python
inheritance for childs? What do I lost from GAE functions or something if I
don't user polymodel? Am I wrong about indexes and contention for
polymodel-child entities?

Thanks in advance

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: GAE Bug about memcache

2010-02-25 Thread Jairo Vasquez
Thanks a lot.

On Feb 25, 10:50 am, "Nick Johnson (Google)" 
wrote:
> Hi Jairo,
>
> If you're memcaching entities the obvious way (memcache.set(key, a_model)),
> your models are being pickled (using the Python 'pickle' module). When
> they're restored, pickle looks for the original definition of the class,
> using the module name that was pickled along with the entity. If you move
> the definition, it won't be able to find them.
>
> This isn't a memcache bug, but rather an inevitable consequence of how
> pickling works.
>
> For details on an alternate way to memcache models, see my post 
> here:http://blog.notdot.net/2009/9/Efficient-model-memcaching
>
> -Nick Johnson
>
> On Wed, Feb 24, 2010 at 8:59 PM, Jairo Vasquez Moreno <
>
>
>
>
>
> jairo.vasq...@gmail.com> wrote:
> > Hi all,
>
> > I moved my models to another folder and then when I uploaded those changes,
> > there was a memcache error saying that model was not found. I had to do
> > flush_all and everything started to work. Is that a memcache bug? Is
> > memcache using the path of the model for data saved in memcache?
>
> > --
> > Jairo Vasquez Moreno
> > Mentez Developer
> >www.mentez.com
> > Medellin - Colombia
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Value indexed when None?

2010-02-24 Thread Jairo Vasquez
Yes it is and I can search using property=None but my question was
more about what is more efficient, filter with property=None or use a
value like '-1' and filter property='-1'

Thanks for the replies

On Feb 24, 9:23 pm, "Ikai L (Google)"  wrote:
> I believe so. What have you observed when saving your models?
>
> On Wed, Feb 24, 2010 at 12:55 PM, Jairo Vasquez 
> wrote:
>
>
>
>
>
> > Thanks Ikai,
>
> > But what is the difference between empty values and None when you
> > define a Model in GAE? Because you just define a property without a
> > default value and when you create an instance of that entity, the
> > value will be None isn't it?
>
> > On Feb 24, 1:36 pm, "Ikai L (Google)"  wrote:
> > > That *should* create an index. We index null values, but we don't index
> > > empty values. That is, if you have an entity:
>
> > > Animal {
> > >     String name;
> > >     int age;
>
> > > }
>
> > > And create 100 entities, then add:
>
> > > Animal {
> > >    String name;
> > >    int age;
> > >    String nickname;
>
> > > }
>
> > > The 100 entities that were created will have an EMPTY nickname and will
> > not
> > > be queryable by this attribute, but Animals created after the change that
> > > populate this field will be indexable.
>
> > > On Tue, Feb 23, 2010 at 9:58 PM, Jairo Vasquez Moreno <
>
> > > jairo.vasq...@gmail.com> wrote:
> > > > Hi Nick,
>
> > > > I know every write to Datastore creates an index entry for each
> > indexable
> > > > value. But when a value is not set (None) will an index entry be
> > created?
>
> > > > My doubt is, is it better to let a property None and then filter by
> > > > property=None or set the with something e.g property="-1" and then
> > filter by
> > > > property="-1". Because I'm leaving a property as None and then doing
> > some
> > > > stuff with those entity with None but this is generating more
> > > > DeadLineExcedeed errors as expected (even decreasing the number of
> > entities
> > > > to fetch) so I think maybe the filter is getting to much time and I
> > don't
> > > > know what else could be.
>
> > > > Thanks in advance.
>
> > > > --
> > > > Jairo Vasquez Moreno
> > > > Mentez Developer
> > > >www.mentez.com
> > > > Medellin - Colombia
>
> > > >  --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Google App Engine" group.
> > > > To post to this group, send email to google-appengine@googlegroups.com
> > .
> > > > To unsubscribe from this group, send email to
> > > > google-appengine+unsubscr...@googlegroups.com > > >  e...@googlegroups.com> > e...@googlegroups.com>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-appengine?hl=en.
>
> > > --
> > > Ikai Lan
> > > Developer Programs Engineer, Google App Enginehttp://
> > googleappengine.blogspot.com|http://twitter.com/app_engine
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App 
> Enginehttp://googleappengine.blogspot.com|http://twitter.com/app_engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] GAE Bug about memcache

2010-02-24 Thread Jairo Vasquez Moreno
Hi all,

I moved my models to another folder and then when I uploaded those changes,
there was a memcache error saying that model was not found. I had to do
flush_all and everything started to work. Is that a memcache bug? Is
memcache using the path of the model for data saved in memcache?

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Value indexed when None?

2010-02-24 Thread Jairo Vasquez
Thanks Ikai,

But what is the difference between empty values and None when you
define a Model in GAE? Because you just define a property without a
default value and when you create an instance of that entity, the
value will be None isn't it?

On Feb 24, 1:36 pm, "Ikai L (Google)"  wrote:
> That *should* create an index. We index null values, but we don't index
> empty values. That is, if you have an entity:
>
> Animal {
>     String name;
>     int age;
>
> }
>
> And create 100 entities, then add:
>
> Animal {
>    String name;
>    int age;
>    String nickname;
>
> }
>
> The 100 entities that were created will have an EMPTY nickname and will not
> be queryable by this attribute, but Animals created after the change that
> populate this field will be indexable.
>
> On Tue, Feb 23, 2010 at 9:58 PM, Jairo Vasquez Moreno <
>
>
>
>
>
> jairo.vasq...@gmail.com> wrote:
> > Hi Nick,
>
> > I know every write to Datastore creates an index entry for each indexable
> > value. But when a value is not set (None) will an index entry be created?
>
> > My doubt is, is it better to let a property None and then filter by
> > property=None or set the with something e.g property="-1" and then filter by
> > property="-1". Because I'm leaving a property as None and then doing some
> > stuff with those entity with None but this is generating more
> > DeadLineExcedeed errors as expected (even decreasing the number of entities
> > to fetch) so I think maybe the filter is getting to much time and I don't
> > know what else could be.
>
> > Thanks in advance.
>
> > --
> > Jairo Vasquez Moreno
> > Mentez Developer
> >www.mentez.com
> > Medellin - Colombia
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App 
> Enginehttp://googleappengine.blogspot.com|http://twitter.com/app_engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Value indexed when None?

2010-02-23 Thread Jairo Vasquez Moreno
Hi Nick,

I know every write to Datastore creates an index entry for each indexable
value. But when a value is not set (None) will an index entry be created?

My doubt is, is it better to let a property None and then filter by
property=None or set the with something e.g property="-1" and then filter by
property="-1". Because I'm leaving a property as None and then doing some
stuff with those entity with None but this is generating more
DeadLineExcedeed errors as expected (even decreasing the number of entities
to fetch) so I think maybe the filter is getting to much time and I don't
know what else could be.

Thanks in advance.

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Delete developer users

2010-02-11 Thread Jairo Vasquez Moreno
Hi,

I'm trying to delete developer users using the dashboard and It is just not
working. Unless is there a way to get increased the 15 limitation?

Thanks

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] weird TemplateDoesNotExist error

2009-11-18 Thread Jairo Vasquez Moreno
Hi,

I'm getting a lot of "TemplateDoesNotExist" errors (It's not always,
sometimes GAE raise it). And this is not because a statir dir. It's
weird because the template works but sometimes I see that error, so
it's not about that it doesnt exist. I have like 40 request per second
that fetch the template, maybe that's the reason? Is there a way to
optimize the rendering of a template? maybe using memcache?

Thanks a lot

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] import os

2009-11-03 Thread Jairo Vasquez Moreno

Hi,

Im getting a google.appengine.runtime.DeadlineExceededError error when
I call "import os".

Is this an error?

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: DownloadError: ApplicationError: 5 - Urgent

2009-10-30 Thread Jairo Vasquez

Thanks Jeff,

I'll talk to that people, I though maybe was a GAE problem because
this was not happening in the past, I just wanted to know if there was
problems with urlfetch.

Thanks a lot.

On Oct 30, 7:09 pm, "Jeff S (Google)"  wrote:
> Hello Jairo,
>
> DownloadError 5 usually means that the remote server did not respond
> withing the URLfetch time limit. The default time limit is 5 seconds
> (the max is currently 10 seconds), so if the server you are posting to
> from within App Engine takes too long this exception will be raised.
> What is the URL that you were posting to?
>
> Happy coding,
>
> Jeff
>
> On Oct 29, 8:25 am, Jairo Vasquez Moreno 
> wrote:
>
>
>
> > Hi all,
>
> > In last few I've seen an important increment of this error:
>
> > DownloadError: ApplicationError: 5
> > ..
> > .
> > File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py",
> > line 241, in fetch
> >    return rpc.get_result()
> >  File 
> > "/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
> > line 478, in get_result
> >    return self.__get_result_hook(self)
> >  File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py",
> > line 331, in _get_fetch_result
> >    raise DownloadError(str(err))
> > DownloadError: ApplicationError: 5
>
> > That happens when I make post requests, is there any problem with the
> > urlfetch api, please I need to know this
>
> > Thanks in advance
>
> > --
> > Jairo Vasquez Moreno
> > Mentez Developerwww.mentez.com
> > Medellin - Colombia
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] DownloadError: ApplicationError: 5 - Urgent

2009-10-29 Thread Jairo Vasquez Moreno

Hi all,

In last few I've seen an important increment of this error:

DownloadError: ApplicationError: 5
..
.
File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py",
line 241, in fetch
   return rpc.get_result()
 File "/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 478, in get_result
   return self.__get_result_hook(self)
 File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py",
line 331, in _get_fetch_result
   raise DownloadError(str(err))
DownloadError: ApplicationError: 5

That happens when I make post requests, is there any problem with the
urlfetch api, please I need to know this

Thanks in advance

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: High Cpu Http Requests

2009-10-07 Thread Jairo Vasquez

Me too, Please help !!

On Oct 7, 9:36 pm, Mike  wrote:
> Me too!
>
> And on the day we're going to launch our website. :( :(
>
> Google, any update??
>
> On Oct 8, 10:29 am, Stephen Mayer  wrote:
>
>
>
> > Same ... too wierd!
>
> > Stephen
>
> > On Oct 7, 9:25 pm, Sargis Dallakyan  wrote:
>
> > > I'm now down to 94% for "High Cpu Http Requests". Lets hope it
> > > disappears by tomorrow.
>
> > > On Oct 7, 6:57 pm, "B.J."  wrote:
>
> > > > Me, too.
>
> > > > On Oct 7, 8:47 pm, Brandon Thomson  wrote:
>
> > > > > Hmm, I see the same thing...
>
> > > > > On Oct 7, 9:43 pm, Sargis Dallakyan  wrote:
>
> > > > > > Greetings,
>
> > > > > > I just checked my app and noticed a new entry called High Cpu Http
> > > > > > Requests in the Dashboard. When I click on Quota Details, it's 
> > > > > > listed
> > > > > > under Other Quotas With Warnings: These quotas are only show when 
> > > > > > they
> > > > > > have warnings. Could you please let me know where I can find more 
> > > > > > info
> > > > > > about "High Cpu Http Requests".
>
> > > > > > Here are more details about this issue:
> > > > > > High Cpu Http Requests    98%  9031218452753634304 of
> > > > > > 9223372036854775808  This resource is currently experiencing a 
> > > > > > short-
> > > > > > term quota limit.
> > > > > > Erratic App Behavior 17    0%  0 of 9223372036854775808  This 
> > > > > > resource
> > > > > > is currently experiencing a short-term quota limit.
> > > > > > Erratic App Behavior 18    0%  0 of 9223372036854775808
>
> > > > > > Thanks,
> > > > > > Sargis- Hide quoted text -
>
> > > > - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Access to create applications

2009-10-01 Thread Jairo Vasquez Moreno

Hi,

I'm not in US and Im trying to create an app but Im not receiving the
sms, could someone from google give me access to create applications?
I think my carrier is not supported.

Thanks in advance

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Indexes are not updating in my application

2009-08-24 Thread Jairo Vasquez Moreno
Hi,
My indexes are not updating. It always give me "Server Error (500)" but
application is updated. I need to updates my indexes. Could you please reset
my indexes?

Application ID: maravilhas09

Please, regards,

-- 
Jairo Vasquez Moreno
Mentez Developer

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] PagerQuery - generate bookmark from entity

2009-08-13 Thread Jairo Vasquez Moreno
Hi,

Im using this efficient pager:

http://appengine-cookbook.appspot.com/recipe/efficient-paging-for-any-query-and-any-model/?id=ahJhcHBlbmdpbmUtY29va2Jvb2tylwELEgtSZWNpcGVJbmRleCI8YWhKaGNIQmxibWRwYm1VdFkyOXZhMkp2YjJ0eUZ3c1NDRU5oZEdWbmIzSjVJZ2xFWVhSaGMzUnZjbVVNDAsSBlJlY2lwZSI-YWhKaGNIQmxibWRwYm1VdFkyOXZhMkp2YjJ0eUZ3c1NDRU5oZEdWbmIzSjVJZ2xFWVhSaGMzUnZjbVVNNDIM

But I have a problem,

I need to fetch results and start from one particular object (not from
results beginning), so I need to generate the bookmark for a particular
object, I tried it but its not working when I set and ordering ... Im
generating bookmark in this way:

query = PagerQuery(Photo)
bookmark = encode_bookmark(query._get_bookmark_values(photo))
prev, photos, next = query.fetch(1, bookmark)

but when I order the query it is giving me an empty list

query = PagerQuery(Photo).order("-date")

Does anyone can help me??

-- 
Jairo Vasquez Moreno

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---