Skip to content

New Feature: Add Retry Variables #1370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Dec 9, 2022

Conversation

AlgoStephenAkiki
Copy link
Contributor

Resolves #1355

Adds retry variables to set retry delay and count as well as unit tests

Summary

Explain the goal of this change and what problem it is solving. Format this cleanly so that it may be used for a commit message, as your changes will be squash-merged.

Test Plan

How did you test these changes? Please provide the exact scenarios you tested in as much detail as possible including commands, output and rationale.

Resolves #1355

Adds retry variables to set retry delay and count as well as unit tests
@AlgoStephenAkiki AlgoStephenAkiki self-assigned this Dec 8, 2022
@AlgoStephenAkiki AlgoStephenAkiki linked an issue Dec 8, 2022 that may be closed by this pull request
@AlgoStephenAkiki AlgoStephenAkiki changed the title Add Retry Variables New Feature: Add Retry Variables Dec 8, 2022
Copy link
Contributor

@shiqizng shiqizng left a comment

Choose a reason for hiding this comment

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

TestMakePipelineConfig can be updated, too.

Copy link
Contributor

@winder winder left a comment

Choose a reason for hiding this comment

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

One more nit, afterwards this LGTM

@codecov
Copy link

codecov bot commented Dec 9, 2022

Codecov Report

Merging #1370 (77b4fe2) into develop (81721cd) will increase coverage by 0.05%.
The diff coverage is 81.25%.

❗ Current head 77b4fe2 differs from pull request most recent head 6319b0c. Consider uploading reports for the commit 6319b0c to get more accurate results

@@             Coverage Diff             @@
##           develop    #1370      +/-   ##
===========================================
+ Coverage    63.35%   63.41%   +0.05%     
===========================================
  Files           76       76              
  Lines        10491    10506      +15     
===========================================
+ Hits          6647     6662      +15     
  Misses        3280     3280              
  Partials       564      564              
Impacted Files Coverage Δ
conduit/pipeline/pipeline.go 65.80% <81.25%> (+0.51%) ⬆️
fetcher/fetcher.go 63.98% <0.00%> (+1.27%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@winder winder merged commit 6670db3 into develop Dec 9, 2022
@winder winder deleted the 1355-conduit-add-retry-count-+-retry-delay-options branch December 9, 2022 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conduit: Add retry count + retry delay options.
3 participants