Sensu core custom handler stops working

I am using sensu-core
this is my custom handler
“influxdb2-debug”: {
“type”: “pipe”,
“mutator”: “influxdb_line_protocol”,
“command”: “/etc/sensu/handlers/influx-debug.rb”
},

this is influx-deug.rb for testing
#!/usr/bin/env ruby

require ‘rubygems’ if RUBY_VERSION < ‘1.9.0’
require ‘sensu-handler’

class InfluxDBHandler < Sensu::Handler
def handle
puts “===== Handler Executed Successfully =====”
end
end

i can see this in mutator logs when i restart sensu-server, for sometime. And stops after it. Not sure of the reason, nothing in logs.

Hi @Darshan , I am Dishi from Sensu

Sensu Core reached end-of-life (EOL) in December 2019 and is no longer supported. We recommend transitioning to Sensu Go, which is actively maintained and supported.
You can get started with Sensu Go by visiting the official documentation here: Sensu Go Documentation