Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
This project is no longer maintained.
.. image:: https://travis-ci.org/Tivix/django-cron.png :target: https://travis-ci.org/Tivix/django-cron
.. image:: https://coveralls.io/repos/Tivix/django-cron/badge.png :target: https://coveralls.io/r/Tivix/django-cron?branch=master
.. image:: https://readthedocs.org/projects/django-cron/badge/?version=latest :target: https://readthedocs.org/projects/django-cron/?badge=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.
http://django-cron.readthedocs.org/en/latest/
This open-source app is brought to you by Tivix, Inc. ( http://tivix.com/ )
FAQs
Running python crons in a Django project
We found that django-cron demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.