Make get/post request for a endpoint as Async way

Hi folks,

I’d like to know if knime have a option to make async request fom get/post request node. Someone know how can I do it?

Thanks,

Denis Iongbloed

Hi @denisfi ,

As far as I know, the “Get/Post Request” node in KNIME does not support asynchronous operations. It should work synchronously. However, it supports high concurrent access. If the server you want to access also supports high concurrent access, then you can obtain data relatively efficiently.

1 Like

Hi @tomljh ,

I know about this from the node, but i’d like to suggest for the knime devs a option to set sync and async requests for the requests nodes…

I made many request and it can break ant take more time to process beond the needs.

Thanks for your quick response…

I’ll wainting for Knime dev answer too.

Seeya,

Denis Iongbloed

Thank this has turned more into feedback / idea => moved it!

What do you expect from async requests in the context of the REST nodes?

I expect quicker process for requests that don’t need to pass all request to make a new one. If a row take long time to process and others no, this node can stil waiting and free new rows to process. It make me a breakpoint until solved it for many requests.

I expect that my answer was clear now.

Thanks, Denis

As tomljh has already written you can use the “Concurrency” option for this.