How do you reset a Django transaction after a database exception (e.g. IntegrityError) occurs so you can continue to write to the database?
I have several workers run