jscheffl commented on PR #64855: URL: https://github.com/apache/airflow/pull/64855#issuecomment-4201294522
> > Yes. Same thought . Let me try another atempt - also for the #64774 > > Maybe using this > > ``` > if installation_spec.pre_release or ( > installation_spec.airflow_distribution and "==" in installation_spec.airflow_distribution > ``` Yeah, this sounds like a good idea - if we exactly match we want to match exactly, irrespective of cooldown. Still residual risk remains for failures where a retry attempts to install w/o constraints then. One option woul dbe to accept the risk and the other would be not to retry w/o constraints in such cases. Not fully sure though which is the least worse. -- 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]
