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

Best practices for writing jobs run through cron

2015-07-06 Thread webuser1200
I needed help/advice with a few things: 1. Is there a good example of a well written command line task that gets run routinely from the shell. Job would handle logging and be able to redirect stdout to a stdout file and stderr to a stderr file. 2. I was going to setup a dict with all jobs and