api-php-client icon indicating copy to clipboard operation
api-php-client copied to clipboard

Set a timeout when sending requests to Akeneo

Open DavidePastore opened this issue 2 years ago • 0 comments

Hi everyone. Currently, we are processing data coming from Akeneo, but unfortunately, a lot of requests are just hanging and the clients are waiting indefinitely. I would like to know if it's possible to set the request timeout in this client, so that after a few seconds (e.g. 30) we can consider the server not able to respond and retry later.

DavidePastore avatar Jul 10 '23 10:07 DavidePastore