DEADLINE_EXCEEDED: Time out between gateway and broker

This error appeared in the logs. I don’t understand what causes the app to lose contact with the gateway

Oct 25 16:23:23 app-node-7bb6b87d88-szxl8 app-node error /app/node_modules/grpc/src/common.js:91
  let error = new Error(message);
              ^
Oct 25 16:23:23 app-node-7bb6b87d88-szxl8 app-node Error Error: 4 DEADLINE_EXCEEDED: Time out between gateway and broker: Request timed out after PT15S
    at Object.exports.createStatusError (/app/node_modules/grpc/src/common.js:91:15)
    at Object.onReceiveStatus (/app/node_modules/grpc/src/client_interceptors.js:1209:28)
    at InterceptingListener._callNext (/app/node_modules/grpc/src/client_interceptors.js:568:42)
    at InterceptingListener.onReceiveStatus (/app/node_modules/grpc/src/client_interceptors.js:618:8)
    at Object.onReceiveStatus (/app/node_modules/zeebe-node/dist/lib/GrpcClient.js:144:36)
    at InterceptingListener._callNext (/app/node_modules/grpc/src/client_interceptors.js:568:42)
    at InterceptingListener.onReceiveStatus (/app/node_modules/grpc/src/client_interceptors.js:618:8)
    at callback (/app/node_modules/grpc/src/client_interceptors.js:847:24) {
  code: 4,
  metadata: Metadata {
    _internal_repr: {
      'grpc-status-details-bin': [
        Buffer(70) [Uint8Array] [
            8,   4,  18,  66,  84, 105, 109, 101,  32, 111, 117,
          116,  32,  98, 101, 116, 119, 101, 101, 110,  32, 103,
           97, 116, 101, 119,  97, 121,  32,  97, 110, 100,  32,
           98, 114, 111, 107, 101, 114,  58,  32,  82, 101, 113,
          117, 101, 115, 116,  32, 116, 105, 109, 101, 100,  32,
          111, 117, 116,  32,  97, 102, 116, 101, 114,  32,  80,
           84,  49,  53,  83
        ]
      ]
    },
    flags: 0
  },
  details: 'Time out between gateway and broker: Request timed out after PT15S'
}

OS: Linux 4.15.0-153-generic #160-Ubuntu x86_64 Linux
Zeebe: 0.26.3

Hey @Helmet

thanks for trying Zeebe. Regarding your question:

This can have many root causes and without more information about your, setup and what exactly you’re doing it is hard to help.

Small question: Why not using the latest version? Like 1.2.2? You seem to stick with an old (out dated) version.

Greets
Chris