simonw / datasette-scale-to-zero

Quit Datasette if it has not received traffic for a specified time period
https://datasette.io/plugins/datasette-scale-to-zero
Apache License 2.0
16 stars 0 forks source link

Support empty configuration of `shutdown_url` #7

Closed simonw closed 8 months ago

simonw commented 8 months ago

I want to be able to configure it using environment variables in Datasette Cloud, including being able to leave the variable blank without it crashing at the None value here:

https://github.com/simonw/datasette-scale-to-zero/blob/ff2e765097f63683b0dc2566816ed21304008541/datasette_scale_to_zero/__init__.py#L145-L151