pulumi/pulumi-kubernetes-operator

Reduce the frequency at which the Pulumi Operator hits the GitHub API

Opened this issue ยท 2 comments

Hello!

  • Vote on this issue by adding a ๐Ÿ‘ reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Posting on behalf of a customer. Mainly, this is to rate-limit API requests due to low API key limits.

This is partially addressed with ResyncFrequencySeconds; however, that does not impact (failures during deployment)[https://github.com/pulumi/pulumi-kubernetes-operator/blob/da76f15514ec9e7d99c885ddab019c3026e1d7dd/pkg/controller/stack/stack_controller.go#L872-L898], which result in requeue after a fixed interval of 5s or immediate requeue.

Affected area/feature

Thanks, @meagancojocar - we'll get this lined up as soon as we can.

Added to epic #586