Yeah that is possible, though I was thinking more making a mesos framework that behaves as a broker to fully utilise the point of mesos (fine grained task allocation).
Not sure I fully understand the landscape of how Celery components for together enough to know whether that's possible or not, but it's an interesting experiment. Tom. On 10 Jul 2014, at 00:14, Hunter Owens <[email protected]> wrote: You could run Celery through Marathon, you'd just also need to have a broker (Reddis, RabbitMQ) running concurrently on mesos (or elsewhere, technically) . Though it may be useful to framework the ability to package it all together. -Hunter On Wed, Jul 9, 2014 at 4:06 PM, Tom Arnfeld <[email protected]> wrote: > Hey everyone, > > Posted this on IRC earlier but thought i'd bring it up here. Has anyone > given any thought to building an extension to Celery (a popular python > framework for building task based apps http://www.celeryproject.org/) to > allow it to behave as a Mesos framework and run tasks on Mesos? I'm not > very familiar with the internals of Celery so it might be more complex to > achieve than it looks from the surface, but something we'd be interested in > working with. > > Tom. > > -- > *Tom Arnfeld* > Developer // DueDil > > [email protected] > (+44) 7525940046 > > > > 25 Christopher Street, London, EC2A 2BS > Company Number: 06999618 > > What is DueDil? <https://www.duedil.com/about> | Product features > <https://www.duedil.com/features?ref=ft> | Try it for free > <https://www.duedil.com/> > >

