MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / update_tokencosts_periodically

Function update_tokencosts_periodically

app/api/run.py:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19
20async def update_tokencosts_periodically():
21 while True:
22 logging.info("Updating Token Costs")
23 await update_token_costs()
24 await asyncio.sleep(3600)
25
26
27async def run_server():

Callers 1

run_serverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…