Denis Yuen

Results 289 comments of Denis Yuen

Also to investigate, is there a kaybase.io solution for organizations?

Reacted in https://github.com/ga4gh/workflow-execution-service-schemas/issues/135

Looks like the most recent work in this vein is https://github.com/ga4gh/workflow-execution-service-schemas/issues/137#issuecomment-696347748

Upvoting, noticed this too

> Basically, this PR introduces a new `DebugHelper` class which wires itself into the infrastructure and logs various information. "Global" info about threads, processes, the database, and memory is logged...

> I wonder if CloudWatch has a way to "merge" log groups when querying? Looks like, yes, via the insights queries https://aws.amazon.com/about-aws/whats-new/2019/07/cloudwatch-logs-insights-adds-cross-log-group-querying/

> * We could possibly modify our logging to condense each multi-line log entry to a single expandable entry: https://stackoverflow.com/questions/67396522/cloudwatch-multiline-log-messages-from-containerized-app-runnning-on-ecs-ec2 This would greatly reduce the visual impact of the logging...

> ecause it's not looking for certain types of secrets (GitHub tokens, for example), There is a custom data identifier feature https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL-custom-data-identifiers.html I think you should be able to add...

> we don't spend the time to enable it. I think it should only be a handful of steps https://aws.amazon.com/blogs/aws/protect-sensitive-data-with-amazon-cloudwatch-logs/ but you can create a follow-up ticket

> If we assume that a workflow can exist in multiple languages (which it arguably can, and we even have (toy/test) examples for this), then surely it could exist in...