We only need one runtime to do asynchronous calls. Using two or more
is an anti-pattern.
https://linear.app/comm/issue/ENG-1808
https://linear.app/comm/issue/ENG-1806
Differential D5153
[Backup] Use only one tokio runtime Authored by • jon on Sep 15 2022, 5:56 PM.
Details
We only need one runtime to do asynchronous calls. Using two or more https://linear.app/comm/issue/ENG-1808 cd services/backup rm -rf build && mkdir build && cd build && cmake .. && make -j
Diff Detail
|