Ishaan Verma

Results 4 comments of Ishaan Verma

re: `extra_index` properties on the nodes. even though the node is connected to another node that has the same value, the extra index just helps with queries like: ```cypher (n:KubernetesPod{cluster_name:...

the cleanup jobs are still something i need to look into. i think in some cases they dont seem to work correctly... maybe im missing something

had a chance to look at the `scoped_cleanup` flag. in this case setting `scoped_cleanup` to `False` will not trigger a cleanup because of this condition in `cartography/jobs/cleanupbuilder.py` -> `build_cleanup_queries`: ```python...

also wanted to point out another scenario, that took me a while to understand. let's say you have two clusters `A` and `B`. if you run the cartography intel job...