Setting Up Cron Scheduler for Mac
Visa Platform ConnectAPI
- Open a Mac terminal.
- Entercrontab-eto enter editor mode.:~ $crontab -Editor mode displays and look similar to the editor mode shown in the image below.
- Enter the command to set the timing for the cron job. For example, this command sets the cron job to run every 45th minute of every hour, every day, every week, and every month:45* * * *://www.qa.prestahop.cybsplugin.com/mps1786/module/cybersourceofficial/paymentReport
- EnterEsc + : + w + qto close the editor. The editor closes and displays this message:: installing new
- Enter thecrontab -lcommand to check the scheduled cron job.:~ $crontab -The scheduled cron job should display on the screen. For example:45* * * *://www.qa.prestahop.cybsplugin.com/mps1786/module/cybersourceofficial/paymentReport