mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
wait_process_starting_seconds is not common (used at fluentd_gem only)
This commit is contained in:
parent
73b9a01289
commit
3b34c720b5
@ -30,10 +30,6 @@ class Fluentd
|
||||
@extra_options = options
|
||||
end
|
||||
|
||||
def wait_process_starting_seconds
|
||||
10.seconds # wait time for fluentd pidfile created
|
||||
end
|
||||
|
||||
def errors_since(since = 1.day.ago)
|
||||
errors = []
|
||||
logged_errors do |error|
|
||||
|
||||
@ -102,6 +102,10 @@ class Fluentd
|
||||
false
|
||||
end
|
||||
end
|
||||
|
||||
def wait_process_starting_seconds
|
||||
10.seconds # wait time for fluentd pidfile created
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user