itsjxck
Second service not able to connect to Postgres DB
Have just spun up a "worker" app in the project, and although it reuses the majority of the code from the main API app I'm running, for some reason it is unable to connect to the DB:
Error: getaddrinfo ENOTFOUND postgres.railway.internal
9 replies
Possible to use `turbo-ignore` to decide what to build instead of `watchPatterns`?
Docs for the command are here: https://turbo.build/repo/docs/core-concepts/monorepos/skipping-tasks
Is there a way to gracefully terminate the build step without it being classed as a failure?
8 replies