Python Celery on Mesos

2014-07-09 Thread Tom Arnfeld
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?

Re: Python Celery on Mesos

2014-07-09 Thread Hunter Owens
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