I’m debugging an issues with a Temporal workflow. ...
# replication-ask-ai
g
I’m debugging an issues with a Temporal workflow. Is there a way to access the Temporal Web UI for an Airbyte Kubernetes deployment? I’m running 0.50.6 on GKE
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. The information extracts provided do not contain specific instructions on how to access the Temporal Web UI for an Airbyte Kubernetes deployment. I recommend checking the [Airbyte documentation](https://docs.airbyte.com) or reaching out to the Airbyte community on [Slack](https://slack.airbyte.io/) for further assistance.
g
@kapa.ai How do I fix bad state of Temporal workflow?
k
A message from kapa.ai
Based on the information provided in the extracts, there are a few steps you can take to troubleshoot issues with Temporal workflows in Airbyte: 1. Check the logs: The logs provide detailed information about what's happening behind the scenes, and they can help pinpoint the root cause of the problem. [source](https://docs.airbyte.com/troubleshooting) 2. Check the documentation: The Airbyte documentation covers a wide range of topics, including common issues and their solutions, troubleshooting tips, and best practices. [source](https://docs.airbyte.com/troubleshooting) 3. Reach out to the community: The Airbyte community forum is a great place to ask for help, share your experiences, and learn from others who have faced similar issues. [source](https://docs.airbyte.com/troubleshooting) 4. Open a Github ticket: If you're still unable to resolve the issue after reaching out to the community, it's time to open a support ticket. The Airbyte support team is here to help you with any issues you're facing with Airbyte. [source](https://docs.airbyte.com/troubleshooting) If the issue is related to the
TEMPORAL_HISTORY_RETENTION_IN_DAYS
variable, ensure that it is correctly set in your .env file. This variable defines the retention period of the job history in Temporal and defaults to 30 days. When running in docker, this same value is applied to the log retention. [source](https://docs.airbyte.com/operator-guides/configuring-airbyte) If you're still having trouble, you might find it helpful to understand more about why Airbyte uses Temporal for orchestration. Temporal solves the two major hurdles that exist in orchestrating hundreds to thousands of jobs simultaneously: scaling state management and proper queue management. [source](https://docs.airbyte.com/understanding-airbyte/tech-stack) Remember, the Airbyte community and support team are here to help you troubleshoot and resolve your issue.
m
👋 Is there a way to access the Temporal Web UI ?