Class: Connectors::Crawler::Scheduler

Inherits:
Core::Scheduler show all
Defined in:
lib/connectors/crawler/scheduler.rb

Instance Method Summary collapse

Methods inherited from Core::Scheduler

#initialize, #shutdown, #when_triggered

Constructor Details

This class inherits a constructor from Core::Scheduler

Instance Method Details

#connector_settingsObject



18
19
20
21
22
23
# File 'lib/connectors/crawler/scheduler.rb', line 18

def connector_settings
  Core::ConnectorSettings.fetch_crawler_connectors || []
rescue StandardError => e
  Utility::ExceptionTracking.log_exception(e, 'Could not retrieve Crawler connectors due to unexpected error.')
  []
end