mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
Spit out feeds being fetched to spot an errant one.
This commit is contained in:
parent
e12b94b796
commit
92c117bb9f
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ def TaskFeeds():
|
|||
r.zcard('tasked_feeds'),
|
||||
r.scard('queued_feeds'),
|
||||
r.zcard('scheduled_updates')))
|
||||
logging.debug(" ---> ~FBFeeds being tasked: ~SB%s" % feeds)
|
||||
|
||||
@app.task(name='task-broken-feeds')
|
||||
def TaskBrokenFeeds():
|
||||
|
|
Loading…
Add table
Reference in a new issue