Open henriquemeloo opened 4 weeks ago
Should I have deleted Temporal databases before the migration? They have grown a bit large.
Possibly, what size instance are you using?
@bgroff Airbyte is running with abctl on a c5a.4xlarge EC2 instance, with external database on a db.t4g.micro RDS instance. The database instance CPU utilization doesn't seem to have peaked above 35% though.
That should be plenty :). I don't think the Temporal db should be breaking the API or UI. Can you try and load the web page with the network tab opened in the developer tools? I am curious if all requests are blocked or if a specific request is getting hung up.
@bgroff the pending request seems to be /api/v1/workspaces/get
I'm not sure it has to do with the Temporal database. I mentioned it because deleting them seems to be a workaround to the "service rate limit exceeded" error...
What happened?
Related issue: https://github.com/airbytehq/airbyte/issues/44833
Airbyte does not respond via UI or via the API.
Temporal logs show errors and warnings like:
We had this problem on a Docker deployment with Airbyte v0.54.0, and after upgrading to Airbyte v1.1.0 with
abctl
this still happens.What did you expect to happen?
Airbyte to be functional in this version, with this deployment.
Abctl Version
Docker Version
OS Version