Ohad Abarbanel
Ohad Abarbanel
An old unresolved issue (https://github.com/b2wdigital/aiologger/issues/97). Python's logging library supports positional formatting arguments and not only mapping arguments. I added support for this in aiologger, more details are in the commit...
## Description I'm not exactly sure what's the root problem here, but it seems to be a problem with trivy/defsec/tfsec when I use a module twice and it has a...
Currently, the TestActivityEnvironment has a hard-coded 10 minute timeout. If I want to use the test suite to run an activity which takes longer than that, it fails with a...
## What was changed Added 2 method to TestActivityEnvironment: - SetActivityStartToCloseTimeout - SetActivityScheduleToCloseTimeout This will allow changing the default 10 minute timeouts in the current test environments. ## Why? There...