### Describe the bug As discussed in #551, the timed reconcile return value is ignored when a status update is performed during the reconciliation loop. ### To reproduce 1. Create a controller 2. Update the status of the instance 3. Return with timed reconcile event 4. No timed reconcile is called ### Expected behavior _No response_ ### Screenshots _No response_ ### Additional Context https://github.com/buehler/dotnet-operator-sdk/blob/3f42bbcb13d98a0811606b4b8ca83566c74a988a/src/KubeOps/Operator/Controller/EventQueue.cs#L44-L55