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
Paths
| Differential D5153 Authored by • jon on Sep 15 2022, 10:56 AM.
Details
Summary We only need one runtime to do asynchronous calls. Using two or more https://linear.app/comm/issue/ENG-1808 Test Plan cd services/backup rm -rf build && mkdir build && cd build && cmake .. && make -j
Diff Detail
Event TimelineHerald added subscribers: • abosh, tomek, ashoat. · View Herald TranscriptSep 15 2022, 10:56 AM2022-09-15 10:56:06 (UTC-7) Harbormaster completed remote builds in B12185: Diff 16715.Sep 15 2022, 11:06 AM2022-09-15 11:06:25 (UTC-7) This revision is now accepted and ready to land.Sep 15 2022, 11:19 AM2022-09-15 11:19:10 (UTC-7) Harbormaster completed remote builds in B12218: Diff 16759.Sep 16 2022, 8:16 AM2022-09-16 08:16:34 (UTC-7) Closed by commit rCOMM040488e9923b: [Backup] Use only one tokio runtime (authored by • jon). · Explain WhySep 16 2022, 8:20 AM2022-09-16 08:20:34 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 16763 services/backup/blob_client/src/get_client.rs
services/backup/blob_client/src/lib.rs
services/backup/blob_client/src/put_client.rs
|