Last 12 weeks · 0 commits
2 of 6 standards met
Repository: denoland/apiland. Description: The API server for deno.land Stars: 53, Forks: 5. Primary language: TypeScript. Languages: TypeScript (97.7%), HCL (1.7%), Dockerfile (0.4%), Makefile (0.2%). License: MIT. Homepage: https://apiland.deno.dev Open PRs: 2, open issues: 23. Last activity: 1y ago. Community health: 37%. Top contributors: kitsonk, crowlKats, satyarohith, lucacasonato, lino-levan, willnewby.
Loading and docking some modules takes to long in deploy (like ) and exceeds the CPU limit. This means that things will get lazily loaded, but with the caching of pages, it means that many pages will be cached in the datastore with incomplete information, like module doc summaries. We need to likely have a batch process that runs as a github action which will "cleanup" any incomplete module loads where CPU time won't get exhausted.