Skip to content

Convert `wikibugs2 phorge` to asyncio

BryanDavis requested to merge work/bd808/async-phorge into main
  • Replace requests with aiohttp
  • Remove in-process lru caching
  • Batch lookups to Conduit API for phid.query and project.search lookups
  • Update tests
  • Remove tests/phorge_network/test_token.py

Bug: T359883

Merge request reports