Dylpickle
Dylpickle
RRailway
Created by Dylpickle on 9/16/2024 in #✋|help
Failed to upload code with status code 500 Internal Server Error
Not sure why it randomly stopped deploying. This is the only error I get in my service
Failed to create code snapshot. Please review your last commit, or try again.
If this error persists, please reach out to the Railway team.
Failed to create code snapshot. Please review your last commit, or try again.
If this error persists, please reach out to the Railway team.
5 replies
RRailway
Created by Dylpickle on 9/12/2024 in #✋|help
Railway CLI deploy now logs everything? How do stop this behavour.
My ci/cd on github uses railway cli to deploy my changes. Yesterday, using this command would start the build process for all them at once
- name: Deploy
run: |
railway up -s "service 1"
railway up -s "service 2"
- name: Deploy
run: |
railway up -s "service 1"
railway up -s "service 2"
but now it deploys one at a time, waiting for each to finish before starting the next. how do i prevent this behavior?
23 replies
RRailway
Created by Dylpickle on 8/5/2024 in #✋|help
@railway/cli fails in github actions - Error: Failed fetching the binary: Not Found
No description
31 replies
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