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

REF: Change default task_execution to async #96

Merged
merged 1 commit into from
Sep 17, 2022

Conversation

Miksus
Copy link
Owner

@Miksus Miksus commented Sep 5, 2022

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.

In the future the default will be async
@Miksus Miksus added the core Relates to the core functionalities (ie. base classes) label Sep 5, 2022
@codecov-commenter
Copy link

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%) ⬆️

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

@Miksus Miksus merged commit 76237db into master Sep 17, 2022
@Miksus Miksus deleted the ref/default_task_execution branch September 17, 2022 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Relates to the core functionalities (ie. base classes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants