forked from phoenix/litellm-mirror
(docs) proxy: OTEL
This commit is contained in:
parent
b9e1c66ebe
commit
da78fd617c
2 changed files with 1 additions and 2 deletions
|
@ -323,7 +323,6 @@ def prisma_setup(database_url: Optional[str]):
|
|||
|
||||
def celery_setup(use_queue: bool):
|
||||
global celery_fn, celery_app_conn, async_result
|
||||
print(f"value of use_queue: {use_queue}")
|
||||
if use_queue:
|
||||
from litellm.proxy.queue.celery_worker import start_worker
|
||||
from litellm.proxy.queue.celery_app import celery_app, process_job
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue