mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-10 00:07:08 +02:00
> RuntimeError Circular dependency detected while autoloading constant Plugin Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
8 lines
249 B
Ruby
8 lines
249 B
Ruby
require "plugin" # Avoid: RuntimeError Circular dependency detected while autoloading constant Plugin
|
|
unless Rails.env.test?
|
|
unless FluentdUI.td_agent_ui?
|
|
# td-agent-ui shouldn't auto update
|
|
FluentdUiUpdateCheckJob.perform_later
|
|
end
|
|
end
|