Ignore jobs available notification

After restarting zeebe gateway, jobs stop activating when creating new process instances. At the same time, in the gateway log
io.camunda.zeebe.gateway.longPolling - Received jobs available notification for type JobType_CompleteOrder.
io.camunda.zeebe.gateway.longPolling - Ignore jobs available notification for type JobType_CompleteOrder.

To restore work, you have to restart workers.
What could be the reason?
zeebe version 8.5.5
worker java spring boot

Hi @Bos_kh, welcome to the forums! Long polling means there’s an active connection between the job worker and the gateway; when the gateway restarts, that connection is broken and the job worker needs to reconnect. As far I know, this is expected behavior.

The Java client should automatically try to reconnect, I think. How long have you let it try to self-repair? Can you share how you’ve configured the Zeebe client?