Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.76 KB

File metadata and controls

35 lines (28 loc) · 1.76 KB

FastAPI Example App

gunicorn main:main_app --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000

Resources:

taskiq worker core:broker --fs-discover --tasks-pattern "**/tasks"
taskiq worker core:broker --workers 1 --no-configure-logging --fs-discover --tasks-pattern "**/tasks"

FastStream

faststream run fs_subs.app:app
faststream docs serve fs_subs.app:app --port 8081