There is a php function that does some database and curl operations. I run this function with a url. Right now I’m doing this manually, but I’ll tie it to crons in the future. My problem is this. For example, I have a url like below. When I enter to this url, the function I direct inside deletes data from
Tag: cron-task
How can I make my server allow my PHP script process to run for 75 minutes instead of disconnecting after only 45 minutes?
I am trying to save an mp4 file from audio live stream by PHP script initiated by cron job. It’s expected to work for 75 minutes, but the problem is it runs for only 45 minutes. I found that the server may disconnect the process and not allow the script to run for such a long time. I checked my