initial stage
This commit is contained in:
parent
e7f84f9df0
commit
5600a23f06
|
@ -73,7 +73,6 @@ for config_name, config in configs.items():
|
|||
client.cluster.put_settings(body={
|
||||
"persistent": {
|
||||
"cluster.routing.allocation.balance.prefer_primary": True,
|
||||
"indices.replication.retry_timeout": "300s",
|
||||
"segrep.pressure.enabled": True
|
||||
}
|
||||
})
|
||||
|
@ -152,7 +151,8 @@ for config_name, config in configs.items():
|
|||
verify_certs=False,
|
||||
ssl_show_warn=False,
|
||||
pool_maxsize=20,
|
||||
timeout=180
|
||||
timeout=180,
|
||||
request_timeout=5*60
|
||||
)
|
||||
hook = S3Hook(kwargs["params"]["S3_CONN_ID"], transfer_config_args={'use_threads': False})
|
||||
|
||||
|
|
Loading…
Reference in New Issue