aboutsummaryrefslogtreecommitdiff
path: root/gn2/runserver.py
AgeCommit message (Collapse)Author
2024-07-23Run GN2 multithreaded by defaultFrederick Muriuki Muriithi
The service runs multithreaded on production, thus running it multithreaded during dev should help with exposing otherwise difficult/impossible to debug issues if running single-threaded.
2024-01-09Update module pathsFrederick Muriuki Muriithi
With the reorganisation, a number of module paths changed, and need to be updated. This commit fixes a few obvious ones.
2023-12-29Namespace all modules under gn2.Arun Isaac
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service.