Closed devhawk closed 1 month ago
This DRAFT PR converts all the system DB calls to be async. Code that calls into system db uses asyncio.run to invoke async methods from sync context
asyncio.run
This DRAFT PR converts all the system DB calls to be async. Code that calls into system db uses
asyncio.run
to invoke async methods from sync context