def on_retry(self, exc, task_id, args, kwargs, einfo):
        """Log the exception(s) on retry."""
        logger.info("CLERY TASK RETRY: {0!r} FAILED: {1!r}".format(task_id, exc))
        super(CallistoCoreBaseTask, self).on_retry(exc, task_id, args, kwargs, einfo)