django-q
                                
                                 django-q copied to clipboard
                                
                                    django-q copied to clipboard
                            
                            
                            
                        null value in column "attempt_count" violates not-null constraint
Hi,
I'm using Django Q (latest version) the following way (Django 3.0.2, Python 3.7.5):
Schedule.objects.create(func='......', args=1, repeats = -1, schedule_type=Schedule.WEEKLY, next_run=start_activate) 
In Sentry, I am receiving a lot of the following errors: null value in column "attempt_count" violates not-null constraint. Why is this? How can I avoid this?
Thanks a lot!
Same error here, seems happening only on scheduled task.
Thank you for you help!
any update on this?