Git Product home page Git Product logo

django-cronjobs's People

Contributors

davedash avatar jsocol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

django-cronjobs's Issues

Silence the "Script run multiple times" messages

I'd like a way to silence the message "Script run multiple times". And maybe even just exit with 0 exitcode in such cases. Like a command line argument --quiet-on-multiple-runs. Because I am getting too much cron mails.

manage.py cron: error: unrecognized arguments:

After upgrading the system I get this error: "manage.py cron: error: unrecognized arguments"
Before upgrade everything worked.

Python 2.7.12 (default, Jul 1 2016, 15:12:24)
pip list | grep '[dD]jango'
Django (1.10)
django-appconf (1.0.2)
django-better500s (0.2.1)
django-common-helpers (0.8.0)
django-context-logging (1.2.1)
django-cronjobs (0.2.3)
django-db-log (2.2.1)
django-db-logger (0.1.6)
django-debug-error-logging (1.0.0)
django-debug-logging (0.4)
django-debug-toolbar (1.5)
django-extensions (1.7.2)
django-log-trigger (1.0.2)
django-logging-command (1.0)
django-logging-json (1.5.3)
django-logutils (0.4.2)
django-object-log (0.7.1)
django-picklefield (0.3.2)
django-query-logger (0.1.2)
django-timelog (0.4)

Should use lockfile not to run the same cron job multiple times

When cron jobs run often, there's a chance they will be rerun the next time and clobber over the still-running job's changes.

(I think) django-cronjobs should use a lockfile by default to avoid that behavior, with an option to force a run if one knows what one's doing.

Can I run a cronjob without set a CRON task?

Is there a way to run a cronjob without set a cron task on Linux?

I have some email to send in my application so I wrote a shellcript to run "python manage.py send_mail" and set it as a linux cron task to run time to time.

Django-cronjobs can do that without linux cron?

Thanks.

print statement

Hello guys!
I use this perfect lib in many of my django projects. And I want to ask you about why this lib still having 'print' statement in source code? This statement is "not-for-library", because I cant simply off this on production server. And also this is not python3 compatible.
Can you please fix this? Or just give me permission for it?

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.