Unverified Commit edc6fdea authored by Kris Hung's avatar Kris Hung Committed by GitHub
Browse files

fix: Fix async_on_start syntax (#1243)

parent 1b1e089a
......@@ -148,8 +148,8 @@ class VllmEncodeWorker:
request_id=request.request_id,
).model_dump_json()
@async_on_start()
async def on_start(self):
@async_on_start
async def async_init(self):
logger.info("Startup started.")
# Create and initialize a dynamo connector for this worker.
# We'll needs this to move data between this worker and remote workers efficiently.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment