No longer feed specific
parent
28b6882725
commit
77e014daa3
|
@ -140,7 +140,7 @@ async def maybe_open_ctx(
|
||||||
yield True, value
|
yield True, value
|
||||||
|
|
||||||
except KeyError:
|
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
|
# **critical section** that should prevent other tasks from
|
||||||
# checking the cache until complete otherwise the scheduler
|
# checking the cache until complete otherwise the scheduler
|
||||||
|
|
Loading…
Reference in New Issue