Is there a timeout when running the assignment query in the settings? I get `Failed to fetch` , but ...
p
Is there a timeout when running the assignment query in the settings? I get
Failed to fetch
, but I can see that the query actually finished successfully and produced output rows
f
Which data source are you using?
some have internal time outs
you might see more information in the console or network tab from the developer tools
We don't have an internal timeout
p
We use trino in a self-hosted setup. I will talk to our platform team to see if they have any idea 🙏
f
is it timing out after a very short time?
the trino connection library might have a limit
p
No, more like after a few minutes The query takes currently ~15min
f
ah, looks like there is a 60sec timeout by default for the library
let me see if we can make that adjustable
👀 1
just need to test it a bit
p
Interesting that the results queries didn’t timeout 🤔 Is there a different default?
f
the library has 60 seconds - but it says that's before the request has to start returning some data
the results query is typically much larger/slower
can you run the query directly and see what it returns?
1
p
Returns 5 rows 🙂
f
oh, huh
quite quickly?