-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
[wip] Sketch of how shared tasks might work #303
base: main
Are you sure you want to change the base?
Conversation
See python-triogh-266 This is surprisingly interesting and tricky.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #303 +/- ##
====================================================
- Coverage 100.00000% 99.58999% -0.41001%
====================================================
Files 124 125 +1
Lines 18460 18536 +76
Branches 1216 1224 +8
====================================================
Hits 18460 18460
- Misses 0 76 +76
|
One issue with this as currently written is that it uses We could mess around somehow trying to copy exceptions, but maybe it's better to do something simpler: if there's an error in a shared task, do |
See gh-266
This is surprisingly interesting and tricky.