Skip to content
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

Switch from WSGI to ASGI to update to connexion 3.0+ #3094

Open
gabrielBusta opened this issue Feb 26, 2024 · 0 comments
Open

Switch from WSGI to ASGI to update to connexion 3.0+ #3094

gabrielBusta opened this issue Feb 26, 2024 · 0 comments
Assignees
Labels
admin admin app & api (aus4-admin.mozilla.org) dependencies Pull requests that update a dependency file public public Balrog app/api (aus5.mozilla.org; aus-api.mozilla.org) python Pull requests that update Python code

Comments

@gabrielBusta
Copy link
Member

To close #3046 we should switch to ASGI as per the connexion docs.

You now MUST run the Connexion application instead of the underlying Flask application.
You should use an ASGI server instead of a WSGI server.

@gabrielBusta gabrielBusta added public public Balrog app/api (aus5.mozilla.org; aus-api.mozilla.org) admin admin app & api (aus4-admin.mozilla.org) dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 26, 2024
@gabrielBusta gabrielBusta self-assigned this Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin admin app & api (aus4-admin.mozilla.org) dependencies Pull requests that update a dependency file public public Balrog app/api (aus5.mozilla.org; aus-api.mozilla.org) python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

1 participant