Andrey Kislyuk

Results 275 comments of Andrey Kislyuk

Interesting, thank you for the link to the release notes. It looks like AWS is looking to implement the equivalent of Keymaker in Amazon Linux :) I agree Keymaker in...

These are definitely good suggestions. For your reference, keymaker is intended for use in environments where you procedurally and idempotently generate and save AMIs, instead of managing them on an...

Thank you for posting this! Would you be interested in editing the Readme to add this information, and opening a PR?

Thanks for the idea. This most likely will not happen without an outside contribution, since I'm unlikely to need that feature. PRs welcome :) Keep in mind, configuration is only...

Thanks. Yes, for our internal variant pipelines, we use hgvs only for parsing and formatting. Additionally, we are receiving variants from multiple upstream clinical sequencing labs that each have their...

As a quick workaround for flush not doing what you want, you can use `use_queues=False` when constructing the log handler to make each log message trigger a log delivery API...

I agree in general that the semantics of flush() as specified by https://docs.python.org/3/library/logging.html#logging.Handler.flush mean it should not trigger shutdown by default.

Thanks, I probably need to add docs on how to deal with this, so reopening this issue to keep track of that.

The suggested way to use logging in multiprocessing pools is to share nothing. Use one logger per worker process (or thread) and initialize the logger after forking. A shared logger...

@redixhumayun that is for you to configure. Check the project documentation for how to configure the log stream names. Check the cloudwatch documentation for how to collate logs.