We have a table on MySQL that has around 18K recor...
# community-help
j
We have a table on MySQL that has around 18K records. We are syncing that to typesense through Airbyte. In that table, there are multiple json fields and when all are selected to sync, Airbyte constantly fails. In the logs it says timeout occurred on the destination side. Our typesense cluster is 0.5 GB RAM, 2 vCPUs, Regular SSD, Single Node, Single Region. I was wondering if these timeouts are because of our typesense resources. Any thoughts?
j
It’s most likely related to this: https://github.com/airbytehq/airbyte/issues/24097
The default timeout in the python client (which is what AirByte uses) is low, and has to be increased
I would recommend following up with AirByte about that issue
j
Thanks. That makes sense. Since you shared the link, there is some comments there.
Okay I made my custom typesense connector and started using it. Now I don’t get timeouts https://hub.docker.com/r/jamshidhashimi/typesense
👍 1