#18 The CommunishiftAuthorization operator should be configured to reconcile every 20 minutes
Closed 2 years ago by dkirwan. Opened 2 years ago by lenkaseg.

UserStory

As a developer, I want the CommunishiftAuthorization operator to reconcile its configuration every 20 minutes.

Tasks

  • The CommunishiftAuthorization operator reconciles all managed resources against its configuration.

Success Criteria

  • The CommunishiftAuthorization operator should query the Openshift API every 20 minutes and then reconcile all managed resources against its configuration.

Resources

  • https://sdk.operatorframework.io/docs/building-operators/ansible/reference/watches/
  • reconcilePeriod (optional): The maximum interval that the operator will wait before beginning another reconcile, even if no watched events are received. When an operator watches many resources, each reconcile can become expensive, and a low value here can actually reduce performance. Typically, this option should only be used in advanced use cases where watchDependentResources is set to False and when is not possible to use the watch feature. E.g To manage external resources that don’t emit Kubernetes events. The format for the duration string is a sequence of decimal numbers, each with optional fraction and a unit suffix, such as “300ms”, “1.5h” or “2h45m”. Valid time units are “ns”, “us” (or “µs”), “ms”, “s”, “m”, “h”.

Issue status updated to: Closed (was: Open)

2 years ago

Log in to comment on this ticket.

Metadata
Boards 1
Communishift Status: Done