Error activating jobs

I was using my process without any problem but when i tried to activate it today it show a message like this


io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 19.811999200s. [closed=[], open=[[buffered_nanos=1976149900, buffered_nanos=579362000, remote_addr=aaa4bbb1-d2d3-46f2-b753-c44281c45f2d.dsm-1.zeebe.camunda.io/34.36.128.205:443]]]
	at io.grpc.Status.asRuntimeException(Status.java:539) ~[grpc-api-1.54.1.jar:1.54.1]
	at io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:487) ~[grpc-stub-1.54.1.jar:1.54.1]
	at io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:489) ~[grpc-core-1.54.1.jar:1.54.1]
	at io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:453) ~[grpc-core-1.54.1.jar:1.54.1]
	at io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:486) ~[grpc-core-1.54.1.jar:1.54.1]
	at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:576) ~[grpc-core-1.54.1.jar:1.54.1]
	at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:70) ~[grpc-core-1.54.1.jar:1.54.1]
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:757) ~[grpc-core-1.54.1.jar:1.54.1]
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:736) ~[grpc-core-1.54.1.jar:1.54.1]
	at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) ~[grpc-core-1.54.1.jar:1.54.1]
	at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133) ~[grpc-core-1.54.1.jar:1.54.1]
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[na:na]
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[na:na]
	at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]

for all of my workers. i tried to delete and create a new cluster , publishing my models again, updating my zeebe varriables

zeebe.client:
  cloud:
    region: ...
    clusterId: ...
    clientId: ...
    clientSecret: ...

, i tried in a computer with a good internet speed. but i dont understand what could be going on.
Could you please help me?

@Juan_Felipe_Parrado - that looks like a networking error to me. What if you use a different tool to try to connect to Zeebe, such as zbctl or grpcurl? I think the first step is to remove your code/worker from the equation so we can isolate whether the issue with your worker or something external.