Alex Guziel created AIRFLOW-1036:
------------------------------------
Summary: Exponential backoff should use randomization
Key: AIRFLOW-1036
URL: https://issues.apache.org/jira/browse/AIRFLOW-1036
Project: Apache Airflow
Issue Type: Improvement
Reporter: Alex Guziel
Assignee: Alex Guziel
This prevents the thundering herd problem. I think with the current way this is
used, we would need to use some hashing function based on some subset of the
dag_run, task_id, dag_id, and execution_date to emulate the RNG.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)