Tivix / django-cron

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 :-)
www.tivix.com
MIT License
900 stars 193 forks source link

Add dry-run functionality to aid development #106

Closed evenicoulddoit closed 2 years ago

evenicoulddoit commented 7 years ago

Whilst integration Django Cron into our project, I wanted to ensure that it would run as expected. In order to make that easier, I suggest we add a --dry-run flag which, in addition to slightly improved output from the management command, should make it easier to see what will happen, before actually running anything.

See #102

tab-cmd commented 7 years ago

@evenicoulddoit I like this addition and we will review it shortly. Thanks! 👍

JedrzejMaluszczak commented 2 years ago

102