django-db-queue icon indicating copy to clipboard operation
django-db-queue copied to clipboard

Job bulk_create

Open iyawnis opened this issue 7 years ago • 0 comments

Current Job creation depends on .save() to be called, as a result processing jobs created using bulk_create causes django-level exceptions.

Either the Query manager should be overridden to return UnsupportedOperation or the code refactored to work with bulk_create

iyawnis avatar Feb 21 '18 14:02 iyawnis