Skip to content

Releases: Tivix/django-cron

version 0.6.0

11 May 08:22
Compare
Choose a tag to compare
  • Removed message length limit to reflect database
  • Simplifies the file-based lock mechanism and fixes the race condition
  • Add cron feedback and dry-run functionality
  • New features: Run cron on specific days and output errors to a specified log
  • Django 4.0 fixes
  • Command for making cron jobs running in loop or running several times with the sleep time between
  • Run CronJobs on days in month/ monthly
  • Name locks by module_name.class_name for higher distinction
  • Locking backend with database
  • Update requirements to Django 3.2.0 (long-term support)

version 0.5.1

06 Jun 18:04
Compare
Choose a tag to compare
  • Fixed error in file locking backend with Python 3
  • Fixed 'NoneType' object has no attribute 'utcoffset' error
  • Updated unit tests and demo for Django 2.0 compatibility

version 0.5.0

14 Sep 18:06
Compare
Choose a tag to compare
  • Added support for Django 1.10
  • Minimum Django version required is 1.8
  • Use parser.add_argument() instead of optparse.make_option() in runcrons command

version 0.4.3

20 Aug 09:38
Compare
Choose a tag to compare
Merge pull request #61 from dtao/patch-1

fixed typo in readme (s/proving/providing)