It is: google.appengine.api.urlfetch.set_default_fetch_deadline
"""Set the default value for create_rpc()'s deadline parameter.

  This setting is thread-specific (i.e. it's stored in a thread local).
  This function doesn't do any range or type checking of the value.  The
  default is None.

  See also: create_rpc(), fetch()

  """
  _thread_local_settings.default_fetch_deadline = value




Robert






On Wed, Aug 17, 2011 at 21:01, keakon lolicon <kea...@gmail.com> wrote:
> Hi Johha,
>
> Where is the set_default_fetch_deadline? I can't find it anywhere.
> Thank you.
>
> ----------
> keakon
> My blog(Chinese): www.keakon.net
> Blog source code: https://bitbucket.org/keakon/doodle/
>
>
> On Thu, Aug 18, 2011 at 3:13 AM, Deepak Singh <deepaksingh...@gmail.com>
> wrote:
>>
>> I have an existing GWT project which uses all of them. Now i am planning
>> to move this project to appengine. So just want to check the feasibility and
>> compatibility of these technologies with GAE.
>> Yet i have not tried but will start migration soon.
>>
>>
>> On Wed, Aug 17, 2011 at 11:41 PM, Deepak Singh <deepaksingh...@gmail.com>
>> wrote:
>>>
>>> Hi Johan,
>>> Thanks. Nice release.
>>> Does this version support the following things:
>>> 1) JIBX databinding
>>> 2) JAXWS web service client / server
>>> 3) EHCache
>>> 4) Spring core
>>> 5) Java mail
>>> 6) XMLBEANS
>>> Thanks
>>> Deepak
>>>
>>> On Wed, Aug 17, 2011 at 10:57 PM, Johan Euphrosine <pro...@google.com>
>>> wrote:
>>>>
>>>> We just announced App Engine 1.5.3 SDK release on the official blog:
>>>>
>>>> http://googleappengine.blogspot.com/2011/08/app-engine-153-sdk-released.html
>>>>
>>>> You can download it from here:
>>>> http://code.google.com/p/googleappengine/downloads/list
>>>>
>>>> See the Release Notes below, Happy Hacking!
>>>>
>>>> App Engine SDK - Release Notes
>>>>
>>>> Version 1.5.3 - Aug 17, 2011
>>>>
>>>> Python
>>>> ======
>>>>
>>>> We've removed the limit on the size of blob uploads using the Blobstore
>>>> API.
>>>> You can now send emails with any attachment extension that is not
>>>> included on the email attachment extension blacklist.
>>>> Added a db.get_indexes() method to retrieve an application's indexes
>>>> and their corresponding states.
>>>> The dev_appserver has been updated to understand the reduced index
>>>> requirements of the 1.5.2 datastore query planner changes.
>>>> The Datastore Admin functionality can now be enabled directly in the
>>>> Admin Console.
>>>> Added cas(), the compare-and-set function, to the Memcache API.
>>>> http://code.google.com/p/googleappengine/issues/detail?id=2139
>>>> Added a set_default_fetch_deadline to the URLFetch API which sets the
>>>> URLFetch deadline globally.
>>>> Added app_identity api with methods to get the application id, default
>>>> hostname, and service accounts for asserting identity on outbound HTTP
>>>> calls.
>>>> http://code.google.com/appengine/docs/python/appidentity/overview.html
>>>> Added an improved HRD migration tool that requires a read-only period
>>>> relative to your datastore write rate (as opposed to your datastore
>>>> size, which is how the current version behaves). The tool is not yet
>>>> generally available. If you are interested in being an early adopter
>>>> please fill out this form:
>>>> http://goo.gl/3jrXu
>>>> Fixed an issue in the Channel API where jsapi was not served with the
>>>> correct mime type.
>>>> Fixed an issue that broke use_library when the Python SDK was located
>>>> in a directory that contained the word 'django'.
>>>> Fixed an issue where blobs could not be uploaded using HTTPS.
>>>> Fixed an issue where GQL didn't allow querying for valid kind names
>>>> containing '.', '-', and ':' by supporting quoted identifiers.
>>>> http://code.google.com/p/googleappengine/issues/detail?id=2584
>>>>
>>>> Java
>>>> ====
>>>>
>>>> We've removed the limit on the size of blob uploads using the Blobstore
>>>> API.
>>>> You can now send emails with any attachment extension that is not
>>>> included on the email attachment extension blacklist.
>>>> Added a getIndexes() method to the DatastoreService? to retrieve an
>>>> application's indexes and their corresponding states.
>>>> The development server has been updated to understand the reduced
>>>> index requirements of the 1.5.2 datastore query planner changes.
>>>> The Datastore Admin functionality can now be enabled directly in the
>>>> Admin Console.
>>>> You can now use Remote API to access the services of one App Engine
>>>> application from a different App Engine application.
>>>> The Java Testing APIs now default to UTC if no timezone is specified.
>>>> AppCfg? now supports download_app, which will download all files that
>>>> were uploaded from your war directory.
>>>> AppCfg? now supports the -V (version) and -A (application) flags.
>>>> Added app_identity api with methods to work with service accounts for
>>>> asserting identity on outbound HTTP calls.
>>>> http://code.google.com/appengine/docs/java/appidentity/overview.html
>>>> Added an improved HRD migration tool that requires a read-only period
>>>> relative to your datastore write rate (as opposed to your datastore
>>>> size, which is how the current version behaves). The tool is not yet
>>>> generally available. If you are interested in being an early adopter
>>>> please fill out this form:
>>>> http://goo.gl/3jrXu
>>>> Fixed an issue in the Channel API where jsapi was not served with the
>>>> correct mime type.
>>>> Fixed an issue where blobs could not be uploaded using HTTPS.
>>>> Fixed an issue where GQL didn't allow querying for valid kind names
>>>> containing '.', '-', and ':' by supporting quoted identifiers.
>>>> http://code.google.com/p/googleappengine/issues/detail?id=2584
>>>>
>>>> Go
>>>> ===
>>>>
>>>> appengine:
>>>>  - Add app identity functions: AppID, VersionID, DefaultVersionHostname.
>>>> appengine/datastore:
>>>>  - Fix construction of incomplete keys with parents.
>>>> appengine/delay:
>>>>  - Check argument types at Call time.
>>>>  - Retry delayed functions if they return a non-nil os.Error.
>>>> Other:
>>>>  - Report package dependency cycles in go-app-builder.
>>>> --
>>>> Johan Euphrosine (proppy)
>>>> Developer Programs Engineer
>>>> Google Developer Relations
>>>>
>>>> --
>>>> 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.
>>>>
>>>
>>
>> --
>> 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.
>
> --
> 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.
>

-- 
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.

Reply via email to