akeneo / api-php-client

PHP client of Akeneo PIM API

Home Page:https://packagist.org/packages/akeneo/api-php-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set a timeout when sending requests to Akeneo

DavidePastore opened this issue · 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.