-
Notifications
You must be signed in to change notification settings - Fork 31
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
Sharded Operator Support #1709
base: main
Are you sure you want to change the base?
Sharded Operator Support #1709
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1709 +/- ##
==========================================
- Coverage 76.31% 76.30% -0.01%
==========================================
Files 603 603
Lines 46097 46118 +21
Branches 844 844
==========================================
+ Hits 35179 35192 +13
- Misses 10822 10830 +8
Partials 96 96
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this require a corresponding Enterprise PR? I assume most of the work is there.
@@ -42,6 +42,7 @@ def initialize | |||
@new_microservices = {} | |||
@changed_microservices = {} | |||
@removed_microservices = {} | |||
@shard = ENV['OPENC3_SHARD'] || 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When / where does OPENC3_SHARD
get set?
No description provided.