gemini icon indicating copy to clipboard operation
gemini copied to clipboard

Handle timeouts properly

Open dkropachev opened this issue 2 years ago • 0 comments

Timeout is not an standard error, it does not tell weather operation was completed or not. To handle timeout properly we need to:

  1. For validations - just retry
  2. For mutations - retry if applicable
  3. For DDL - retry with special error handling

dkropachev avatar Jun 11 '23 18:06 dkropachev