Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 13th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Task failing silently (GAE)
  2. application: xxx
  3. version: xxx
  4. runtime: python
  5. api_version: 1
  6.  
  7. builtins:
  8. - deferred: on
  9.  
  10. handlers:
  11. ...
  12.        
  13. version = os.environ['CURRENT_VERSION_ID'].split('.')[0]
  14. deferred.defer(<fn_name>, <fn_variable>, _target=version)