Sha256: 38a12832e549245d25961263acabcb6b7cd5b19a18db033df50836967c4489ae

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

# Init Rollbar and Newrelic
Conf.log :init, "init: Newrelic and Rollbar"
Conf.prepare_newrelic
Conf.prepare_rollbar

# Initialize Facter
Conf.log :init, "init: Facter"
Facter.loadfacts

# Initialize workers
Conf.log :init, "init: workers"
RestFtpDaemon::WorkerPool.instance.start_em_all

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.430.0 lib/rest-ftp-daemon/initialize.rb