sigstore / rekor

Software Supply Chain Transparency Log
https://sigstore.dev
Apache License 2.0
857 stars 160 forks source link

Batch entries in cleanup script #2158

Closed cmurphy closed 2 weeks ago

cmurphy commented 2 weeks ago

The number of index keys is nearly a trillion and is too many for the script to process at once. Chunk the MySQL results up and remove them from Redis in small batches instead.

Summary

Release Note

Documentation