-
Notifications
You must be signed in to change notification settings - Fork 11
Gracefully upgrade existing tasks to parallel processing #761
Conversation
The parallel upload processing feature flag had an edge-case where toggling the feature flag would effect all *already running* tasks, moving them from experiment mode to fully parallel mode. Now this decision is being made at the very beginning in `Upload`, and the scheduled tasks adhere to that decision.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #761 +/- ##
==========================================
- Coverage 98.02% 98.02% -0.01%
==========================================
Files 438 438
Lines 36389 36386 -3
==========================================
- Hits 35672 35669 -3
Misses 717 717
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #761 +/- ##
==========================================
- Coverage 98.02% 98.02% -0.01%
==========================================
Files 438 438
Lines 36389 36386 -3
==========================================
- Hits 35672 35669 -3
Misses 717 717
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #761 +/- ##
==========================================
- Coverage 98.02% 98.02% -0.01%
==========================================
Files 438 438
Lines 36389 36386 -3
==========================================
- Hits 35672 35669 -3
Misses 717 717
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #761 +/- ##
==========================================
- Coverage 98.02% 98.02% -0.01%
==========================================
Files 438 438
Lines 36389 36386 -3
==========================================
- Hits 35672 35669 -3
Misses 717 717
Flags with carried forward coverage won't be shown. Click here to find out more.
|
The parallel upload processing feature flag had an edge-case where toggling the feature flag would effect all already running tasks, moving them from experiment mode to fully parallel mode.
Now this decision is being made at the very beginning in
Upload
, and the scheduled tasks adhere to that decision.