No longer feed specific

fsp_feeds
Tyler Goodlet 2021-09-03 11:02:52 -04:00
parent 28b6882725
commit 77e014daa3
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ async def maybe_open_ctx(
yield True, value
except KeyError:
log.info(f'Allocating new feed for {key}')
log.info(f'Allocating new resource for {key}')
# **critical section** that should prevent other tasks from
# checking the cache until complete otherwise the scheduler