Gateway Timeouts

magorium · 973

magorium

  • Legendary Member
  • *****
    • Posts: 632
    • Karma: +62/-0
  • Convicted non contributor
on: November 03, 2023, 04:46:35 PM
I just mention it because form launch at the new domain everything seemed to work hunky-dory which changed over the weeks to being a bit sluggish at times but right now I experience more and more the message:

Quote
Gateway Timeout

The gateway did not receive a timely response from the upstream server or application.

Additionally, a 504 Gateway Timeout error was encountered while trying to use an ErrorDocument to handle the request.

Just so that you know @amigamia.


amigamia

  • Administrator
  • Member
  • *****
    • Posts: 134
    • Karma: +49/-0
    • AROS World
Reply #1 on: November 04, 2023, 06:27:36 AM
Hi magorium, thank you for the report. I have had someone else report the same issue. That seems to be a hosting service issue and I am currently tracking how many times it is happening. As matter of fact, please keep reporting in this thread the day/time it happens so I can provide a log to them. I'll post the thread on AW.org as well.


mattson62

  • Newbie
  • *
    • Posts: 16
    • Karma: +0/-0
    • James Mattson
Reply #2 on: November 04, 2023, 10:50:58 AM
I had trouble getting to ArosExec forum. I checked to see if i was blocked or from my ISP.I'm using Amifox to get on now I've tried all my other broswers with no change.However,with my iphone i get on fine wheni'm using my workplace wifi and i they have the same ISP as i use at home.So I've been baffled so to speak.Thanks to everyone at AROS and this website,the forum and those working hard everyday and night to make AROS more Awesome!



mattson62

  • Newbie
  • *
    • Posts: 16
    • Karma: +0/-0
    • James Mattson
Reply #3 on: November 05, 2023, 05:17:15 AM
UPDATE I was able get to this forum successfully with no problems from every browser i use,Just wanted pass along this information. Thanks :)



magorium

  • Legendary Member
  • *****
    • Posts: 632
    • Karma: +62/-0
  • Convicted non contributor
Reply #4 on: November 05, 2023, 06:45:49 AM
same error Just now. Though subtract a couple of minutes because i had other issues as well.

first attempt: bad gateway
reload: bad gateway
reload: site showed itself but with popup session timed out while logging in.
pressed login: popup with session timed out while logging in
reload: site shows
press login: Now I can login as expected so that I'm able to post here.

I've encountered the gateway timeout yesterday as well but forgot to write down the time. All with latest Linux Firefox 119.0 64 bit.

If this is going to take longer or you would like to have more (accurate) proof then let me know and i'll try whip out some http-client that automate things so that you can run that 24/7 with an set interval and some proper logging.


magorium

  • Legendary Member
  • *****
    • Posts: 632
    • Karma: +62/-0
  • Convicted non contributor
Reply #5 on: November 05, 2023, 10:20:56 AM
Only a timeout on first access and reload this time. second reload does get me to the website.
Subtract about 2 minutes from post time. After I got to the site I tried my website tester tool first(unfortunatel no error message) but that literally takes a minute from start + I had to reload twice.


magorium

  • Legendary Member
  • *****
    • Posts: 632
    • Karma: +62/-0
  • Convicted non contributor
Reply #6 on: November 05, 2023, 01:56:31 PM
Code: [Select]
$> ./test_website "https://ae.arosworld.org"
2023-11-05T20:51:53.567+01:00 504 https://ae.arosworld.org
2023-11-05T20:52:53.648+01:00 200 https://ae.arosworld.org
2023-11-05T20:53:53.858+01:00 200 https://ae.arosworld.org
2023-11-05T23:25:16.630+01:00 504 https://ae.arosworld.org
2023-11-05T23:26:16.770+01:00 200 https://ae.arosworld.org
2023-11-05T23:27:16.966+01:00 200 https://ae.arosworld.org
2023-11-05T23:28:17.175+01:00 200 https://ae.arosworld.org
2023-11-06T18:07:28.424+01:00 504 https://ae.arosworld.org
2023-11-06T18:08:28.665+01:00 200 https://ae.arosworld.org
2023-11-06T18:09:28.851+01:00 200 https://ae.arosworld.org
2023-11-06T18:10:29.067+01:00 200 https://ae.arosworld.org
2023-11-10T18:45:43.217+01:00 504 https://ae.arosworld.org
2023-11-10T18:46:43.634+01:00 200 https://ae.arosworld.org
2023-11-10T18:47:44.102+01:00 200 https://ae.arosworld.org
« Last Edit: November 10, 2023, 11:51:00 AM by magorium »



magorium

  • Legendary Member
  • *****
    • Posts: 632
    • Karma: +62/-0
  • Convicted non contributor
Reply #7 on: November 10, 2023, 11:54:32 AM
Bump

I'll try keep adding to my previous post but I still have to improve my code using a variable timing mechanism so that it can run 24/7. Right now I just start my tool before trying to access the site and use a 1 minute interval.