cert-manager/pkg/controller/certificates/trigger
Maël Valais e4f981da66 Revert "memory leak: clean up scheduler goroutine on cert deletion"
This reverts commit 641960b6. The reason we decided to revert this is
that we are unsure about the implications of adding the
scheduledWorkQueue.Forget call. The new Forget call is left untested,
and it makes us nervous not to know exactly if it works as intended.

The "Forget" memory leak that we are reverting now is the cause of a
tiny fraction of the overall memory leakage that was fixed in the PR
in the scheduler itself.  Reverting this means that some goroutines will
be leaked, but only when a Certificate gets removed and never recreated
with the same name.

Signed-off-by: Maël Valais <mael@vls.dev>
2021-07-28 19:19:39 +02:00
..
policies DataForCertificate: explain what the "current" and "next" CRs are used for 2021-07-05 13:32:32 +02:00
BUILD.bazel trigger-controller: reissue on mismatch using NextRevisionRequest 2021-04-06 18:09:28 +02:00
trigger_controller_test.go Simplify the return statement 2021-05-04 14:57:20 +01:00
trigger_controller.go Revert "memory leak: clean up scheduler goroutine on cert deletion" 2021-07-28 19:19:39 +02:00