`faststream run main:app --workers 3` ```python @app.on_startup async def start(worker_id: int): print(worker_id) # 0 / 1 / 2 ```