bin/rocketjob in rocketjob-3.5.2 vs bin/rocketjob in rocketjob-4.0.0

- old
+ new

@@ -5,9 +5,10 @@ # Start a rocketjob server instance from the command line begin RocketJob::CLI.new(ARGV).run rescue Exception => exc + return if exc.class == SystemExit # Failsafe logger that writes to STDERR SemanticLogger.add_appender(io: STDERR, level: :error, formatter: :color) SemanticLogger['RocketJob'].error('Rocket Job shutting down due to exception', exc) SemanticLogger.flush exit 1