Silvia Giammarinaro
05/24/2024, 8:26 AMkapa.ai
05/24/2024, 8:27 AM./run-ab-platform.sh Please note that these steps might not be comprehensive and you might face issues. It's recommended to refer to the official Airbyte and Colima documentation or community for more detailed instructions.Silvia Giammarinaro
05/24/2024, 9:10 AMkapa.ai
05/24/2024, 9:10 AMSilvia Giammarinaro
05/24/2024, 9:11 AMkapa.ai
05/24/2024, 9:11 AMkapa.ai
05/24/2024, 9:11 AMairbyte-cron service is encountering a RESOURCE_EXHAUSTED error due to namespace rate limit being exceeded. This issue has been reported by other users as well and is being tracked in this [Github issue](https://github.com/airbytehq/airbyte/issues/30691). Here are some potential solutions that have been suggested: 1. Upgrade Temporal Version: One of the maintainers suggested upgrading the Temporal version to 1.22.2 as it seemed to solve the issue for them. You can do this by updating the tag in your Temporal image configuration to 1.22.2 as shown in this [discussion](https://github.com/airbytehq/airbyte/discussions/30472). YAML image: repository: temporalio/auto-setup pullPolicy: IfNotPresent tag: "1.22.2" 2. Reinstall Airbyte: Another user suggested uninstalling Airbyte, deleting the Airbyte namespace, deleting the temporal and temporal_visibility databases (if you're using an external Postgres), and then reinstalling Airbyte. This was mentioned in the comments of the same [Github issue](https://github.com/airbytehq/airbyte/issues/30691). Please note that these are potential solutions and might not necessarily resolve your issue. If the problem persists, I would recommend reaching out to the Airbyte community on their [Github discussions](https://github.com/airbytehq/airbyte/discussions) or [community forum](https://discuss.airbyte.io/) for further assistance.