Thx Brian, Sounds good. I will do my best to show-up.
>From looking at the commit @ https://github.com/flwang/glance/commit/f1c0a94fb7b1a829bfe1828c61abb8b2bd2 fb917#L4R265 there does seem to be quite a bit of similarity (which isn't a bad thing, means we are just thinking on the same lines). https://github.com/stackforge/taskflow/blob/master/taskflow/persistence/bac kends/sqlalchemy/models.py#L147 looks a lot like the storage model in that commit (even some of the same attributes, haha) ;) Also if you are thinking that the distributed stuff might be overkill (idk if it is for your use-case) taskflow can also be setup to just run the tasks in your own backend without pulling in the celery components. Jump on #openstack-state-management if u want to also :-) On 8/20/13 6:10 PM, "Brian Rosmaita" <[email protected]> wrote: >Joshua, thanks for reaching out. The informal consensus was that >taskflow was overkill for what we're doing in some ways, and maybe not >mature enough in others. But maybe we should reconsider (especially if >you're willing to help out!). If any Glance people aren't familiar with >the current state of taskflow, Jessica Lucci has posted a quick 27 min >video walkthrough: > http://www.youtube.com/watch?v=SJLc3U-KYxQ > >if you watch, here are the docs she uses: > https://wiki.openstack.org/wiki/TaskFlow > https://github.com/stackforge/taskflow > https://wiki.openstack.org/wiki/Celery > https://wiki.openstack.org/wiki/DistributedTaskManagement > https://code.launchpad.net/taskflow > >Maybe we can have a quick discussion at the weekly Glance meeting on >Thursday (20:00 UTC this week in #openstack-meeting-alt on freenode). >________________________________________ >From: Joshua Harlow [[email protected]] >Sent: Tuesday, August 20, 2013 6:18 PM >To: OpenStack Development Mailing List; Brian Rosmaita >Subject: Re: [openstack-dev] [Glance] import task update > >Very cool, would u consider trying to use taskflow for some of this. It >seems to fit (or could fit) part of the bill nicely. > >I'd be up to working with you guys to make this happen, if you guys want >to discuss more u know where to find me (on IRC, ha). > >On 8/20/13 2:44 PM, "Brian Rosmaita" <[email protected]> wrote: > >>In light of today's IRC meeting in #openstack-glance (notes in etherpad >>https://etherpad.openstack.org/LG39UnQA7z), I've updated the tasks api >>document and the import document: >> >> https://wiki.openstack.org/wiki/Glance-tasks-api >> https://wiki.openstack.org/wiki/Glance-tasks-import >> >>cheers, >>brian >> >>_______________________________________________ >>OpenStack-dev mailing list >>[email protected] >>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
