Skip to content

Commit

Permalink
Do not release many tables in one iteration
Browse files Browse the repository at this point in the history
Status update calls fail when many are updated together
#246
  • Loading branch information
alok87 committed Jul 14, 2021
1 parent 43bab78 commit 379aeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/redshiftsink_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type RedshiftSinkReconciler struct {
}

const (
MaxTopicRelease = 50
MaxTopicRelease = 5
)

// +kubebuilder:rbac:groups=tipoca.k8s.practo.dev,resources=redshiftsinks,verbs=get;list;watch;create;update;patch;delete
Expand Down

0 comments on commit 379aeda

Please sign in to comment.