Hacker News new | ask | show | jobs
by sodality2 1467 days ago
Getting a 504 :(
2 comments

An intriguing failure mode (response body seems truncated)

  $ curl -i https://plaintextco.in/
  HTTP/2 504 
  date: Tue, 14 Jun 2022 14:13:44 GMT
  [more headers]
  cf-ray: 71b3ab17fc7254d5-MAN
  
        <!DOCTYPE htm
I think the server code has a concurrent access bug that makes it crash in the middle of a request. Unfortunately due to the current charge I can't even restart it at the moment.
Back online for now... please be gentle ;)
Got this just now (2022-06-14T22:36:26+08:00)
Yeah the server is not handling the load at the moment... I am trying to restart it.
The curse of Hacker News attention
Well, I should have tested a bit more before posting.
Is the source posted somewhere? Maybe we can help
Not at the moment, this was a week end project, and the code is quite horrible. But yes I should probably put it online and get advise.
pas grave, post it :)