I configure the cron job in Cpanel, and it works when setting it to * * * * * , every minute.
However I dont want it to execute at the beginning of every minute, I want to specify an offset, like 7 seconds after the start of each minute.
I thought I would specify that by doing */7 * * * * But that doesn't work, I think it executes every 7th minute. There is no setting for "seconds" in cpanel. There is only "Minute Hour Day Month Weekday". So, is it possible to configure this?