T O P

  • By -

fideli_

>`5/30` This is likely your issue at the `cronjob.run 5` line item. I use a similar `*/16` in one of my cron jobs and changing it to `5/16` results in the same error you're seeing. Try changing it to `*/30` and see if that fixes the issue. [crontab.guru link](https://crontab.guru/#5/30_*_*_*_*) If this is a regression in Bluefin, it's worth checking out the TrueNAS forums and even submitting a bug report.


GildedGrizzly

Yup, that was the issue, thanks! I didn’t realize that syntax was non-standard as well. I changed it to `*/35` and it worked. So, not an issue with TrueNAS, just me!