uranusjr commented on code in PR #51638: URL: https://github.com/apache/airflow/pull/51638#discussion_r2141932321
########## airflow-core/src/airflow/models/deadline.py: ########## @@ -155,7 +155,7 @@ def evaluate_with(self, **kwargs: Any) -> datetime: if extra_kwargs := kwargs.keys() - filtered_kwargs.keys(): self.log.debug("Ignoring unexpected parameters: %s", ", ".join(extra_kwargs)) - return self._evaluate_with(**filtered_kwargs) + return self._evaluate_with(**filtered_kwargs) + interval Review Comment: Why does this need to change? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org