-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: uvicorn --workers
doesn't run multiple AsgiFastStream instances
#1874
Labels
Comments
Lancetnik
added a commit
that referenced
this issue
Nov 6, 2024
13 tasks
still actual |
Sehat1137
pushed a commit
to Sehat1137/faststream
that referenced
this issue
Nov 24, 2024
13 tasks
Sehat1137
pushed a commit
to Sehat1137/faststream
that referenced
this issue
Nov 24, 2024
- Add support workers via gunicorn - Add support fd & unix socket - Add new external params `--bind` - Separate `--bind` params from app
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 29, 2024
* fix: #1874 support workers for ASGI FastStream - Add support workers via gunicorn - Add support fd & unix socket - Add new external params `--bind` - Separate `--bind` params from app * test: extend test for CLI * docs: generate API References * fix: change creation of ASGIRunner * lint: fix CI --------- Co-authored-by: sehat1137 <edox1j2n@duck.com> Co-authored-by: Sehat1137 <Sehat1137@users.noreply.github.com> Co-authored-by: Nikita Pastukhov <diementros@yandex.ru>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should check both cases
faststream run main:asgi --workers 2
uvicorn main:asgi --workers 2
The text was updated successfully, but these errors were encountered: