itk-dev-rpa / OpenOrchestrator

MIT License
1 stars 4 forks source link

Scheduled triggers shouldn't try to catch up with delayed runs #66

Closed ghbm-itk closed 6 months ago

ghbm-itk commented 7 months ago

If a scheduled trigger hasn't been able to run on it's given schedule for X number of runs, it will immediately run X number of times when possible.

Instead the trigger should just run once and then wait for the next scheduled run.