Skip to content

Commit

Permalink
Fix sharding
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt committed Dec 16, 2024
1 parent 5ff0cb2 commit 53c6fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openc3/lib/openc3/operators/microservice_operator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def initialize
@changed_microservices = {}
@removed_microservices = {}
@shard = ENV['OPENC3_SHARD'] || 0
@shard = @shard.to_i
end

def convert_microservice_to_process_definition(microservice_name, microservice_config)
Expand Down

0 comments on commit 53c6fc5

Please sign in to comment.