forked from Archives/Athou_commafeed
skip update queue if 304 not modified
This commit is contained in:
@@ -120,6 +120,8 @@ public class FeedRefreshWorker {
|
|||||||
}
|
}
|
||||||
feed.setDisabledUntil(FeedUtils.buildDisabledUntil(publishedDate,
|
feed.setDisabledUntil(FeedUtils.buildDisabledUntil(publishedDate,
|
||||||
feedEntries));
|
feedEntries));
|
||||||
|
taskGiver.giveBack(feed);
|
||||||
|
return;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
message = "Unable to refresh feed " + feed.getUrl() + " : "
|
message = "Unable to refresh feed " + feed.getUrl() + " : "
|
||||||
+ e.getMessage();
|
+ e.getMessage();
|
||||||
|
|||||||
Reference in New Issue
Block a user