 
            
            
            
            
                
                    Oct. 1, 2024
                
            
            
            
        
    
                11:46 a.m.
            
        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/...
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)%'