You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We had experienced hanging sockets to the Amazon servers when using the Product Advertising API. This led to our application being deadlocked as soon as 5 sockets were hanging (5 is the default number of sockets for node's https agent).
Hi,
We had experienced hanging sockets to the Amazon servers when using the Product Advertising API. This led to our application being deadlocked as soon as 5 sockets were hanging (5 is the default number of sockets for node's https agent).
When using
lsof
you could see it like this:Using a fork with the casualsteps#1 pull request and setting the timeout to 10 seconds fixed the issue for us.
Would be nice to see this in the main codebase.
CC @kenleytomlin @ogoffart @jturcotte
The text was updated successfully, but these errors were encountered: