Defect Dev One

Results 2 comments of Defect Dev One

I'm having the same issue. My job function uses the AWS Boto3 SDK, which, I think, uses threading/coroutine—maybe that is the issue. In the older version without calling boto3, the...

I can work around it by invoking the part interacting with AWS boto3 in a subprocess. But it makes the code significantly convoluted. I'm pretty sure it's a common use...