Skip to content

Comment on A Celery-like Python Task Queue in 55 Lines of Code

Comments

    Having a way to pickle code objects and their dependencies is a huge win, 
    and I'm angry I hadn't heard of PiCloud earlier.
That's a nice use of the cloud library, without using the PiCloud service. Unfortunately, the PiCloud service itself is shutting down on February 25th (or thereabouts).

Ah, I'm sorry to hear that. Hopefully, they make their library code more readily available before closing their doors.

Looks like the PiCloud team is joining dropbox but according to their blog post "The PiCloud Platform will continue as an open source project operated by an independent service, Multyvac (http://www.multyvac.com/)."

Source: http://blog.picloud.com/2013/11/17/picloud-has-joined-dropbo...

Yes, the Multyvac launch has been delayed until February 19.

They are supporting much of the PiCloud functionality, but not function publishing, which I used quite a lot. (That was a way you could "publish" a function to PiCloud, and then call it from a RESTful interface. It was a nice way to decouple my computational code from my website, which has very different dependencies.)

I fear it is more oriented toward the use case of doing long running scientific jobs, rather than short Celery-like jobs. I hope for the best.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.