Re: Best practices for writing jobs run through cron

2015-07-07 Thread Weitao
BTW,You can also manage your celery cron against Django admin page,if you want. Django+Celery will give you more. 发自我的 iPhone > 在 2015年7月7日,03:16,Juan Gutierrez 写道: > > Hi WU, > > It sounds like you want to add a lot of helpful transparency into your task > runner which is awesome, however,

Re: Best practices for writing jobs run through cron

2015-07-06 Thread Juan Gutierrez
Hi WU, It sounds like you want to add a lot of helpful transparency into your task runner which is awesome, however, have you taken a look at Celery? http://celery.readthedocs.org/en/latest/userguide/periodic-tasks.html Celery also comes with a monitoring tool (Flower - http://celery.readthedo