@ductape/sdk 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/services/productsApi.service.d.ts +2 -0
- package/dist/api/services/productsApi.service.js.map +1 -1
- package/dist/database/databases.service.js +7 -9
- package/dist/database/databases.service.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +16 -4
- package/dist/index.js.map +1 -1
- package/dist/logs/logs.service.js +4 -0
- package/dist/logs/logs.service.js.map +1 -1
- package/dist/processor/services/processor.service.d.ts +5 -2
- package/dist/processor/services/processor.service.js +4 -1
- package/dist/processor/services/processor.service.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/index.types.d.ts +4 -0
- package/dist/types/index.types.js.map +1 -1
- package/package.json +1 -1
|
@@ -22,6 +22,10 @@ export interface IDuctapeInit {
|
|
|
22
22
|
max_backoff_ms?: number;
|
|
23
23
|
/** Warm database connection pools from the runtime snapshot. Default true. */
|
|
24
24
|
warm_connections?: boolean;
|
|
25
|
+
/** Mongo/SQL connection timeout used only by background warm-up. Default 5000. */
|
|
26
|
+
warm_connection_timeout_ms?: number;
|
|
27
|
+
/** Reject ready() when credentials or warmed connections are degraded. Default false. */
|
|
28
|
+
strict_ready?: boolean;
|
|
25
29
|
};
|
|
26
30
|
}
|
|
27
31
|
/** @internal API host routing — not the product environment slug */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.types.js","sourceRoot":"","sources":["../../src/types/index.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"index.types.js","sourceRoot":"","sources":["../../src/types/index.types.ts"],"names":[],"mappings":";;;AAsCA,8DAMC;AAZD,oEAAoE;AACpE,IAAY,OAGX;AAHD,WAAY,OAAO;IACjB,oCAAyB,CAAA;IACzB,wBAAa,CAAA;AACf,CAAC,EAHW,OAAO,uBAAP,OAAO,QAGlB;AAED,SAAgB,yBAAyB;IACvC,MAAM,CAAC,GAAG,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC;IACpC,IAAI,CAAC,KAAK,GAAG,IAAI,CAAA,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,WAAW,EAAE,MAAK,MAAM,EAAE,CAAC;QAC7C,OAAO,OAAO,CAAC,IAAI,CAAC;IACtB,CAAC;IACD,OAAO,OAAO,CAAC,UAAU,CAAC;AAC5B,CAAC"}
|