HI When editing configuration, I get the error Ser...
# help-api-cli-orchestration
p
HI When editing configuration, I get the error Service unavailable (503) after connection has been established. I also checked the backend log and found the following:
Copy code
2023-08-04 14:06:27 WARN i.t.i.r.GrpcSyncRetryer(retry):56 - Retrying after failure
io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 9.999962978s. [closed=[], open=[[remote_addr=daspire-temporal/172.30.0.2:7233]]]
	at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:262) ~[grpc-stub-1.44.1.jar:1.44.1]
	at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:243) ~[grpc-stub-1.44.1.jar:1.44.1]
means error in temporal service so please help me how i can solve out. please help me and Let me know if you have any suggestions to help me solve the problem.
u
Based on the information provided in the extracts, it seems like you're encountering a
DEADLINE_EXCEEDED
error with the Temporal service in your Airbyte setup. This error typically occurs when a request to the Temporal service takes longer than the configured deadline. However, without more specific information or context, it's challenging to provide a definitive solution. The issue could be related to network latency, resource constraints, or configuration issues with the Temporal service. Here are a few general suggestions based on the information available in the extracts: 1. Check the Temporal service logs for any additional error messages or warnings that might provide more insight into the issue. 2. Ensure that the Temporal service has sufficient resources (CPU, memory, etc.) to handle the workload. If the service is under-resourced, it might not be able to respond to requests within the deadline. 3. If you're using an external Temporal service (not running within the same environment as Airbyte), ensure that the network connection between Airbyte and the Temporal service is stable and has low latency. 4. If you're using Kubernetes, you might want to try the new Helm charts that were mentioned in one of the extracts. They might include fixes or improvements that could help with your issue. 5. If you're using Airbyte with an external database, ensure that the database is properly configured and accessible. One of the extracts mentioned an issue where a user was unable to start the Airbyte server after configuring an external database backend. If none of these suggestions help, I would recommend reaching out to the Airbyte community on their [discussion forum](https://discuss.airbyte.io) or [Slack channel](https://airbytehq.slack.com) for more specific assistance.