Celery Tasks: A Guide to SQLAlchemy Session Handling
Before I wrote this article, I hadn't realised that SQLAlchemy is a highly controversial subject. Heated discussions on Reddit and X. Love it or hate it. The full drama. The polarising nature of the internet aside, what is true about SQLAlchemy is, t...
celery.school5 min read
Pavel Duda
Deploying new software bugs into production since 1996...
Not sure if I'm doing something wrong but in my case the self.sessions is empty when I try to access it, I can see it is populated with value set in the init. Actually anything with property decorator ends up with values set in init even if I see that before and after shows the values