...
We don't have a way to export this inline extension.
suspend.crontab from - Use cron syntax to control when ECDs should be suspended.
suspend.until - Duration of suspension in secondsUse cron syntax to control when ECDs should be activated again.
For example:
Code Block | ||
---|---|---|
| ||
suspend: crontabfrom: "0 3 * * *" until: 300 "5 3 * * *" |
This configuration will suspend all ECDs from execution for 5 minutes at 3 AM every night.