I think we're now at the point where we need to swap from using the Flask development server to something that's actually production suitable.
Based on plucking out of the air, I think we'll go with waitress
- need to update so that we're using that.
Activity
04-Jun-24 16:38
assigned to @btasker
04-Jun-24 16:45
mentioned in commit 85945ea50892dbfea2a869886f421b9c499b6e4c
Message
chore: switch container over to serving with waitress utilities/file_location_listing#59
05-Jun-24 08:09
Actually, we probably can't use the command line
waitress-serve
because we first need to set config etc.05-Jun-24 08:11
mentioned in commit c47a1ad1fc7be1726f71e9f5fe42a2c9edb55080
Message
fix: switch from
waitress-serve
to python side initialisation (utilities/file_location_listing#59)