Files
vault/vault
Mike Palmiotto 1b50c64099 identity: Perform runtime cleanup in goroutine (#29759)
Previously identity cleanup was running with the context of the activation request, which would time out for large workloads, resulting in bad failure states. This PR moves the ActivationFunc call to its own goroutine/background Context, so it can proceed uninterrupted.
2025-02-28 14:02:38 +00:00
..
2024-07-22 16:52:45 -04:00
2023-08-10 18:14:03 -07:00
2024-01-26 14:26:21 -05:00
2023-08-10 18:14:03 -07:00
2024-01-18 20:00:00 +00:00