Closed
Description
We haven't ported the purgettl.py script from python to rust. It's ran continuously in deployments.
There's a slight possibility we could use the python version (when and if it's implemented) but:
- we'd need to ensure the python spanner schema matches ours exactly
- it requires a python style config file when ran which our rust code doesn't otherwise use
It may make sense (at the very least for the sake of convenience) to reimplement it in rust.