kube-logging / logging-operator

Logging operator for Kubernetes
https://kube-logging.dev
Apache License 2.0
1.53k stars 326 forks source link

fix: remove requeue after #1680

Closed pepov closed 6 months ago

pepov commented 6 months ago

Otherwise it halts all other events for the same object from being reconciled until the specified time

note: the rate limiter will protect us anyways