caelin
caelin
RRailway
Created by caelin on 9/26/2024 in #✋|help
Container failed to start
Getting a container failed to start error with no deploy logs - is there a recommended way to debug these issues?
7 replies
RRailway
Created by caelin on 9/26/2024 in #✋|help
522 Bad Gateway with no logs
No description
16 replies
RRailway
Created by caelin on 9/24/2024 in #✋|help
Container failing to start
Getting "Failed to start deployment" after the build is complete - built time is 238.01 seconds and seems to get pushed to registry successfully but
=========================

Container failed to start

=========================



Failed to start deployment.

If this error persists, please reach out to the Railway team at https://help.railway.app.
=========================

Container failed to start

=========================



Failed to start deployment.

If this error persists, please reach out to the Railway team at https://help.railway.app.
shows up after - this is for a Docker build.
9 replies
RRailway
Created by caelin on 8/28/2024 in #✋|help
Issue running service using onnx models
Getting the following error when deploying a fastify server that uses Onnyx - a quick google search brings up a few threads from GH where folks are running into this issue on Vercel (i.e. here and here due to memory issues. Since this isn't serverless I don't think memory issues mentioned are applicable. Code works locally completely fine
Error: Failed to load model because protobuf parsing failed.

at OnnxruntimeSessionHandler (/app/node_modules/@xenova/transformers/node_modules/onnxruntime-node/lib/backend.ts:16:30)
Error: Failed to load model because protobuf parsing failed.

at OnnxruntimeSessionHandler (/app/node_modules/@xenova/transformers/node_modules/onnxruntime-node/lib/backend.ts:16:30)
5 replies
RRailway
Created by caelin on 8/3/2024 in #✋|help
Invalid Cache Mount
No description
12 replies
RRailway
Created by caelin on 6/27/2023 in #✋|help
Can't see repositories when deploying from Github
I can't deploy new app using GitHub, when clicking Github I see no repos. I can see my Github configuration, which is already installed, and I've previously deployed applications from this github. Project ID 7ac882ce-d616-4d8f-9a41-82eb8ba8506b
5 replies
RRailway
Created by caelin on 6/9/2023 in #✋|help
Migrate a project from personal account to an organization
Is thee a way to easily do this?
5 replies
RRailway
Created by caelin on 1/19/2023 in #✋|help
Adjusting max number of threads
Is there a way to adjust the limit of threads through Nixpack? Currently using Pupeteer, and running into an issue where it's failing to launch browser processes, and throwing pthread_create: Resource temporarily unavailable pupeteer after it handles a few deploymnets. Ran into this issue stack exchange discussion about thread restrictions: https://unix.stackexchange.com/questions/515496/pthread-create-resource-temporarily-unavailable-when-running-multiple-docker Not sure if this is the right approach here, but I saw that the default nixpack seems to have a max thread count: https://github.com/flatironinstitute/nixpack/blob/main/fi/default.nix
4 replies