Skip to content

Commit

Permalink
Merge pull request #3477 from terascope/node-18-timeout-fix
Browse files Browse the repository at this point in the history
Node 18 master pod restart fix
  • Loading branch information
godber authored Nov 28, 2023
2 parents 7188767 + 8667660 commit 79fa6a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice-workspace",
"displayName": "Teraslice",
"version": "0.87.0",
"version": "0.87.1",
"private": true,
"homepage": "https://github.com/terascope/teraslice",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/teraslice-messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/teraslice-messaging",
"displayName": "Teraslice Messaging",
"version": "0.34.0",
"version": "0.34.1",
"description": "An internal teraslice messaging library using socket.io",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/teraslice-messaging#readme",
"bugs": {
Expand Down
1 change: 1 addition & 0 deletions packages/teraslice-messaging/src/messenger/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export class Client extends Core {

this.socket.on('reconnect', () => {
this.logger.info(`client ${this.clientId} reconnected`);
this.serverShutdown = false;
this.ready = true;
this.emit('ready');

Expand Down
4 changes: 2 additions & 2 deletions packages/teraslice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice",
"displayName": "Teraslice",
"version": "0.87.0",
"version": "0.87.1",
"description": "Distributed computing platform for processing JSON data",
"homepage": "https://github.com/terascope/teraslice#readme",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@terascope/elasticsearch-api": "^3.11.0",
"@terascope/job-components": "^0.64.0",
"@terascope/teraslice-messaging": "^0.34.0",
"@terascope/teraslice-messaging": "^0.34.1",
"@terascope/utils": "^0.51.0",
"async-mutex": "^0.4.0",
"barbe": "^3.0.16",
Expand Down

0 comments on commit 79fa6a6

Please sign in to comment.