graphile-worker
Advanced tools
Comparing version 0.16.4 to 0.16.5
@@ -337,3 +337,5 @@ "use strict"; | ||
{ code: "40P01", backoffMS: 50 }, | ||
{ code: "57P03", backoffMS: 3000 }, // cannot_connect_now | ||
{ code: "57P03", backoffMS: 3000 }, | ||
{ code: "EHOSTUNREACH", backoffMS: 3000 }, | ||
{ code: "ETIMEDOUT", backoffMS: 3000 }, // timeout | ||
]; | ||
@@ -340,0 +342,0 @@ const MAX_RETRIES = 100; |
@@ -1,1 +0,1 @@ | ||
export declare const version = "0.16.4"; | ||
export declare const version = "0.16.5"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
// This file is autogenerated by /scripts/postversion.mjs | ||
exports.version = "0.16.4"; | ||
exports.version = "0.16.5"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "graphile-worker", | ||
"version": "0.16.4", | ||
"version": "0.16.5", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "description": "Job queue for PostgreSQL", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
496395
7627