26
One of those days... (lemmings.world)

As you can guess, this has been a fun work day.

you are viewing a single comment's thread
view the rest of the comments
[-] rikudou@lemmings.world 2 points 1 week ago

Yeah, I've got it configured well enough, but this is a project I took over from an ex-coworker. It's overly "clever" and complicated, so untangling that mess is gonna take a while and I didn't really wanna start it before the end of the year. But I had to do some work on that project and the cache that slows deployment down was just the latest of the gifts he left us.

Basically, to avoid pulling and pushing docker images, he exports them to some archive that gets stored in the cache and loaded into docker on restore. Sounds smart, right? To achieve the lowest traffic, the compression algorithm is fucking aggressive and takes more than the rest of the job. As a bonus, we store the cache in S3, so the pull and push of the docker image pretty much still happens, except much slower.

this post was submitted on 13 Dec 2024
26 points (100.0% liked)

Programmer Humor

19821 readers
854 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS