Ashish Peruru

Results 5 comments of Ashish Peruru

> @stevearc after playing with it a bit more I realized I was getting TERRIBLE performance. Installing some of my standard requirements files was taking 2 minutes instead of 10...

> Still no idea why pyramid_tm would tank performance. I [made a branch here](https://github.com/stevearc/pypicloud/tree/pyramid_tm) with a change that should completely exclude pyramid_tm if it's not needed (i.e. no SQL backends)....

@stevearc Thank you for creating the branch and making necessary changes. I further made following changes. - Added `wrap_transactions = True` in pypicloud/cache/dynamo.py under `DynamoCache` class. - Generated and added...

Also, any idea why it throws warnings like this on regular intervals (minutes of every hour) when idea? ``` Jul 7 13:13:12 60135663c66e syslog-ng[11]: WARNING: you are using the pipe...

Unable to install python 3.12.1 from source on AmazonLinux-2023 (2023.3.20231218.0) here are the steps from my dockerfile ``` RUN dnf install -y gzip make tar wget which openssl \ bzip2-devel...