django-cron Questions

4

I am trying to get django-cron working and its not. I followed the instruction here to set up my cron but the problem is that my job only runs when i type python manage.py runcrons on my command li...
Stratocumulus asked 12/4, 2013 at 22:17

4

I have setup a cron job by using django crontab. As per defined in documentation I defined a test job in cron.py and defined it to run in 1 minute interval in settings.py. #cron.py def test_cron_r...
Phalanx asked 31/1, 2019 at 14:47

3

Solved

I am sorry if its basics but I did not find any answers on the Internet comparing these two technologies. How should I decide when to use which as both can be used to schedule and process periodic ...
Screenplay asked 26/11, 2019 at 14:8

1

Solved

I got exact same problem described in this post, but the answer doesn't help at all. In short, I am using Tivix django-cron, the cron job is not running at regular basis. To illustrate the proble...
Teel asked 15/7, 2013 at 0:25

1

I am trying to get Django-cron running, but it seems to only run after hitting the site once. I am using Virtualenv. Any ideas why it only runs once? On my PATH, I added the location of django_cr...
Lothaire asked 19/8, 2011 at 21:45

2

Solved

A normal approach to cron jobs with a django site would be to use cron to run custom management commands periodically. But I found this http://code.google.com/p/django-cron/ How does it work, wit...
Ivetteivetts asked 28/6, 2011 at 14:57
1

© 2022 - 2024 — McMap. All rights reserved.