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

Make sleeping between scheduling dynamic. #46

Merged
merged 8 commits into from
Aug 19, 2022
Merged

Make sleeping between scheduling dynamic. #46

merged 8 commits into from
Aug 19, 2022

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented Aug 19, 2022

Fixes #42.

@tobiasraabe tobiasraabe added this to the v0.2.1 milestone Aug 19, 2022
@codecov
Copy link

codecov bot commented Aug 19, 2022

Codecov Report

Merging #46 (e0b5cc8) into main (769b622) will increase coverage by 37.40%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main      #46       +/-   ##
===========================================
+ Coverage   58.60%   96.00%   +37.40%     
===========================================
  Files          13       12        -1     
  Lines         459      451        -8     
===========================================
+ Hits          269      433      +164     
+ Misses        190       18      -172     
Flag Coverage Δ
end_to_end 88.69% <61.76%> (?)
integration 51.44% <32.35%> (-0.42%) ⬇️
unit 49.44% <82.35%> (+0.86%) ⬆️

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

Impacted Files Coverage Δ
src/pytask_parallel/build.py 100.00% <ø> (ø)
src/pytask_parallel/callbacks.py 100.00% <ø> (ø)
tests/test_callbacks.py 100.00% <ø> (ø)
tests/test_config.py 100.00% <ø> (+53.33%) ⬆️
src/pytask_parallel/config.py 100.00% <100.00%> (+41.66%) ⬆️
src/pytask_parallel/execute.py 91.95% <100.00%> (+43.54%) ⬆️
tests/test_execute.py 100.00% <100.00%> (+53.96%) ⬆️
tests/conftest.py 100.00% <0.00%> (+16.66%) ⬆️
src/pytask_parallel/logging.py 100.00% <0.00%> (+33.33%) ⬆️
... and 3 more

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

@tobiasraabe tobiasraabe merged commit 5c8a716 into main Aug 19, 2022
@tobiasraabe tobiasraabe deleted the rework-delay branch August 19, 2022 18:23
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.

ENH: Implement a more dynamic delay.
1 participant