alexdebril/rss-atom-bundle

How ignore Exception Connection Timeout

lpcadev opened this issue · 2 comments

Hi,
Maybe it's a doubt and not a inssue.
I'm using the reader in a loop, so, I need to ignore timeout errors.
How should I do this ?
I may have to override DriverUnreachableResourceException to ingore it.
I do not know if I'm correct.

Thanks

Hi,

Yes, just catch DriverUnreachableResourceException in your loop to skip the problem. However, don't forget to log it in order to keep track of unreliable feeds.

Alex

Ok. I will try.. Thanks.