SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Fix error handling. #116

Closed marcrahnsap closed 5 years ago

marcrahnsap commented 5 years ago

Description

In some cases a thrown error was ignored by returning nil. Now, the error gets returned. Also, the workitems now get enqueued with a simple add instead of a rate limited add. The workqueue.Forgetfunction was called twice.

Checklist

Before submitting this PR, please make sure: