1.  No, the request deadline isn't affected by billing.

2. Yes, if you need to run processes for longer than 30 seconds, EC2
is probably what you want.  By the way, if you're hitting the hard
deadline, this is almost always a sign that you're catching the
initial DeadlineExceeded exception and then ignoring it.  You
shouldn't do that.

On Feb 12, 4:12 am, gaenoob <[email protected]> wrote:
> my gae app run well at localhost.
>
> however, the deployed version always got the HardDeadlineExceededError
> & ExceptionInInitializerError.
>
> IMHO, it is not acceptable as ONLY me using it while the error
> occurred.
>
> Question
> (1) Will enable billing helps to eliminate the errors?
> (My answer is no - but just to confirm whether will it help.)
>
> (2) Any experience with Amazon Web Services (aws.amazon.com). Is it
> better?

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

Reply via email to