Find a record for this server
77 78 79
# File 'lib/app/jobs/cron/server.rb', line 77 def self.find_or_create_server Cron::Server.find_or_create_by!(host_name: Socket.gethostname, pid: Process.pid) end