Git Product home page Git Product logo

williamcaesar / django-cron Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tivix/django-cron

0.0 2.0 0.0 201 KB

Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. Basically takes care of all the boring work for you :-)

Home Page: www.tivix.com

License: MIT License

Python 100.00%

django-cron's Introduction

django-cron

https://travis-ci.org/Tivix/django-cron.png https://coveralls.io/repos/Tivix/django-cron/badge.png https://readthedocs.org/projects/django-cron/badge/?version=latest

Django-cron lets you run Django/Python code on a recurring basis providing basic plumbing to track and execute tasks. The 2 most common ways in which most people go about this is either writing custom python scripts or a management command per cron (leads to too many management commands!). Along with that some mechanism to track success, failure etc. is also usually necesary.

This app solves both issues to a reasonable extent. This is by no means a replacement for queues like Celery ( http://celeryproject.org/ ) etc.

Documentation

http://django-cron.readthedocs.org/en/latest/

This open-source app is brought to you by Tivix, Inc. ( http://tivix.com/ )

django-cron's People

Contributors

dfryta avatar maciej-jaworski avatar maxim-kht avatar name-no avatar mjaworski avatar eriktelepovsky avatar mozillazg avatar sennoy avatar ghinch avatar mateusz-sikora avatar valeriansaliou avatar dmedvinsky avatar kas avatar pjthomas404 avatar mickeyckm avatar kuznitsin avatar alexzak avatar dtao avatar barqshasbite avatar davepeake avatar felipeochoa avatar raisins avatar pennersr avatar santtu avatar wtemmerman avatar

Watchers

James Cloos avatar Cæsar avatar

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.