TurboManage

David Chandler's Journal of Java Web and Mobile Development

  • David M. Chandler

    Google Cloud Platform Data Engineering Instructor with ROI Training now residing in Colorado with the wife of my youth (31 years). Besides tech, I enjoy aviation and landscape photography.

  • Subscribe

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,120 other subscribers
  • Sleepless Nights…

    November 2009
    S M T W T F S
    1234567
    891011121314
    15161718192021
    22232425262728
    2930  
  • Blog Stats

    • 1,045,917 hits

AppEngine task queue problems resolved for now

Posted by David Chandler on November 27, 2009

I’ve been able to get Deferred.defer() working by Base64 encoding the serialized object stream for the task before queuing it. I think something in the task queue processing chain doesn’t handle raw binary data. I’ll post a link to the code once smarter folks than I have had a chance to discuss this and review it.

You can follow the discussion on the AppEngine forum.

 

Leave a comment