# File lib/skynet/skynet_manager.rb, line 366 def save_worker_queue_to_file debug "Writing worker queue to file #{Skynet.config.manager_statfile_location}" File.open(Skynet.config.manager_statfile_location,"w") do |f| f.write(YAML.dump(@worker_queue)) end end