Skip to content
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

feat: Added retry interval sec config #181

Merged
merged 1 commit into from
Jun 22, 2022
Merged

feat: Added retry interval sec config #181

merged 1 commit into from
Jun 22, 2022

Conversation

yottahmd
Copy link
Collaborator

Added interval sec config to retryPolicy.

Example:

steps:
  - name: task1
    command: main.py
    retryPolicy:
      limit: 2
      intervalSec: 5

@codecov-commenter
Copy link

codecov-commenter commented Jun 22, 2022

Codecov Report

Merging #181 (450396b) into main (d065233) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #181      +/-   ##
==========================================
+ Coverage   82.79%   82.86%   +0.06%     
==========================================
  Files          40       40              
  Lines        2999     3011      +12     
==========================================
+ Hits         2483     2495      +12     
  Misses        392      392              
  Partials      124      124              
Impacted Files Coverage Δ
internal/config/step.go 0.00% <ø> (ø)
internal/config/config.go 83.62% <100.00%> (+0.04%) ⬆️
internal/scheduler/node.go 89.30% <100.00%> (+0.41%) ⬆️
internal/scheduler/scheduler.go 85.71% <100.00%> (+0.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d065233...450396b. Read the comment docs.

@yottahmd yottahmd merged commit 7dc9f49 into main Jun 22, 2022
@yottahmd yottahmd deleted the feat/retry-interval branch June 22, 2022 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants