gregogalante
gregogalante
RRailway
Created by gregogalante on 11/22/2023 in #✋|help
Rails error: A server is already running
I'have deployed a new rails project with Rails 7.2 and get this error after some minutes of execution: A server is already running (pid: 47, file: /app/tmp/pids/server.pid). I see this build log after each request: Worker 10 (PID: 969) booted in 0.02s, phase: 0 I think the server is starting a new worker for each request and create a new pid for every request. This is so strange because i don't have this problem with other rails projects. The application is really simple and it is using only PostgreSQL as other service.
10 replies
RRailway
Created by gregogalante on 5/8/2023 in #✋|help
Rails with Sidekiq consume lot of RAM
3 replies
RRailway
Created by gregogalante on 9/24/2022 in #✋|help
ImageMagick dependency
Hi guys, I have a Rails application that needs imagemagick as dependency. Is there a way to install it on the default build image used for Ruby? Thanks
4 replies
RRailway
Created by gregogalante on 9/13/2022 in #✋|help
NetFTPPermError (500 I won't open a connection to xxx.xxx.xxx.xxx (only to xxx.xxx.xxx.xxx)
Hello to everyone. I have deployed a Rails application that use an FTP connection to upload files on another server. The application works great on local environment but gives this error when running on Railway. The FTP server has not any lock on IP addresses. Is it possibile to open FTP connection from Railway server?
8 replies