forked from phoenix/litellm-mirror
test - size of callbacks, alerts
This commit is contained in:
parent
e99edaf4e1
commit
e9eead2f25
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ async def config_update(session, routing_strategy=None):
|
|||
|
||||
|
||||
async def get_active_callbacks(session):
|
||||
url = "http://0.0.0.0:4000/health/readiness"
|
||||
url = "http://0.0.0.0:4000/active/callbacks"
|
||||
headers = {
|
||||
"Content-Type": "application/json",
|
||||
}
|
||||
|
@ -47,7 +47,7 @@ async def get_active_callbacks(session):
|
|||
async with session.get(url, headers=headers) as response:
|
||||
status = response.status
|
||||
response_text = await response.text()
|
||||
print("response from /health/readiness")
|
||||
print("response from /active/callbacks")
|
||||
print(response_text)
|
||||
print()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue