jeremy
jeremy
Explore posts from servers
RRailway
Created by jeremy on 10/27/2024 in #✋|help
Duplicated activity item
project id in case you wanna check the activity feed 032b17f2-ce06-42ce-ac5a-e46698b2d8c3
9 replies
RRailway
Created by jeremy on 10/27/2024 in #✋|help
Duplicated activity item
Alright, could reproduce. 1. Create a new project 2. Deploy any template, in my case "Node.js" 3. Get the active deployment id 4. CURL
curl --request POST \
--url https://backboard.railway.app/graphql/v2 \
--header 'Authorization: Bearer HEHE' \
--header 'Content-Type: application/json' \
--data '{"query":"mutation DeploymentRestart{deploymentRestart(id: \"ID\")}"}'
curl --request POST \
--url https://backboard.railway.app/graphql/v2 \
--header 'Authorization: Bearer HEHE' \
--header 'Content-Type: application/json' \
--data '{"query":"mutation DeploymentRestart{deploymentRestart(id: \"ID\")}"}'
5. Duplicated restarted item in the activity log. Did 2 restarts, both times the item were duplicated My token comes from here if that matters https://railway.app/account/tokens
9 replies
RRailway
Created by jeremy on 10/27/2024 in #✋|help
Duplicated activity item
I went back to old activities, and looks like every restart done through the api mutation show duplicated. When I have some time, I can try to create a new project/deploy a dummy template and call the graphql api to try reproduce from scratch. Unless you have a faster way in mind to reproduce?
9 replies
RRailway
Created by Triston on 9/8/2024 in #✋|help
Service replicas
there is this tutorial for proximity steering https://docs.railway.app/tutorials/proximity-steering
24 replies
RRailway
Created by TurboFarmer9000 on 10/9/2024 in #✋|help
${{secret()}} generates a new string on every page reload?
The secret generator only works for template, meaning once a template is deployed it will generates a secret that won't change. If you use it in a service as you did, it will produce what you are seeing here. Not sure if it's mentioned in the doc somewhere, but I had the same "issue" before.
9 replies
RRailway
Created by jeremy on 8/31/2024 in #✋|help
Old deployments keep showing up
here you go
16 replies
RRailway
Created by jeremy on 8/31/2024 in #✋|help
Old deployments keep showing up
fair, will take a video next time I'm removing my deployment
16 replies
RRailway
Created by jeremy on 8/31/2024 in #✋|help
Old deployments keep showing up
Because when I removed my active deployment, the last failed deployment is "promoted" at the top of the list. Instead of showing the empty placeholder "There is no active deployment for this service." I'm getting some months old failed deployment
16 replies
RRailway
Created by SonicLabs on 9/24/2024 in #✋|help
Unable to Deploy Kong API Gateway with PostgreSQL on Railway
FYI, docker compose is not supported by Railway https://docs.railway.app/guides/dockerfiles#docker-compose
5 replies
RRailway
Created by jeremy on 8/31/2024 in #✋|help
Old deployments keep showing up
No description
16 replies
RRailway
Created by jeremy on 8/31/2024 in #✋|help
Old deployments keep showing up
Well, that’s a good question, the failed deployments are 18 months + old, so I’m not gonna bother scrolling to verify 😅 Maybe I can use the graphql api to check if there is a query for it?
16 replies
RRailway
Created by jeremy on 8/31/2024 in #✋|help
Old deployments keep showing up
any of api/worker/cloud-processor, but I have some active deployments at the moment. I can record a video if that helps, but can't really leave a service in the broken state for long
16 replies
RRailway
Created by jeremy on 8/31/2024 in #✋|help
Old deployments keep showing up
Still happening
16 replies
RRailway
Created by jeremy on 9/13/2024 in #✋|help
Resize volume on hobby plan
looks way faster with pgzip
32 replies
RRailway
Created by KYUU 🐣 on 9/16/2024 in #✋|help
Missing Text When I have Generate with Canvas API
Nope, I wouldn't be able to help you. Re-read my message above, and provide information about the error you are having
20 replies
RRailway
Created by jeremy on 9/13/2024 in #✋|help
Resize volume on hobby plan
I am using this package https://pkg.go.dev/github.com/klauspost/compress/zip from the same user, can give a try to the one you mentionned
32 replies
RRailway
Created by jeremy on 9/13/2024 in #✋|help
Resize volume on hobby plan
alright, updated the template, rewrote in GO, perfs are quite good locally, ~1:30min for 40GB. Through Railway I only have 400MB of data to play with for testing, and that took 20sec. If you have any dummy big data to try it out, could be interesting. I have one issue to fix, where the memory stays very high after streaming the ZIP, will look at it later
32 replies
RRailway
Created by KYUU 🐣 on 9/16/2024 in #✋|help
Missing Text When I have Generate with Canvas API
to help you, you would need to provide more information: - tech stack, what are you using - what kind of error are you having - is it related to railway or not, can you find your answer in the canvas API documentation? - how are you deploying on railway, nixpack, dockerfile? if dockerfile, is it working locally when you are building/running?
20 replies
RRailway
Created by KYUU 🐣 on 9/16/2024 in #✋|help
Missing Text When I have Generate with Canvas API
Percy is a bot
20 replies
RRailway
Created by jeremy on 9/13/2024 in #✋|help
Resize volume on hobby plan
Alright cool, I'll improve that, thanks 👍
32 replies