metomi / rose

:rose: Rose is a toolkit for writing, editing and running application configurations.
https://metomi.github.io/rose/
GNU General Public License v3.0
56 stars 53 forks source link

rosie disco: wsgi - replace tornado with a wsgi compatible server #2492

Open oliver-sanders opened 3 years ago

oliver-sanders commented 3 years ago

WSGI support has been removed at Tornado 6 which has broken rosie disco.

https://github.com/tornadoweb/tornado/issues/2792

~Need to fix the issue or pin tornado to <6.0 (which may conflict with other parts of the stack).~

Need to swap Tornado for a WSGI compatible web framework.

oliver-sanders commented 3 years ago

Note, need to go over rosie disco functionality at the same time to ensure it's all working, rosie disco stop has broken.

oliver-sanders commented 3 years ago

Jupyter Server is pinned at tornado>=6.1 which brings us into conflict:

We will have to drop Tornado for a WSGI compatible web framework.

oliver-sanders commented 3 years ago

Removing the bug after #2493, bumping to 2.0.0.