GeoHealthCheck icon indicating copy to clipboard operation
GeoHealthCheck copied to clipboard

Use caching features in SQL Alchemy

Open fsteggink opened this issue 4 years ago • 0 comments

Follow up on issue #395, which is now closed.

Here Just mentioned the following:

From what I learned: the latest versions of SQLAlchemy (v2 I think and up) having caching-features internally. Our SQLAlchemy==1.3.8 and Flask-SQLAlchemy==2.4.0 are really old but upgrades failed earlier, at least will take time. In general I would prefer a solution via SQLAlchemy.

It is a good idea to check if this works well, so my fix in #394 can be reimplemented.

fsteggink avatar Sep 02 '21 06:09 fsteggink