Hello,
I am taking snapshots and saving these to AWS S3, when I try to delete old snapshots, I get
curl -X DELETE "http://localhost:9300/_snapshot/backup-prod/20200123031645?pretty" ✔ 10089 09:20:30
<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
</body>
</html>
i see there is no wait_for_completion
available for this endpoint - Task management API | Elasticsearch Reference [7.11] | Elastic
any advice on how to resolve this, is much appreciated.