Description:
We are trying to run a PHP script that takes 300 seconds to execute.
After exactly 60 seconds, the connection is closed with an error: 504 Gateway Timeout.
However, the script continues to run in the background and finishes its task successfully after 300 seconds - the script is...