hottwaj

Results 22 comments of hottwaj

django's `QuerySet.bulk_create` does something similar to the snippet @geoffrey-eisenbarth first provided: it returns the inserted objects with their PK set to the value in the database. See https://docs.djangoproject.com/en/4.2/ref/models/querysets/#bulk-create Actually the...

Similarly, We have recently had two separate occurrences of django-celery-beat sending tasks that were not due when it was restarted. This is a major issue and we'll likely have to...