Product: PowerShell Universal
Version: 2.1.4
I installed PSU 2.1.4 then pulled my scripts down from their Git Repo.
When I look at a script in the interface on the schedules tab it says Every 8 hours. When I got to edit that is show Every minute under the time dropdown and when I look it is actually running every minute but if i look in schedules.ps1 the Cron switch is set as “0 */8 * * *” so I am confused. Where is the source of thruth here and why is my script running every minute?