Cron: 0 */2 * * *

This cron expression means: At 0 minutes past the hour, every 2 hours

0 */2 * * *

At 0 minutes past the hour, every 2 hours

Try another expression