Skip to content

Commit

Permalink
Merge pull request #3724 from JiHyunSong/typo/fix_sd_typo
Browse files Browse the repository at this point in the history
just fix typo
  • Loading branch information
ashie committed Apr 29, 2022
2 parents b04e808 + 4410669 commit 74a84c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fluent/plugin_helper/service_discovery.rb
Expand Up @@ -44,7 +44,7 @@ def start

@discovery_manager.start
unless @discovery_manager.static_config?
timer_execute(@_plugin_helper_service_discovery_title, @_plugin_helper_service_discovery_iterval) do
timer_execute(@_plugin_helper_service_discovery_title, @_plugin_helper_service_discovery_interval) do
@discovery_manager.run_once
end
end
Expand Down Expand Up @@ -96,7 +96,7 @@ def service_discovery_rebalance
# @param custom_build_method [Proc]
def service_discovery_create_manager(title, configurations:, load_balancer: nil, custom_build_method: nil, interval: 3)
@_plugin_helper_service_discovery_title = title
@_plugin_helper_service_discovery_iterval = interval
@_plugin_helper_service_discovery_interval = interval

@discovery_manager = Fluent::PluginHelper::ServiceDiscovery::Manager.new(
log: log,
Expand Down

0 comments on commit 74a84c0

Please sign in to comment.