重試使用 Node.js mssql 模組失敗的連線

程式碼註解,說明使用 Node.js mssql 模組連線至 SQL Server 適用的 Cloud SQL 時,如何重試失敗的連線。

深入探索

如需包含此程式碼範例的詳細說明文件,請參閱以下文件:

程式碼範例

Node.js

如要驗證 Cloud SQL for SQL Server,請設定應用程式預設憑證。詳情請參閱「為本機開發環境設定驗證機制」。

// The node-mssql module uses a built-in retry strategy which does not implement backoff.
// 'createRetryIntervalMillis' is the number of milliseconds to wait in between retries.
config.pool.createRetryIntervalMillis = 200;

後續步驟

如要搜尋及篩選其他 Google Cloud 產品的程式碼範例,請參閱 Google Cloud 範例瀏覽器