
2025-05-28 12:18:54
Not upgrading all the SQS code using boto.sqs.Message to boto3 has finally bitten me on the ass as boto just doesn't work on Python 3.12 which is what I'm moving to.
And I'm moving it because 3.7 has become the 2.7 of Python 3. Whilst I originally targeted 3.9 that is slipping away too.
There is a lot of SQS going on, not just pipelining but logging. The logging is kind of Schroedinger logging as I don't bother with it unless I need to.