Sha256: c41d47dd862b82fe9d509678da7da1bc523bedf72ce594b34c69d2521b80eeaf
Contents?: true
Size: 380 Bytes
Versions: 2
Compression:
Stored size: 380 Bytes
Contents
# Init Rollbar and Newrelic Conf.prepare_newrelic Conf.prepare_rollbar # Initialize Facter Conf.log :initialize, "prepare Facter" begin Facter.loadfacts rescue StandardError => exception Conf.log :initialize, "facter failed to initialize: #{exception.message}" end # Initialize workers Conf.log :initialize, "prepare workers" RestFtpDaemon::WorkerPool.instance.start_em_all
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rest-ftp-daemon-0.435.0 | lib/rest-ftp-daemon/initialize.rb |
rest-ftp-daemon-0.434.0 | lib/rest-ftp-daemon/initialize.rb |