New instance of a long running check is triggered every minute

Hi,
yes, it would, but then you’ll have not retries anymore and you’ll get a notification after the first failure.
Another workaround I got from development is to set the command timeout to the same value as service timeout. That will prevent duplicate starts, because it checks if the command is running already.

Regards,
Dirk