class Resque::Worker

def remove_heartbeat

def remove_heartbeat
  data_store.remove_heartbeat(self)
end