Dylpickle
Dylpickle
RRailway
Created by Dylpickle on 4/23/2024 in #✋|help
DB backup cron repo
Looking for backup-cron repo so I can add it to my project.
17 replies
RRailway
Created by Dylpickle on 2/1/2024 in #✋|help
Docker container crashing
Part of my mono repo has some workers + scheduled jobs. I haven't touched them in a while, and out of no where - getting "Deployment has crashed" Running my docker container locally has no issues. Not sure whats going on.
yarn run v1.22.19
$ yarn build; node dist/workers/index.js
$ rm -rf ./dist; tsc
/usr/src/app/node_modules/typescript/lib/tsc.js:117341
throw e;
^
RangeError: Maximum call stack size exceeded
at propertiesRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:62108:33)
at structuredTypeRelatedToWorker (/usr/src/app/node_modules/typescript/lib/tsc.js:61788:21)
at structuredTypeRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:61257:21)
at recursiveTypeRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:61208:19)
at isRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:60648:122)
at isPropertySymbolTypeRelated (/usr/src/app/node_modules/typescript/lib/tsc.js:61995:14)
at propertyRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:62035:23)
at propertiesRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:62247:29)
at structuredTypeRelatedToWorker (/usr/src/app/node_modules/typescript/lib/tsc.js:61788:21)
at structuredTypeRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:61257:21)
Node.js v18.19.0
error Command failed with exit code 1.
yarn run v1.22.19
$ yarn build; node dist/workers/index.js
$ rm -rf ./dist; tsc
/usr/src/app/node_modules/typescript/lib/tsc.js:117341
throw e;
^
RangeError: Maximum call stack size exceeded
at propertiesRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:62108:33)
at structuredTypeRelatedToWorker (/usr/src/app/node_modules/typescript/lib/tsc.js:61788:21)
at structuredTypeRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:61257:21)
at recursiveTypeRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:61208:19)
at isRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:60648:122)
at isPropertySymbolTypeRelated (/usr/src/app/node_modules/typescript/lib/tsc.js:61995:14)
at propertyRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:62035:23)
at propertiesRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:62247:29)
at structuredTypeRelatedToWorker (/usr/src/app/node_modules/typescript/lib/tsc.js:61788:21)
at structuredTypeRelatedTo (/usr/src/app/node_modules/typescript/lib/tsc.js:61257:21)
Node.js v18.19.0
error Command failed with exit code 1.
5 replies
RRailway
Created by Dylpickle on 12/30/2023 in #✋|help
${{Postgres.PRIVATE_DATABASE_URL}} connection fails, but ${{Postgres.DATABASE_URL}} works
${{Postgres.PRIVATE_DATABASE_URL}} connection fails, but ${{Postgres.DATABASE_URL}} works project id d26ca2a7-2446-4472-b93c-34bfbf266f48
22 replies
RRailway
Created by Dylpickle on 12/8/2023 in #✋|help
Unable to see exposed variables from other services.
I have a few servies that connect to my PostgreSQL instance. They used the exposed variables from the container. I cannot see any variables from any service now. I haven't touched anything for a while - not sure whats going on
78 replies
RRailway
Created by Dylpickle on 11/1/2023 in #✋|help
Transactional deployments?
Are there transactional deployments? I would like all my containers to be on the same commit of my monorepo. Does this exist? If it doesn't, is it on the roadmap?
11 replies