macOS launchd: the actual replacement for cron when you want a recurring task on your Mac
You write a Python script that needs to run every fifteen minutes on your Mac. You add a line to crontab -e, save, walk away. Two days later you check and notice it never ran. The cron file is …