Dillonzer
Dillonzer
RRailway
Created by Dillonzer on 5/2/2023 in #✋|help
Container running fine locally but won't run on Railway (related to headless chrome / puppeteer)
I'm trying to add Puppeteer to my C# api to do some image generation but for some reason, adding the code just throws the service into a 503 state. Running the docker image locally works perfectly fine (I'm installing chrome into my docker container, is this causing the issue?). Is there something specific with Railways I should be doing to run this?
4 replies
RRailway
Created by Dillonzer on 10/3/2022 in #✋|help
Auto-restart based on time?
I'm wondering if there is a way to set a auto-restart based on a timer? ie at like midnight auto-restart? One of my libraries I use currently for a few of my apps don't have cache ttl's so I need to reboot it or else my memory grows too high and I get billed too much. Was hoping to automate it rather than manually do it everyday.
4 replies
RRailway
Created by Dillonzer on 8/28/2022 in #✋|help
Usage Threshold Emails
Is there a way to set when my app hits a certain amount of usage / price I can get an email sent to me so I can avoid insane charges? Or should I just change the plan to the credit based plan and go from there
8 replies
RRailway
Created by Dillonzer on 8/28/2022 in #✋|help
Switching from Usage Based to Credit Based
It looks like the only way to do this is by canceling my plan first. Is that the correct way to do it? I feel like there should be a more intuitive way to switch rather than cancel and choose a new plan.
4 replies
RRailway
Created by Dillonzer on 8/28/2022 in #✋|help
Question about RAM
15 replies
RRailway
Created by Dillonzer on 8/28/2022 in #✋|help
python builder not listening to requirments
My requirements state discord==1.7.3 but the python builder does the following: #11 5.416 Collecting discord.py>=1.7.3 #11 5.423 Using cached discord.py-2.0.1-py3-none-any.whl (1.1 MB) Any idea how I can have it not using the cached discord version?
11 replies
RRailway
Created by Dillonzer on 8/28/2022 in #✋|help
Access Postgres from Web Service
Do I have to copy the env variables from the postgres into my projects that need them? Or is there a way to pipe them?
9 replies
RRailway
Created by Dillonzer on 8/27/2022 in #✋|help
Error with a dotnet docker file
Hey folks so I’m getting this error when trying to build my project: open /var/lib/docker/overlay2/92d34ffbb49fafa1549cebcd87631eeb3f5d942768e80d24526eaa4c435726b1/merged/etc/passwd: no such file or directory I’m using the docker file Visual Studio provided me. Any ideas?
21 replies