Lukas Lösche

Results 33 issues of Lukas Lösche

# Description Store collection date for accounts # Code of Conduct By submitting this pull request, I agree to follow the [code of conduct](https://resoto.com/code-of-conduct).

Right now the workers only log collection progress. For the UI as well as CLI it would be useful to get collection feedback so they can provide info like "Collecting...

enhancement

Right now during the cleanup phase of AWS resources we mostly just call the `delete()` method on whatever resource we're trying to remove. For almost all resources this is a...

enhancement

instrument the query parser and collect stats re: which fields get queried how often for automated index creation and removal

enhancement

### Motivation Right now all edges are defined by the collector plugins. Users might want to create custom edges that allow to correlate data between different collectors. A very obvious...

enhancement

Right now cleanup is parallelized solely on a resources place within the graph. This could be further optimized for cleanup runtime optimization.

enhancement

Currently the core has some test coverage and the plugins essentially none. Each plugin has a stub that tests some cli args essentially as a starting point for adding more...

enhancement

Currently a cleaned up resource will only be reflected in the graph upon next collect. It would be nice to update the graph immediately after cleanup.

enhancement

The task queue allows filtering by attributes. E.g. if a worker tells the core that it can apply tagging for cloud aws then it would receive tag tasks for cloud...

enhancement