We have different propagation levels like Required and Requires_new etc.
What are the real-time examples like when to use Required vs Requires_new?
I know how these propagation works, I am looking for practical examples.
We have different propagation levels like Required and Requires_new etc.
What are the real-time examples like when to use Required vs Requires_new?
I know how these propagation works, I am looking for practical examples.
A couple of different use cases for you...
We did the second one for our web application's access metrics. If needed, we would add a new User Agent in its own table even if the write to the access table failed.