bledar
Explore posts from serversNNovu
•Created by bledar on 10/24/2024 in #💬│support
Filter out push-notification step if subscribes has no channel configured
5 replies
Application sometimes is failing to connect with the DB
Since yesterday we are having a wired problem with our Laravel app since some of the request are failing due to db connection error:
The error I am getting is
php_network_getaddresses: getaddrinfo failed: Name does not resolve at
.
Php fails to resolve host address of the DB. This problems is not happening in every request but the majority of them are failing.
The load of the DB and the app seems to be fine. I have also migrated a couple of days ago to the new DB system.
ProjectID: 31a7f69c-e284-469d-bfac-e7c9ca208610
15 replies
Image from Dockerfile is not running on Railway
Hey guys,
I am trying to deploy an image based on
tiredofit/db-backup
but it is not running on Railway infrastructure.
Locally in my machine the same Image is running flawless.
When I try to deploy on Railway I see this error: s6-overlay-suexec: fatal: can only run as pid 1
Apparently there are other people as well having this problem as I can see from this (https://github.com/tiredofit/docker-freescout/issues/165) issue on GitHub.
It seems to be a problem how Railway is running the image since locally works.3 replies