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

Remove max_length from CronJobLog.message field #64

Closed mozillazg closed 9 years ago

mozillazg commented 9 years ago

Because max_length makes long exception stack is split.

chachra commented 9 years ago

Can you please update the version in https://github.com/Tivix/django-cron/blob/master/setup.py to 0.4.4 and update the changelog https://github.com/Tivix/django-cron/blob/master/docs/changelog.rst ?

Thanks!

mozillazg commented 9 years ago

@chachra Done.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 90.204% when pulling aebd64ad79e55a77cc978e8eb9205e96502822ac on mozillazg:remove-max_length into 3e1eb09616c4830cc3623d71f40d61c7e7b9613b on Tivix:master.