Depends on D5093
Linear task: https://linear.app/comm/issue/ENG-1734/improve-error-handling-system-in-the-blob-client
Using a new way of error handling in the write method of the put client.
Paths
| Differential D5094 Authored by • karol on Sep 9 2022, 4:44 AM.
Details Summary Depends on D5093 Linear task: https://linear.app/comm/issue/ENG-1734/improve-error-handling-system-in-the-blob-client Using a new way of error handling in the write method of the put client. Test Plan cd services/backup/blob_client cargo check after running localstack, blob and backup (in this particular order), this still works: yarn run-performance-tests backup
Diff Detail
Event TimelineHerald added a reviewer: • jon. · View Herald TranscriptSep 9 2022, 4:44 AM2022-09-09 04:44:12 (UTC-7) Harbormaster completed remote builds in B12047: Diff 16546.Sep 9 2022, 4:54 AM2022-09-09 04:54:32 (UTC-7) • karol edited the summary of this revision. (Show Details)Sep 9 2022, 4:54 AM2022-09-09 04:54:43 (UTC-7) • karol added a parent revision: D5093: [services] Backup - Blob Get Client - Refactor put terminate. This revision is now accepted and ready to land.Sep 9 2022, 10:49 AM2022-09-09 10:49:23 (UTC-7) Comment Actions It's great to see the function simplified by a lot!
This revision was landed with ongoing or failed builds.Sep 19 2022, 7:28 AM2022-09-19 07:28:16 (UTC-7) Closed by commit rCOMM6734fee9add9: [services] Backup - Blob Get Client - Refactor put write (authored by • karol). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster completed remote builds in B12281: Diff 16843.Sep 19 2022, 7:39 AM2022-09-19 07:39:02 (UTC-7)
Revision Contents
Diff 16852 services/backup/blob_client/src/put_client.rs
|