Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/213#discussion_r138927743
--- Diff: guide/blueprints/policies.md ---
@@ -100,6 +100,39 @@ The ConnectionFailureDetector is an HA policy for
monitoring an http connection,
### Optimization Policies
+#### ScheduledEffector Policy
+
+- org.apache.brooklyn.policy.action.ScheduledEffectorPolicy
+
+The ScheduledEffectorPolicy calls an effector with a set of arguments at a
specified time and date. The following example
--- End diff --
Would wrap `ScheduledEffectorPolicy` in \`\`
---