class ForemanRemoteExecutionCore::Dispatcher

Public Instance Methods

refresh_interval() click to toggle source
# File lib/foreman_remote_execution_core/dispatcher.rb, line 6
def refresh_interval
  @refresh_interval ||= ForemanRemoteExecutionCore.settings[:runner_refresh_interval] ||
                          ForemanRemoteExecutionCore.runner_class::DEFAULT_REFRESH_INTERVAL
end