Giter Club home page Giter Club logo

Comments (6)

ihoru avatar ihoru commented on July 30, 2024 2

This will make your task execute every time you call manage.py runcrons:

schedule = Schedule(run_every_mins=0)

And if you want it to be executed every minute put 1 instead of 0.

from django-cron.

somacci avatar somacci commented on July 30, 2024

I have exactly same problem. If anyone can solutions. Please let me know it.

from django-cron.

Lapeth avatar Lapeth commented on July 30, 2024

Setting run_every_mins=1 is error-prone: Consider that the crontab has us run every minute. If there is a slight difference in time offset on each run, the job might not be executed. Say the crontab executes at 08:00:00.02 and then at 08:01:00.01; there is less than a full minute between these timestamps, so django-cron passes on letting the job execute.

from django-cron.

tab-cmd avatar tab-cmd commented on July 30, 2024

@akashpatni see documentation:

  1. Now everytime you run the management command python manage.py runcrons all the crons will run if required. Depending on the application the management command can be called from the Unix crontab as often as required. Every 5 minutes usually works for most of my applications, for example:

This is intended functionality

from django-cron.

sankethsj avatar sankethsj commented on July 30, 2024

having the same issue. When I write "python manage.py runcrons", it works well for first time. But it wont run every minute. Help!

from django-cron.

JedrzejMaluszczak avatar JedrzejMaluszczak commented on July 30, 2024

@sankethsj use python manage.py cronloop instead.
You need to update django-cron to version 0.6.0

from django-cron.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.