Skip to content

Commit

Permalink
fix: retry server enomem
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 7, 2023
1 parent ffc5eb5 commit 92977d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/metadataTransfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ export abstract class MetadataTransfer<
// tolerate intermittent network errors upto retry limit
if (
[
'ENOMEM',
'ETIMEDOUT',
'ENOTFOUND',
'ECONNRESET',
Expand Down

1 comment on commit 92977d6

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 92977d6 Previous: d51ff43 Ratio
eda-componentSetCreate-linux 240 ms 225 ms 1.07
eda-sourceToMdapi-linux 6117 ms 6789 ms 0.90
eda-sourceToZip-linux 4722 ms 4877 ms 0.97
lotsOfClasses-componentSetCreate-linux 553 ms 611 ms 0.91
lotsOfClasses-sourceToMdapi-linux 7061 ms 8424 ms 0.84
lotsOfClasses-sourceToZip-linux 6350 ms 6963 ms 0.91
lotsOfClasses-mdapiToSource-linux 3875 ms 4144 ms 0.94
lotsOfClassesOneDir-componentSetCreate-linux 739 ms 778 ms 0.95
lotsOfClassesOneDir-sourceToMdapi-linux 11892 ms 11992 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 10773 ms 10579 ms 1.02
lotsOfClassesOneDir-mdapiToSource-linux 7299 ms 7015 ms 1.04

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.