Binaek Sarkar
Binaek Sarkar
This along with `registration` `statistics` could be used as a metric for the orchestrator to add or remove applications as required by the actual application load. Much like how HPA...
I believe automatic service activation/deactivation is beyond the scope of the protocol (except maybe publishing the fact that it's running on overload, as you mentioned). However, having some extra data...
@mthbrown What you are looking for may be solved by `aggregator connections` in `steampipe` Reference: https://steampipe.io/docs/managing/connections#using-aggregators You will have to add one more connection which aggregates your other connections: ```...
`golang` already implements a `signal.NotifyContext` which cancels a child of the passed in `context` when any of the passed in signals arrive to the program. if possible, we should replace...
@rinshadka there's an open issue at https://github.com/turbot/steampipe-plugin-aws/issues/1133 to list the objects in an s3 bucket. We are working on it! There are a few questions there that still remain unanswered....
Goals: * Remove dependencies between test files * Facilitate parallel execution of test files
Should be fixed by #3620
Closed by [d15ac33](https://github.com/turbot/steampipe/commit/d15ac33b2648b40bf7ba9b989033a44e1b0abc3a)
Hi @tnelson-doghouse ... Thank you for bringing this our notice. We are looking if this is still an issue.
I could not reproduce this in my local (`v0.20.10`). However, looking back at the implementation of schema fetching in the `googlesheets` plugin here is what I believe could be happening:...