Queries show they are running forever, and the timeout option is ignored

I have a query that makes a HTTP POST request to Plumsail to generate a document. It takes about 1 second for Plumsail to execute it; however, as you can see below, the query shows it runs forever, and it ignores the 10 second timeout:

It shows running for 412703.7 seconds despite "Timeout after (ms)" being set to 10000.

The query also returns a URL once it runs, which Retool displays immediately, yet it shows the query as running forever. What am I missing here?

A kill switch? :rofl:

1 Like

A kill switch seems appropriate in this situation. :sweat_smile:

@psychobunny83 Are you still seeing this behavior with this query?

Can you share the browser dev tools network tab for this request? And also the state of the query in the Retool app (either in the left panel or the debug console)?

Thanks!