Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languageyml
suspend:
  crontabfrom: "0 3 * * *"
  until: 300 "5 3 * * *"

This configuration will suspend all ECDs from execution for 5 minutes at 3 AM every night.