feature/reduce-event-gather-complexity - #232
Merged
evamaxfield merged 6 commits intoMay 6, 2023
Merged
Conversation
Member
Author
|
Heading out for the night, might get a chance to test this tomorrow. If it works on a dev instance will fast merge and deploy |
Codecov Report
@@ Coverage Diff @@
## main #232 +/- ##
==========================================
- Coverage 72.01% 71.62% -0.39%
==========================================
Files 50 50
Lines 3312 3330 +18
==========================================
Hits 2385 2385
- Misses 927 945 +18
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Had parts of this code sitting around. Finished it up in ~30 minutes. Need to test on a dev instance but pretty confident it will work.
Main change is resolving #230 -- moving from processing all sessions in a single flow to producing multiple flows, one for each session. I haven't touched any multiprocessing just yet to be safe.