mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
refactored the way we handle feed refresh queue
This commit is contained in:
@@ -129,7 +129,8 @@ public class FeedRefreshUpdater {
|
||||
handlePubSub(feed);
|
||||
}
|
||||
if (!ok) {
|
||||
feed.setDisabledUntil(null);
|
||||
// requeue asap
|
||||
feed.setDisabledUntil(new Date(0));
|
||||
}
|
||||
metricsBean.feedUpdated();
|
||||
taskGiver.giveBack(feed);
|
||||
|
||||
Reference in New Issue
Block a user