mildmojo

Results 25 comments of mildmojo

Thanks for elaborating on why deployKF does things this way! That's really helpful. Working through deployment/setup issues, I saw more of those complications myself, all the stuff that happens to...

Given that [Docker Hub will be restricting unauthenticated pulls](https://docs.docker.com/docker-hub/usage/) to 10 per hour starting April 1, 2025 (about 2 weeks from today), this request seems all the more relevant and...

Thinking about it last night, I also believe the current code will never heal a corrupted cache file on its own. With the current strategy, a cache entry is only...

I think the error message is a good triage, and it's definitely worth exploring corruption root causes. But long-term, I also think it's worth making cache failures non-fatal. Maybe a...

This error still occurs in `botocore` v1.37.7 using the reproduction steps above. It also still occurs in `awscli` v2.24.18, which hasn't updated from [embedding](https://github.com/aws/aws-cli/blob/2.24.18/awscli/botocore/__init__.py#L19) `botocore` v2.0.0dev155. Luckily I remembered the...