Skip to content

Commit

Permalink
Add missing timeouts to rest-api-spec ingest APIs (#118844) (#118912)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Dec 18, 2024
1 parent 22dd49c commit d6f3d7a
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog/118844.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 118844
summary: Add missing timeouts to rest-api-spec ingest APIs
area: Ingest Node
type: bug
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
]
},
"params":{
"master_timeout":{
"type":"time",
"description":"Explicit operation timeout for connection to master node"
},
"timeout":{
"type":"time",
"description":"Explicit operation timeout"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
]
},
"params":{
"master_timeout":{
"type":"time",
"description":"Explicit operation timeout for connection to master node"
},
"timeout":{
"type":"time",
"description":"Explicit operation timeout"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
]
},
"params":{
"master_timeout":{
"type":"time",
"description":"Explicit operation timeout for connection to master node"
},
"timeout":{
"type":"time",
"description":"Explicit operation timeout"
}
},
"body":{
"description":"The database configuration definition",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
]
},
"params":{
"master_timeout":{
"type":"time",
"description":"Explicit operation timeout for connection to master node"
},
"timeout":{
"type":"time",
"description":"Explicit operation timeout"
}
},
"body":{
"description":"The database configuration definition",
Expand Down

0 comments on commit d6f3d7a

Please sign in to comment.