TurboFarmer9000
TurboFarmer9000
RRailway
Created by TurboFarmer9000 on 10/9/2024 in #✋|help
${{secret()}} generates a new string on every page reload?
9 replies
RRailway
Created by TurboFarmer9000 on 9/26/2024 in #✋|help
Trying to deploy built in template Redis for 35 minutes.
No description
6 replies
RRailway
Created by TurboFarmer9000 on 9/26/2024 in #✋|help
Trying to deploy built in template Redis for 35 minutes.
No description
6 replies
RRailway
Created by TurboFarmer9000 on 9/26/2024 in #✋|help
Trying to deploy built in template Redis for 35 minutes.
f2b7ac24-9d2a-4a6c-9840-9911c683d99d
6 replies
RRailway
Created by yuyu on 9/17/2024 in #✋|help
How can i make deployments faster? Is it wifi speed?
@yuyu google it
6 replies
RRailway
Created by Bilal Hameed on 9/19/2024 in #✋|help
"How can I set up a LiveKit server (https://github.com/livekit/livekit) on Railway.app?
Did you try to just connect the repo? Why havent you posted any logs? How do you expect people to help you
4 replies
RRailway
Created by TurboFarmer9000 on 9/15/2024 in #✋|help
postgres not deploying
Having to delete the entire db and redeploy is not good enough
9 replies
RRailway
Created by TurboFarmer9000 on 9/15/2024 in #✋|help
postgres not deploying
I had to delete the entire database to fix this problem. This is really really concerning
9 replies
RRailway
Created by TurboFarmer9000 on 9/15/2024 in #✋|help
postgres not deploying
No description
9 replies
RRailway
Created by TurboFarmer9000 on 9/15/2024 in #✋|help
postgres not deploying
f2b7ac24-9d2a-4a6c-9840-9911c683d99d
9 replies
RRailway
Created by Roger P on 9/13/2024 in #✋|help
NodeJs (Nest) memory increasing
That's how JavaScript garbage control works. Eventually you will see the ram usage drop and climb again
7 replies
RRailway
Created by TurboFarmer9000 on 3/5/2024 in #✋|help
Ioredis Node connection issue.
@Brody thanks for all the help man. appreciate it
38 replies
RRailway
Created by TurboFarmer9000 on 3/5/2024 in #✋|help
Ioredis Node connection issue.
Ok using the private url string only works. But i wonder why you cannot construct using the options with all the same details
38 replies
RRailway
Created by TurboFarmer9000 on 3/5/2024 in #✋|help
Ioredis Node connection issue.
No description
38 replies
RRailway
Created by TurboFarmer9000 on 3/5/2024 in #✋|help
Ioredis Node connection issue.
ok changed from shared variables, using reference vars from redis service
38 replies
RRailway
Created by TurboFarmer9000 on 3/5/2024 in #✋|help
Ioredis Node connection issue.
i have applied everything from the railway docs
38 replies
RRailway
Created by TurboFarmer9000 on 3/5/2024 in #✋|help
Ioredis Node connection issue.
No description
38 replies
RRailway
Created by TurboFarmer9000 on 3/5/2024 in #✋|help
Ioredis Node connection issue.
No description
38 replies
RRailway
Created by TurboFarmer9000 on 3/5/2024 in #✋|help
Ioredis Node connection issue.
const redisConnection: RedisOptions = {
host: process.env.REDIS_HOST,
port: Number(process.env.REDIS_PORT),
password: process.env.REDIS_PASS,
username: process.env.REDIS_USER,
family: 0,
retryStrategy: (times) => {
// reconnect after
return Math.min(times * 50, 2000);
},
};
const redisConnection: RedisOptions = {
host: process.env.REDIS_HOST,
port: Number(process.env.REDIS_PORT),
password: process.env.REDIS_PASS,
username: process.env.REDIS_USER,
family: 0,
retryStrategy: (times) => {
// reconnect after
return Math.min(times * 50, 2000);
},
};
38 replies