lauryn1 Posted May 21, 2012 Share Posted May 21, 2012 Hello! I'm new working with Code Igniter and I have some doubts about the register_shutdown_function. My application has different controllers. Each of this controllers, with the curl library go to a site and read some news. I have a crontab in charge to execute this controllers every 15 minutes. Sometimes the sites are not working properly and I have a Fatal error: Maximum execution time of 300 seconds exceeded. I would like to use the register_shutdown_function to send myself a mail for letting me know that a problem is happening with one of my controllers because the site doesn't answer in 5 minutes. The problem I have that always that is giving me the fatal error it's in a different file that it's not my controller file. I don't know how to manage it. It's very important for me to solve it because if not my crontab goes crazy. Thank you very much in advance. Link to comment https://forums.phpfreaks.com/topic/262868-code-igniter-and-use-of-register_shutdown_function/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.