eschutho commented on code in PR #21627: URL: https://github.com/apache/superset/pull/21627#discussion_r982951431
########## superset/reports/commands/exceptions.py: ########## @@ -163,10 +165,12 @@ class ReportScheduleExecuteUnexpectedError(CommandException): class ReportSchedulePreviousWorkingError(CommandException): + status = 429 Review Comment: Yeah, I agree. I wrote the same thing in the summary. I feel like ideally this wouldn't be an error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org