0

I'm using a key-value store for Django. To manage conflict errors for concurrent processes accessing the same objects, I need to rerun whole Django requests if the final commit fails.

How do I do this? Can I somehow initiate the rerun inside a middleware.process_response?

4

0 回答 0