Cron Expression for Every 5 Minutes

*/5 * * * * runs a job at minutes 0, 5, 10, 15... of every hour. It's a common default for health checks, cache refreshes, and syncing data that doesn't need to be real-time but shouldn't go stale for long.