Time out between gateway and broker: Request timed out after PT15S [ deploy-error ]

I am using c8run 8.8.0
when trying to deploy from desktop modeler
I am getting the following error:

Time out between gateway and broker: Request timed out after PT15S [ deploy-error ]

Although in my application.yaml I have the following configuration:

zeebe:
gateway:
cluster:
requestTimeout: 60s

Please advise

@devmsaleh - the default is 15s, so it sounds like that configuration hasn’t been applied for some reason. Did you modify the configuration/application.yaml file, or are you providing an external one with the --config flag?

1 Like

I modified the configuration/application.yaml, and it was working fine. Turns out the issue was related to Elasticsearch, when deleting data, it worked fine

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.