@hatchet-dev/typescript-sdk 1.1.8-alpha.0 → 1.1.8-alpha.2

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.
@@ -58,10 +58,10 @@ const channelFactory = (config, credentials) => (0, nice_grpc_1.createChannel)(c
58
58
  'grpc.ssl_target_name_override': config.tls_config.server_name,
59
59
  'grpc.keepalive_timeout_ms': 60 * 1000,
60
60
  'grpc.client_idle_timeout_ms': 60 * 1000,
61
- // Send keepalive pings every 10 seconds, default is 2 hours.
62
- 'grpc.keepalive_time_ms': 10 * 1000,
63
- // Allow keepalive pings when there are no gRPC calls.
61
+ 'grpc.http2.max_pings_without_data': 0,
62
+ 'grpc.http2.min_recv_ping_interval_without_data_ms': 60 * 1000,
64
63
  'grpc.keepalive_permit_without_calls': 1,
64
+ 'grpc-node.max_session_memory': Number.MAX_SAFE_INTEGER,
65
65
  });
66
66
  exports.channelFactory = channelFactory;
67
67
  const addTokenMiddleware = (token) => function _(call, options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hatchet-dev/typescript-sdk",
3
- "version": "1.1.8-alpha.0",
3
+ "version": "1.1.8-alpha.2",
4
4
  "description": "Background task orchestration & visibility for developers",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const HATCHET_VERSION = "1.1.8-alpha.0";
1
+ export declare const HATCHET_VERSION = "1.1.8-alpha.2";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.HATCHET_VERSION = void 0;
4
- exports.HATCHET_VERSION = '1.1.8-alpha.0';
4
+ exports.HATCHET_VERSION = '1.1.8-alpha.2';