Schedule not working #26119
-
Hi everyone, Has anyone experienced the same issue or have any ideas about what might be happening? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I deployed everything with Terraform. In my case, the logs showed that the Daemon was unable to connect to the gRPC server because it was marked as "Unavailable." This was strange because the code locations appeared fine in the UI. I resolved the issue by deleting the Daemon service and recreating it manually. It seems there might have been a misconfiguration or a startup issue causing the problem. If you're encountering a similar issue, I recommend checking the Daemon service logs for errors like connection issues with the gRPC server. Recreating the service worked for me and resolved the scheduling problem. I hope this helps! |
Beta Was this translation helpful? Give feedback.
I deployed everything with Terraform.
In my case, the logs showed that the Daemon was unable to connect to the gRPC server because it was marked as "Unavailable." This was strange because the code locations appeared fine in the UI.
I resolved the issue by deleting the Daemon service and recreating it manually. It seems there might have been a misconfiguration or a startup issue causing the problem.
If you're encountering a similar issue, I recommend checking the Daemon service logs for errors like connection issues with the gRPC server. Recreating the service worked for me and resolved the scheduling problem.
I hope this helps!