I am trying to find a solution for ensuring I found the instructions here http://community.webfaction.com/questions/2192/djcelery-do-start-with-django But I have a problem... this starts
I have a line like this in my
So, like I said this runs and starts
...then Obviously something is different about running from asked 17 Mar '13, 16:51 anentropic |
Cron jobs run with a very minimal environment compared to that of an interactive shell:
If your supervised process relies on any environment variables that are missing or different from what you see above, then you'll need to explicitly set them somewhere, either in your answered 18 Mar '13, 16:45 seanf thanks, yes in the end I solved the problem by if anyone has a way to do this without copy and pasting or other hard-coding I'd love to know
(18 Mar '13, 17:18)
anentropic
|
Try wrapping the command in parenthesis,
answered 17 Mar '13, 21:27 johns thanks, this didn't fix it though
(18 Mar '13, 06:44)
anentropic
|