in reply to LWP::UserAgent Get timing out after few request
Without being able to test or read the API docs I would suggest uncommenting your sleep and raising it from 3 to 5 or even 10. Also, setting $ua->timeout(120) or something in case it's just the service bogging down under any load Missed that you already had a much higher one. Might not be the case but it is possible to configure unlimited GETs while restricting the frequency or amount of data transferred.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: LWP::UserAgent Get timing out after few request
by sannag (Sexton) on Aug 17, 2017 at 15:44 UTC | |
by Your Mother (Archbishop) on Aug 17, 2017 at 15:48 UTC | |
by sannag (Sexton) on Aug 17, 2017 at 16:07 UTC |