Brown Out Policy
Set periods of downtime based on cron schedules. Useful for alerting users of impending deprecations.
Early Access
This policy is in private beta. If you would like to use this please reach out to us: whatzup@zuplo.com
Configuration
{
"name": "my-brown-out-inbound-policy",
"policyType": "brown-out-inbound",
"handler": {
"export": "BrownOutInbound",
"module": "$import(@zuplo/runtime)",
"options": {
"cronExpression": "0 23 * * ?",
"durationSeconds": 60
}
}
}
Read more about how policies work