This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
try-runtime-cli: remove DB operations in async code #14066
Labels
I9-optimisation
An enhancement to provide better overall performance in terms of time-to-completion for a task.
T1-runtime
This PR/Issue is related to the topic “runtime”.
U4-some_day_maybe
Issue might be worth doing eventually.
Z6-mentor
An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
Ideally, we shouldn't do any DB operations in async code it might fuckup the async scheduler in tokio
Originally posted by @niklasad1 in #14057 (comment)
The text was updated successfully, but these errors were encountered: