Running python crons in a Django project
Project description
Django-cron lets you run Django/Python code on a recurring basis proving 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.
WARNING
When upgrading from 0.3.6 to later versions you might need to remove existing South migrations, read more: https://docs.djangoproject.com/en/1.7/topics/migrations/#upgrading-from-south
Documentation
http://django-cron.readthedocs.org/en/latest/
This opensource app is brought to you by Tivix, Inc. ( http://tivix.com/ )
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-cron-0.4.0.tar.gz.
File metadata
- Download URL: django-cron-0.4.0.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf68b51677d03e2fd46776996096af1085179a2b6d5a6477dd42a747400ce4dd
|
|
| MD5 |
38b2b83d38dbdca72d02064c1204947b
|
|
| BLAKE2b-256 |
a2c199d84d7d6ed31166bbba3d0d23a11e704a54425e051c9b28f7d55f925bd5
|