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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
