Re: [openstack-dev] [celery][taskflow] Reg. celery and task-flow

2016-01-08 Thread Joshua Harlow
So actually they are quite different, (although similar at some level), Given that celery isn't really a replacement for taskflow although one could say, from what I've heard from others, that taskflow is a super-set of what celery is so taskflow likely can replace parts of celery (but not

Re: [openstack-dev] [celery][taskflow] Reg. celery and task-flow

2016-01-08 Thread Greg Hill
I'm opinionated because I work with/on Taskflow and had mostly bad experiences with Celery, but here's my $0.02. It's possible that the codebase I inherited just made bad use of Celery or things have improved a lot in the last 18 months, but all I can speak from is my own experience. Taskflow

[openstack-dev] [celery][taskflow] Reg. celery and task-flow

2016-01-08 Thread ESWAR RAO
Hi All, Please let me know whether celery is replacement for taskflow. As per my understanding, task-flow can break jobs into tasks and execute them. >From celery wiki, it also does almost similar behaviour. I guess in most of openstack components taskflow is widely used. Any places where its

Re: [openstack-dev] Celery

2013-06-24 Thread Steven Hardy
On Fri, Jun 21, 2013 at 05:33:05PM +, Jessica Lucci wrote: Hello all, Included here is a link to a Celery wiki, explaining what the Celery project is and how it works. Currently, celery is being used in a distributed pattern for the WIP task flow project. As such, links to both the

[openstack-dev] Celery

2013-06-21 Thread Jessica Lucci
Hello all, Included here is a link to a Celery wiki, explaining what the Celery project is and how it works. Currently, celery is being used in a distributed pattern for the WIP task flow project. As such, links to both the distributed project, and its' parent task flow project have been

Re: [openstack-dev] Celery

2013-06-21 Thread Joshua Harlow
To: openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Subject: [openstack-dev] Celery Hello all, Included here is a link to a Celery wiki, explaining what the Celery project is and how it works