David Lewis
David Lewis
django-picklefield 3.1 blessed 1.19.1 arrow 1.2.3 Django 4.0.4 django-q 1.3.9 python 3.10.7 Fresh installation. Scheduler appears to work correctly, however it seems to fail trying to log a successful task...
I'm currently successfully using Django-Q2 for queueing email tasks using 'django.core.mail.send_mail' as detailed in the [docs](https://django-q2.readthedocs.io/en/master/examples.html#emails). However, I've had a new requirement to send emails with additional fields that means...