Lance Edgar lance
  • Joined on 2024-07-12
lance pushed to master at wutta/wuttaweb 2025-02-18 12:26:46 -06:00
fb1b466072 docs: update intersphinx doc links per server migration
lance pushed to master at rattail/tailbone 2025-02-18 11:17:52 -06:00
7348eec671 fix: stop using old config for logo image url on login page
lance pushed tag v0.21.1 to wutta/wuttaweb 2025-02-17 14:53:51 -06:00
lance pushed to master at wutta/wuttaweb 2025-02-17 14:53:42 -06:00
7ac9d332bd bump: version 0.21.0 → 0.21.1
lance commented on issue rattail/rattail#8 2025-02-16 14:04:47 -06:00
Add some sort of caching for config from DB settings

Well dang it. Something is not quite right about the caching. Regardless of backend (have tried file,…

lance reopened issue rattail/rattail#8 2025-02-16 14:04:47 -06:00
Add some sort of caching for config from DB settings
lance closed issue rattail/rattail#8 2025-02-16 14:03:23 -06:00
Add some sort of caching for config from DB settings
lance commented on issue rattail/rattail#8 2025-02-16 14:03:23 -06:00
Add some sort of caching for config from DB settings

Cache is in use for some fairly major installs now, with no further issues so far. Calling this good…

lance commented on issue rattail/rattail#8 2025-02-16 14:02:44 -06:00
Add some sort of caching for config from DB settings

The problem described above, with first app startup after enabling beaker cache, may be tricky to solve.…

lance commented on issue rattail/rattail#8 2025-02-16 14:02:04 -06:00
Add some sort of caching for config from DB settings

I added initial Beaker cache support, and went live with it for a few apps. So far it seems to be…

lance commented on issue rattail/rattail#8 2025-02-16 14:01:12 -06:00
Add some sort of caching for config from DB settings

Yes definitely the problem has occurred for other installs. Mostly it shows up when datasync involves…

lance commented on issue rattail/rattail#8 2025-02-16 13:59:34 -06:00
Add some sort of caching for config from DB settings

I'm curious if any of your other clients such as the Sac coop have run into this…

lance commented on issue rattail/rattail#9 2025-02-16 13:57:45 -06:00
Split out config to separate package?

Have added a new RattailConfiguration class, which uses the [python-configuration](https://pypi.org/pro

lance opened issue rattail/rattail#9 2025-02-16 13:56:52 -06:00
Split out config to separate package?
lance closed issue rattail/rattail#6 2025-02-16 13:55:22 -06:00
Datasync error: QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30
lance commented on issue rattail/rattail#6 2025-02-16 13:55:22 -06:00
Datasync error: QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30

The major issue here was indeed some sessions not being closed; primarily fixed in https://forgejo.wuttap

lance commented on issue rattail/rattail#6 2025-02-16 13:54:07 -06:00
Datasync error: QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30

Well, I'd hoped/assumed that #8 was the real fix here, but it turned out not to be the case. Definitely…

lance closed issue rattail/rattail#7 2025-02-16 13:53:27 -06:00
Datasync error: remaining connection slots are reserved for non-replication superuser connections
lance commented on issue rattail/rattail#7 2025-02-16 13:53:27 -06:00
Datasync error: remaining connection slots are reserved for non-replication superuser connections

I believe the real fix here is to enable Beaker config caching, per #8.