jeffersonmoreira
jeffersonmoreira
RRailway
Created by jeffersonmoreira on 7/31/2023 in #✋|help
upgrade hobby plan
I subscribed to the hobby plan and continue to receive an upgrade alert email. "This is the final reminder that we're updating Railway’s plans and pricing for individual users. Your current plan will be sunset on August 1, 2023. To ensure you can continue to use Railway without disruption after August 1, please visit the Dashboard and upgrade to the Hobby or Pro plan."
4 replies
RRailway
Created by jeffersonmoreira on 6/7/2023 in #✋|help
Puppeteer Error
My application is an HTML report generator converted to PDF using Puppeteer. The application works normally, but sometimes the error "platform_thread_posix.cc(129)" occurs. Apparently, it is related to the Unix/Linux operating system and happens when there is a failure to create a new thread in the operating system. This error causes the application to freeze and no longer be able to generate reports. To resolve it, it is necessary to restart the application. Is there any way to solve it without restarting the application? Project Id: 629f3295-3910-432e-a3cd-d5fbc0586c5b
19 replies
RRailway
Created by jeffersonmoreira on 4/25/2023 in #✋|help
Increase Railway's default 5 minute timeout for POST requests
My project is a Typescript API that uploads videos to VIMEO. I need to edit Nginx settings for: client_max_body_size 25600m; client_body_buffer_size 25600m; client_body_timeout 3000s; proxy_read_timeout 3000s; proxy_connect_timeout 3000s; proxy_send_timeout 3000s; How to do this on Railway?
22 replies