5GSEC / nimbus

Intent driven security automation framework
Apache License 2.0
19 stars 9 forks source link

nimbus-k8tls: Better to use buffered channels to prevent handlers from blocked if the reconcile function is not scheduled or taking time #188

Open shivaccuknox opened 2 weeks ago

shivaccuknox commented 2 weeks ago
          It might be better to use buffered channels and not unbuffered channels because the handlers can get blocked if the reconcile function is not scheduled or taking time

_Originally posted by @shivaccuknox in https://github.com/5GSEC/nimbus/pull/131#discussion_r1625275716_