def shutdown(self):
        super(Worker, self).shutdown()

        if self.metrics:
            self.metrics.shutdown()