DEV: Fix undefined method check_email_sync_heartbeat in unicorn conf (#30360)

This is a follow-up to 9812407f76e6925d28983084f373e9869f5bdc7f
This commit is contained in:
Alan Guo Xiang Tan
2024-12-19 10:10:11 +08:00
committed by GitHub
parent 74aeec8ea3
commit e4e5db57f0
5 changed files with 124 additions and 57 deletions

View File

@ -5,6 +5,8 @@ end
# intelligent fork based demonizer
class Demon::Base
HOSTNAME = Socket.gethostname
def self.demons
@demons
end