mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
* Add a warning for misconfiguration. As specified in the docs, by default the settings result in a configuration where slow tasks that run for more than 60s cause repeated running of tasks, which has caused a few issues. This warning doesn't change the defaults, which would be a marge larger change, but instead provides a, hopefully, helpful message to the user. * fixed missing bracket * Update conf.py fixed spelling * Update conf.py Made bool work for python 3.6+ * Fixing typo Co-authored-by: Ilan Steemers <koed00@gmail.com>