Use case
When mutations are failed, CH will retry it infinitely until success. But for some cases, the mutations will fail forever. We need an approach to limit the retry attempts and avoid infinite mutation execution.
Describe the solution you'd like
Candidates solutions:
- Ada a Setting to turn on/off the retry mechanism for mutation;
- Add a Setting to limit the retry times for failed mutations, failed mutations whose retry times exceeds the limit will be forcely cancelled;
- Add a Setting to set the time to live(TTL) for unfinished mutations, failed mutations whose life time exceeds the TTL limit will be forcely cancelled.
Any ideas?
Use case
When mutations are failed, CH will retry it infinitely until success. But for some cases, the mutations will fail forever. We need an approach to limit the retry attempts and avoid infinite mutation execution.
Describe the solution you'd like
Candidates solutions:
Any ideas?