Re: [ZODB-Dev] How does automatic retrying work?

2012-03-30 Thread Alexandre Garel
Le 29/03/2012 20:28, Claudiu Saftoiu a écrit : Hello all, I have an HTTP request which has roughly two parts to it. One part requires a lot of processing with a small chance of a DatabaseConflict, while the other part requires little processing with a high chance of a DatabaseConflict. I'd like

[ZODB-Dev] How does automatic retrying work?

2012-03-29 Thread Claudiu Saftoiu
Hello all, I have an HTTP request which has roughly two parts to it. One part requires a lot of processing with a small chance of a DatabaseConflict, while the other part requires little processing with a high chance of a DatabaseConflict. I'd like to do something like this: def