I am using several API’s and MySQL databases which sometimes throw error because of query limits or other outages!
I would love to have a solid error reminder system via e-mail which alerts me that i have to fix something, but can’t trigger an e-mail each time an error occurs but only one time every hour! (i can safe the state in a file or database of course)
Anyway what’s the best solution to handle this problem in php and have a clean e-mail error console?
Use a pid concept