mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 02:46:11 +02:00
Avoid RuntimeError
> RuntimeError Circular dependency detected while autoloading constant Plugin Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
6f5ef48eea
commit
c34eeba2ca
@ -1,3 +1,4 @@
|
||||
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
|
||||
|
||||
@ -1 +1,2 @@
|
||||
require "plugin" # Avoid: RuntimeError Circular dependency detected while autoloading constant Plugin
|
||||
AllPluginCheckUpdateJob.perform_later
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user