ferruzzi commented on code in PR #51638:
URL: https://github.com/apache/airflow/pull/51638#discussion_r2141937666


##########
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:
   That is what it was supposed to be returning.   The `deadline` table should 
be storing the calculated deadline time, which is the reference plus the 
interval



-- 
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]

Reply via email to