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

Add ability to perform some logic during worker's lifecycle #41

Merged
merged 2 commits into from
Oct 10, 2021

Conversation

TechnoBerry
Copy link
Owner

Closes #4

@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2021

Codecov Report

Merging #41 (7a15e16) into master (a2fed08) will decrease coverage by 0.70%.
The diff coverage is 55.55%.

❗ Current head 7a15e16 differs from pull request most recent head b510978. Consider uploading reports for the commit b510978 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
- Coverage   94.38%   93.68%   -0.71%     
==========================================
  Files          33       33              
  Lines         374      380       +6     
  Branches        7        7              
==========================================
+ Hits          353      356       +3     
- Misses         19       22       +3     
  Partials        2        2              
Impacted Files Coverage Δ
src/Camunda.Worker/CamundaWorkerBuilder.cs 88.57% <0.00%> (-11.43%) ⬇️
...c/Camunda.Worker/Execution/DefaultCamundaWorker.cs 100.00% <100.00%> (+3.57%) ⬆️
src/Camunda.Worker/ServiceCollectionExtensions.cs 100.00% <100.00%> (ø)

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 a2fed08...b510978. Read the comment docs.

@TechnoBerry TechnoBerry merged commit b64453c into master Oct 10, 2021
@TechnoBerry TechnoBerry deleted the worker-events branch October 10, 2021 19:22
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.

Add configurable delay between external task execution
2 participants