mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-09-09 23:51:00 +02:00
7 lines
147 B
Ruby
7 lines
147 B
Ruby
unless Rails.env.test?
|
|
unless FluentdUI.td_agent_ui?
|
|
# td-agent-ui shouldn't auto update
|
|
FluentdUiUpdateCheckJob.perform_later
|
|
end
|
|
end
|