The cron expression for every 20 minutes
*/20 * * * *
The minute step */20 resolves to 0, 20, 40 — three firings per hour, 72 per day. Twenty is a divisor of 60 so the spacing is perfectly even.
See the dedicated guide for the full breakdown: Cron every minute.
Paste it into the editor above to see the next runs on a calendar.