{"record":{"id":"b23fcb3567a358c2","repo":"apache/superset","slug":"report-schedule-system-error","errorCode":null,"errorMessage":"Report schedule system error","messagePattern":"Report schedule system error","errorType":"exception","errorClass":"ReportScheduleSystemErrorsException","httpStatus":500,"severity":"error","filePath":"superset/commands/report/execute.py","lineNumber":1402,"sourceCode":"                        error_type=SupersetErrorType.REPORT_NOTIFICATION_ERROR,\n                        level=(\n                            ErrorLevel.ERROR if ex.status >= 500 else ErrorLevel.WARNING\n                        ),\n                    )\n                )\n            except Exception:\n                if self._slack_v1_upgrade.is_upgraded_recipient(recipient):\n                    self._slack_v1_upgrade.restore_upgraded_recipients()\n                raise\n        if upgraded_delivery_failed:\n            self._slack_v1_upgrade.restore_upgraded_recipients()\n        if notification_errors:\n            # log all errors but raise based on the most severe\n            for error in notification_errors:\n                logger.warning(str(error))\n\n            if any(error.level == ErrorLevel.ERROR for error in notification_errors):\n                raise ReportScheduleSystemErrorsException(errors=notification_errors)\n            if any(error.level == ErrorLevel.WARNING for error in notification_errors):\n                raise ReportScheduleClientErrorsException(errors=notification_errors)\n\n    def send(self) -> None:\n        \"\"\"\n        Creates the notification content and sends them to all recipients\n\n        :raises: CommandException\n        \"\"\"\n        notification_content = self._get_notification_content()\n        self._send(notification_content, self._report_schedule.recipients)\n\n    def send_error(self, name: str, message: str) -> None:\n        \"\"\"\n        Creates and sends a notification for an error, to all recipients\n\n        :raises: CommandException\n        \"\"\"","sourceCodeStart":1384,"sourceCodeEnd":1420,"githubUrl":"https://github.com/apache/superset/blob/f4587218dd19d046c3e4d00063e7d27f8a2ed354/superset/commands/report/execute.py#L1384-L1420","documentation":"Error \"Report schedule system error\" thrown in apache/superset.","triggerScenarios":"A system-level failure occurs while executing a report schedule.","commonSituations":"Report execution fails with an internal/server-side exception (screenshot service down, worker crash).","solutions":["Check Celery worker and Superset logs for the system error and retry the schedule once resolved."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"f4587218dd19d046c3e4d00063e7d27f8a2ed354","analyzedAt":"2026-08-14T22:39:27.425Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}