PC Chan
Results
1
issues of
PC Chan
https://github.com/snowflakedb/snowflake-connector-net/blob/3adccf292e8e582a9c56cbbfb039fba7a826807c/Snowflake.Data/Core/HttpUtil.cs#L207 Replace with asynchronous wait: await Task.Delay(backOffInSec * 1000); I observed that during heavy load, the waiting time on retry handler could add up. Prior updating the line, 35% of...