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 • jon on Sep 15 2022, 10:56 AM. Authored by Tags None Referenced Files
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
|