rdil
Private networking launch delay
Quick question re: private networking. I've been told that private networking takes a little bit of time to become ready when an instance first starts up, does that apply to all traffic coming out of the container, or just traffic that uses a private network URL?
11 replies
Caching causes build to get significantly longer
I have a build which is for a decently basic Nest.js app with Node and TypeScript. I'm using yarn 4.1.1 as a package manager, and i've recently found something really strange.
Modern yarn projects don't support caching by default within nixpacks, so I tried adding
cacheDirectories
to my package.json to cache .yarn/cache
in my project.
After adding it, the build time went from ~20 seconds to ~5x that. Not only that, but the publish time seems to roughly 10x what it was before (lasting 264 (!) seconds). I'm not sure exactly what's going on but it's not good and I figured I'd ask about it here.2 replies
postgres updates
Hi all, just migrated 2/3 of my databases to the modern database structure. Just have one question: when a postgres update comes out, how does one update postgres? I don't want to break anything but I want to be able to stay up to date.
4 replies