a year ago
I went to try the metal east region today but it seemed to ignore my config-as-code and forced things onto nixpacks instead of my dockerfiles. Is that expected?
46 Replies
a year ago
41f3e5b0-3233-406e-938c-ed0cbe426163
a year ago
I reverted back to non-metal and things re-deployed properly
a year ago
service id please
a year ago
where do I find that?
a year ago
or is it just the name?
a year ago
in the url
a year ago
16dac37f-5029-40d0-9aa2-343a1d24c3fb looks like?
a year ago
you tell me, is that the service you are having trouble with?
a year ago
it is a part of the url of one of the 4 services that had the issue; just not sure it is the right url piece
a year ago
it was the bit after service/
a year ago
its not on metal?
a year ago
not any longer
a year ago
reverted so it worked again
a year ago
fair enough
a year ago
22141b7a-9c6e-4bc9-8dd1-d110e34d4ec3 was a build for that service that was attempted on metal
a year ago
can we revert back to metal?
a year ago
i can revert a different service. sec
a year ago
service: ad2c318e-3979-430b-a21b-8d7e3f15eab0
a year ago
it used a dockerfile
a year ago
hrm
a year ago
ill tell you if its really on metal once it deploys
a year ago
yes it is
a year ago
build 5cf3a139-57a3-45a5-a839-45ab51ac3f04 of that service was the original failure that tried to use nixpacks somehow
a year ago
wanna put the other service on metal now?
a year ago
sure, can try the others to see if they start working
a year ago
lets see what happens
a year ago
it also used a dockerfile
a year ago
yeah
a year ago
also getting a weird error about port binding that I have to track down though. it is going to fail
a year ago
so problem fixed?
a year ago
well i haven't gotten a clean metal deploy for the one and still no explanation of why I got random nixpack builds in the middle, so probably will go back to non-metal for now for stability
a year ago
alrightly, let me know if this happens again!
a year ago
ah, figured out my port issue. occasionally, the random railway PORT would be 8080, which is what my service behind the proxy binds to. other times it was 8081 or something else and everything was hunky-dory
a year ago
i dont see anywhere in our code that would set it to 8181, its hardcoded to 8080
a year ago
hm. pretty sure PORT used to be if not randomized, at least not static and we could force-set it
a year ago
anyhow, forcing it to 8081 fixed that for me
a year ago
yes it was random on the legacy runtime
a year ago
any idea when it might be possible to move databases to metal btw? with things in non-metal US West, i get api response times of ~110ms; swapping the service to metal west approx doubles it; swapping to metal east ~doubles again (understandably).
a year ago
I suspect it is database latency, but haven't dug a lot into my tracing yet
a year ago
are you connecting to the database over the private network?
a year ago
should be
a year ago
do you have tracing?
a year ago
trying to see if it recorded any of them (it is heavily sampled for cost)
a year ago
but to answer the question, i dont have an exact timeline, but our hardware for storage is in shipping
a year ago
ok, thanks. I'll keep an eye if I can get a good trace too. Calling it a night for now
a year ago
sounds good!