Skip to content
New issue

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

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

Already on GitHub? # to your account

chore(job): support retry count and delay between retry #86

Merged
merged 1 commit into from
Oct 30, 2022
Merged

Conversation

appleboy
Copy link
Member

fix #84

Signed-off-by: Bo-Yi.Wu appleboy.tw@gmail.com

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Merging #86 (73c8a83) into master (a819ea1) will decrease coverage by 0.75%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
- Coverage   88.83%   88.07%   -0.76%     
==========================================
  Files           9        9              
  Lines         403      411       +8     
==========================================
+ Hits          358      362       +4     
- Misses         40       44       +4     
  Partials        5        5              
Flag Coverage Δ
go-1.18 88.07% <100.00%> (+0.23%) ⬆️
go-1.19 88.07% <100.00%> (-0.76%) ⬇️
ubuntu-latest 88.07% <100.00%> (-0.76%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
consumer.go 85.71% <100.00%> (+1.17%) ⬆️
worker_message.go 45.00% <0.00%> (-20.00%) ⬇️

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

@appleboy appleboy merged commit f286487 into master Oct 30, 2022
@appleboy appleboy deleted the retry branch October 30, 2022 09:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Retry and Retry delay config.
2 participants