dbones-labs / lab-dev

OrgOps - Enable DevOps with GitOps and KubeOps
https://github.com/dbones-labs/lab-dev/wiki
1 stars 0 forks source link

caching state to reduce api calls #25

Open dbones opened 1 year ago

dbones commented 1 year ago

when a resource is reconciled -> it should mark this resource as done with a random timeout

on change -> it should cause a reconcile

when about to reconcile it shoud check to see if it has been marked if so skip

dbones commented 1 year ago

image

dbones commented 1 year ago

reconcile still happens every 15 seconds, however the full process only happens every 5-15 mins per resource

dbones commented 1 year ago

initial implementation