owncloud-archive / news

:newspaper: News app for ownCloud
GNU Affero General Public License v3.0
290 stars 106 forks source link

curl does not have a timeout? #880

Closed Andreabont closed 8 years ago

Andreabont commented 8 years ago

Hi everyone, i'm using owncloud 8.1.1 with news 5.2.8 and i found a issue related to the cron.

Unexpectedly every call to a specific feed rss remains pending. This is a issue of the feed, but causes an irreversible block of the job with no log alert.

There is a timeout for these calls? Update the news app to the latest version can fix it?

Thank you very much!

BernhardPosselt commented 8 years ago

You can configure a timeout in the admin section which is set here https://github.com/owncloud/news/blob/master/appinfo/application.php#L140

If this does not work, it's probably a picoFeed issue and it would be awesome if you could report it there ;)

https://github.com/fguillot/picoFeed/

BernhardPosselt commented 8 years ago

Closing because of inactivity