Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Feed update can hang for slow server #763

Closed
paalsteek opened this issue Apr 8, 2015 · 1 comment
Closed

Feed update can hang for slow server #763

paalsteek opened this issue Apr 8, 2015 · 1 comment

Comments

@paalsteek
Copy link

For a feed that accepts connections within 10 seconds but does not respond at all the update cronjob hangs forever. This is caused by PicoFeed only setting the CURLOPT_CONNECTTIMEOUT but not the CURLOPT_TIMEOUT. Please add an option for the total timeout.

(An example for a problematic feed is http://www.elektrischer-reporter.de/phase3/rss_webm/)

@BernhardPosselt
Copy link
Contributor

Please also open this issue on the picofeed bugtracker: https://github.com/fguillot/picoFeed/issues

I'd need an additional config setting, I think its in fact easy to implement, take a look at the lib :)

@BernhardPosselt BernhardPosselt added this to the next milestone Apr 8, 2015
@BernhardPosselt BernhardPosselt self-assigned this Apr 8, 2015
@BernhardPosselt BernhardPosselt removed this from the next milestone Apr 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants