Rhys
Rhys
Explore posts from servers
RRailway
Created by Rhys on 3/20/2023 in #✋|help
Intermittent failing to connect to Planetscale
never ran into it during local testing since the scale wasn't the same
16 replies
RRailway
Created by Rhys on 3/20/2023 in #✋|help
Intermittent failing to connect to Planetscale
Main thing was increasing pool size and timeout and batching writes - I think I had a bunch of writes firing off at the same time which overwhelmed my db
16 replies
RRailway
Created by Rhys on 3/20/2023 in #✋|help
Intermittent failing to connect to Planetscale
Yeah I did, it was a few different things: 1. I added ?ssl={"rejectUnauthorized":true}&connect_timeout=60&connection_limit=100&pool_timeout=60 to my connection string 2. I made sure to batch my writes to my database 3. I added a delay for a few seconds after start up before connecting
16 replies
RRailway
Created by Rhys on 3/20/2023 in #✋|help
Intermittent failing to connect to Planetscale
I'll try bumping the delay before it starts writing to the DB, not a great solution but may work as a stopgap
16 replies
RRailway
Created by Rhys on 3/20/2023 in #✋|help
Intermittent failing to connect to Planetscale
Yeah it's a bit strange, no worries 😅 - Another interesting thing is it appears to be able to connect after it continues running for a bit - just left it running and it seemed to sort itself out
16 replies
RRailway
Created by Rhys on 3/20/2023 in #✋|help
Intermittent failing to connect to Planetscale
Slightly hard to debug also since it only occurs intermittently, it also doesn't appear in my staging environment
16 replies
RRailway
Created by Rhys on 3/20/2023 in #✋|help
Intermittent failing to connect to Planetscale
It's pretty consistently only in my production railway environment, if I run the production env locally using Railway shell it doesn't give me any of the same errors
16 replies
RRailway
Created by Rhys on 3/3/2023 in #✋|help
Security of linking to public GitHub repo
been migrating it over to be open source and fully in typescript, finally almost done with that now really excited to do more with it
9 replies
RRailway
Created by Rhys on 3/3/2023 in #✋|help
Security of linking to public GitHub repo
thanks! i like it 😅
9 replies