snowflakedb / pdo_snowflake

PHP PDO driver for snowflake
Apache License 2.0
59 stars 30 forks source link

SNOW-878083: Update retry strategy from libsfc and add connection parameter #350

Closed ghost closed 10 months ago

ghost commented 10 months ago

The connection parameter added: logintimeout : The timeout for login. defaults to 300 retrytimeout: The timeout for request retry. defaults to 300, can only be increased maxhttpretries: The max number of retry attempt. defaults to 7

ghost commented 10 months ago

Attach log generated from connect.phpt shows that the connection parameter passed to libsnowflakeclient correctly. The actual behavior is tested in libsnowflakeclient. snowflake_20231103173723.txt