Identifying Issue

Yeah there probably wont be any logs because the webserver kills the thread that is trying to do the work. So I would expect that you see the request come in and maybe something saying the request was cancelled

Thank you! I’m gonna give it a test today.

yup, this is a bug. Working on getting a fix out. Try and refresh a couple of times, it looks like the timeout is right on the cusp of 1 minute

Thank you very much. I’m gonna get back to it tomorrow. In the meantime, I tried refreshing it for more than five minutes for sure. Was getting timeouts every time. A few times a couple of requests resolved in around 40s but it wasn’t enough to get app running smoothly.
Please keep me updated on this issue.
Also, let me know if I can do to help.

It’s both sources and destinations

I see the issue and think I have a fix, so hopefully first thing next week this issue should be resolved.

Cool. Thank you. Can I have a link to the PR? Wondering what the issue was

OK, well that was a bigger change than I expected. I have just merged the code in, waiting for it to be deployed and verify that things are working correctly. Once that happens I can cut a new OSS release with the fix in it. That may not happen until early next week. Sorry for the delay.

Thank you! It’s alright. Please let me know once I could test that

here was the change if you are interested: https://github.com/airbytehq/airbyte-platform/commit/6fd9f153afc4497421901ee9c9df3469fe195f26

ok a new release is out with the fix. You should be able to run your abctl local install command again and get the latest version of airbyte. Let me know if you continue to have issues.

Do you just have one row in your workspace table?

so no reason that should timeout

You have any idea why this could happen? Can you reproduce it tho? Or is it just me?

I am working on reproducing this now. I have tried this setup a few times before and while it is not the fastest experience, I have never see a minute long request to workspaces. Give me a few more minutes, my rds db just came up

Thank you very much for your time. I do appreciate it

yeah sorry this is a problem

can you show me the full url of that list_for_workspace request? I see my destination list_for_workspace request take ~ 42 seconds wall time

I see it for sources too now that I am looking

ok, so these are very slow, let me look into why