steveahnahn opened a new pull request, #56866:
URL: https://github.com/apache/airflow/pull/56866

   ## Summary
   Add configurable retry_delay_multiplier parameter to BaseOperator allowing 
users to customize the exponential backoff multiplier for task retries 
(previously hardcoded to 2).
   
   ## Solution
   - Added retry_delay_multiplier parameter (default: 2.0) to BaseOperator and 
all downstream usages/references
    - Unit test validates retry calculation with custom multiplier
    
    ## Testing
   Tested with breeze and unit tests with screenshots below:
   <img width="939" height="761" alt="Screenshot 2025-10-19 at 5 25 48 PM" 
src="https://github.com/user-attachments/assets/5fe8a34e-e2b7-4b09-9314-411a046f65a1";
 />
   <img width="658" height="398" alt="Screenshot 2025-10-19 at 5 26 47 PM" 
src="https://github.com/user-attachments/assets/16ebe737-c243-4738-9086-e8beb70918c1";
 />
   <img width="707" height="595" alt="Screenshot 2025-10-19 at 5 27 04 PM" 
src="https://github.com/user-attachments/assets/5fa89585-bd2c-4097-b540-c19e1f59a22f";
 />
   
   ## Related Issues
   Closes #56537
   


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