meatballs / DjAxelrod

A repository to reproduce Axelrod's iterated prisoner's dilemma as a Django based web application.
MIT License
5 stars 4 forks source link

Celery to be run automatically #13

Closed morlandi closed 9 years ago

morlandi commented 9 years ago

Actually, as explained in the Readme, you have to run Celery manually

$ cd /vagrant
$ celery -A djalexrod worker -l info

Need to arrange an automotic startup procedure, similar to the one already used with the Django server. Or better, have supervisor keep both services up and running

mmcardle commented 9 years ago

The docs have some good info in this http://docs.celeryproject.org/en/latest/tutorials/daemonizing.html?highlight=celeryd