bugfix
This commit is contained in:
parent
3c9bd32b10
commit
e025d25017
@ -191,8 +191,9 @@ async def backend_accounting():
|
|||||||
debug(f'backend accounting started ...')
|
debug(f'backend accounting started ...')
|
||||||
while True:
|
while True:
|
||||||
lus = await get_accounting_llmusages()
|
lus = await get_accounting_llmusages()
|
||||||
|
debug(f'get accounting {len(lus)} lus')
|
||||||
for lu in lus:
|
for lu in lus:
|
||||||
debug(f'backend_accounting(): {lu.id=} handleing...')
|
debug(f'backend_accounting(): {lu.id=} handleing...')
|
||||||
await llm_accounting(lu)
|
await llm_accounting(lu)
|
||||||
await asyncio.sleep(0.1)
|
await asyncio.sleep(10)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user