I'm developing a library aimed at reducing unnecessary requeueAfter calls in cloud resource operators. Rather than using a fixed cadence for reconciliation, this kube-external-watcher library compares the state of external resources to the Kubernetes state at dynamic polling intervals and only triggers reconciliation when drift is detected. It's still experimental, and I'm looking for feedback on its potential.
2 Answers
Have you considered if this could be added as a provider in Crossplane? I'm not sure I'm fully grasping the purpose behind your approach. Are you trying to streamline how often reconciliations happen?
Your library sounds promising! Just to clarify, the idea is that Crossplane and similar tools currently use fixed requeueAfter intervals, but this method checks for drifts periodically and only reconciles when there's an actual difference, correct?

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically