jeremy
Explore posts from serversDuplicated 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
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
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
Service replicas
there is this tutorial for proximity steering https://docs.railway.app/tutorials/proximity-steering
24 replies
${{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
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
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
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
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
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