Gae Backend Instance With Deferred
I am using urlfetch via deferred.defer. I get a timeout error. I've read to use the backend instances if your tasks need more time and grunt. In the documentation on push tasks it
Solution 1:
You can do this, use the _target parameter, e.g.:
deferred.defer(func, key=key, _target='1.backend1')
Post a Comment for "Gae Backend Instance With Deferred"