Is it possible to run a 60 second interval between the end of execution and start of next execution?
Or to skip the run if the previous process has not exited?
In systemd for example this is possible to do with:
OnUnitActiveSec=60
But I'd love to figure out similar behaviour on Mac OS for an agent.