DEV Community

Discussion on: Django: Fixing race condition when queuing with on_commit hook

Collapse
 
k4ml profile image
Kamal Mustafa

Hmm, that make sense. I'll look back into our code and see if that feasible. Thanks for the suggestion !

Ok, on a second thought, I try to avoid using signal as it make code hard to follow.

Collapse
 
rhymes profile image
rhymes

He has a point, thanks for telling me! I'll consider it :-)