Miksus / rocketry

Modern scheduling library for Python
https://rocketry.readthedocs.io
MIT License
3.26k stars 105 forks source link

REF: Change default task_execution to async #96

Closed Miksus closed 1 year ago

Miksus commented 2 years ago

It has caused confusion that process is the default task execution type. This PR warns if execution type is not set so that after the next release the default can be changed to async.

codecov-commenter commented 2 years ago

Codecov Report

Merging #96 (c4df666) into master (e65ce24) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #96      +/-   ##
==========================================
+ Coverage   91.64%   91.65%   +0.01%     
==========================================
  Files          89       89              
  Lines        4523     4529       +6     
==========================================
+ Hits         4145     4151       +6     
  Misses        378      378              
Impacted Files Coverage Δ
rocketry/session.py 92.14% <100.00%> (+0.17%) :arrow_up:

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