trustgraph/trustgraph-base
cybermaggedon 35802442fb
fix: speed up config startup and prevent timeout cascades (#1062)
- Increase per-request config timeout from 10s to 60s
- Parallelize per-workspace config fetches with asyncio.gather
- Track applied workspaces so retries resume instead of restarting

With 50 workspaces, sequential fetches with 10s timeouts caused a
cascade: timeouts triggered retries that re-fetched everything,
resulting in 10+ minute startup times.
2026-07-23 17:38:20 +01:00
..
trustgraph fix: speed up config startup and prevent timeout cascades (#1062) 2026-07-23 17:38:20 +01:00
pyproject.toml Add missing websockets dep (#859) 2026-04-30 09:53:32 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00