ERROR StatusRuntimeException: DEADLINE_EXCEEDED

Hello Team
I got a Exception as below:

The job takes 15~30 minutes.

How to fix it ?
Hurry, please help, online waiting ~

Zeebe 0.21.1
spring-zeebe-starter 0.6.0

Hey @i.m.superman ,

this shouldn’t be an issue. It just says that the long polling timed out, because there were no new jobs in 20 sec. It will retry again. You can increase the polling timeout and request timeout if you like.

Greets
Chris

1 Like

But the job could not send the complete command to the zeebe cluster and the next job can’t start.

Hi @i.m.superman, did you resolve this?

@jwulf I doubt it’s a SLB issue because I did not reproduce in another environment and if I change the address to a broker ip ,the deadline exception does never happen.