mozilla-releng / balrog

Mozilla's Update Server
http://mozilla-balrog.readthedocs.io/en/latest/index.html
Mozilla Public License 2.0
99 stars 149 forks source link

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

Open gabrielBusta opened 6 months ago

gabrielBusta commented 6 months ago

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.