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 - Use cron syntax to control when ECDs should be activated again.

...

Code Block
languageyml
suspend:
  crontabfrom: "0 3 * * *"
  until: "5 3 * * *"

...