On Tue, Oct 01, 2024 at 11:29:52AM -0000, Chupin Maxime via Mailman-users wrote:
> Another error message from the cron executions:

Under Debian, I wrote a script for fixing up a few things, you can find it here:

https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/OONLWQYV35DU62GPEUWM42CQ7LZ3W5BY/

You might be interested by:

# work-around for django_q
# (does not seem to work, and DEFAULT_AUTO_FIELD should be also
#  configured to django.db.models.BigAutoField)
dpkg-divert --rename /usr/lib/python3/dist-packages/django_q/conf.py
sed < /usr/lib/python3/dist-packages/django_q/conf.py.distrib \
    > /usr/lib/python3/dist-packages/django_q/conf.py \
    's%TIMEOUT = conf.get("timeout", None)%TIMEOUT = conf.get("timeout", 59)%'
_______________________________________________
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/5V6ICYVC7DWFXKKO5IIOJMXXNESDS7SQ/

This message sent to arch...@mail-archive.com

Reply via email to