SQL metadata mangers do not have a smart retry strategy when they are polling their databases. A retry strategy should retry (with backoff) on acute errors and emit an alert if the retries fail.
This conversation came up in #1366
Currently the managers simply skip that polling period and try again the next time around.
SQL metadata mangers do not have a smart retry strategy when they are polling their databases. A retry strategy should retry (with backoff) on acute errors and emit an alert if the retries fail.
This conversation came up in #1366
Currently the managers simply skip that polling period and try again the next time around.