Hi,
I am getting gateway timeout error while running the workflow. So I increased the time out in application. Properties file from 10S to 35S
camunda.client.zeebe.requestTimeout=PT35S
Now also some time I am getting gateway timeout error.
Make sure zeebe gateway is reachable from your pod. Logging to the pod directly and do the connectivity check for zeebe gateway or run the connectivity check through busybox image.
I am not always getting Gateway timeout error but some times. I mentioned timeout value as PT35S.If the workflow execution exceeds 35S, then timeout error is coming. Zeebe gateway is reachable from the pod.
requestTimeout - Sets the timeout of requests sent to the broker cluster. This setting can also be overridden using the environment variable ZEEBE_GATEWAY_CLUSTER_REQUESTTIMEOUT.