Cron Expression for Every 15 Minutes

*/15 * * * * runs a job four times an hour, on the quarter-hour. A common choice for batch data syncs and report generation where near-real-time isn't required.