8c83652c
1 2 3 4 5
require 'securerandom' on_worker_shutdown do File.write("./cookie_worker_shutdown.#{SecureRandom.hex}", "shutdown") end