Cron job every x hours

:wave: The issue is occurring with the */6 in your example, or step syntax. This is not supported, please check out the note in the docs here:

In this instance you would need to specify a list such as: * 0,6,12,18 * * *

1 Like