Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

fix(deploy): ensure max retry count is set to 10 #1263

Merged
merged 3 commits into from
Mar 9, 2023
Merged

Conversation

azlam-abdulsalam
Copy link
Contributor

deploy doesnt respect max retry count, it is always set at 2 retries, as it was incorrectly set. The
fix sets a max default of 10 with a break if earlier if the maxRetry is lower

fixes #1262

Checklist

All items have to be completed before a PR is merged

  • Adhere to Contribution Guidelines
  • Updates to Decision Records considered?
  • Updates to documentation at DX@Scale Guide considered?
  • Tested changes?
  • Unit Tests new and existing passing locally?

azlam-abdulsalam and others added 2 commits March 9, 2023 11:29
deploy doesnt respect max retry count, it is always set at 2 retries, as it was incorrectly set. The
fix sets a  max default of 10 with a break if earlier if the maxRetry is lower

fixes #1262
@codecov
Copy link

codecov bot commented Mar 9, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (302f5a1) 62.11% compared to head (2e7465d) 62.11%.

❗ Current head 2e7465d differs from pull request most recent head 31e803e. Consider uploading reports for the commit 31e803e to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1263   +/-   ##
=======================================
  Coverage   62.11%   62.11%           
=======================================
  Files          61       61           
  Lines        2085     2085           
  Branches      439      439           
=======================================
  Hits         1295     1295           
  Misses        790      790           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@azlam-abdulsalam azlam-abdulsalam merged commit fd0a21e into main Mar 9, 2023
@azlam-abdulsalam azlam-abdulsalam deleted the issue/1262 branch March 9, 2023 12:27
JoeffreyChaucer pushed a commit to JoeffreyChaucer/sfpowerscripts that referenced this pull request Mar 21, 2023
* fix(deploy): ensure max retry count is set to 10

deploy doesnt respect max retry count, it is always set at 2 retries, as it was incorrectly set. The
fix sets a  max default of 10 with a break if earlier if the maxRetry is lower

fixes dxatscale#1262

* Increase time between retries to 30 seconds
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

maxretrycount flag not working for package deployment
1 participant