]> git.proxmox.com Git - pve-storage.git/commit
api: FileRestore: make use of file-restores and guis timeout mechanism
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 10 Nov 2022 10:36:33 +0000 (11:36 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Nov 2022 10:03:08 +0000 (11:03 +0100)
commit1de000bbfded1c6e2908a8b8363b9a3db5cf4219
tree5aec35e752593eaba4de277947906a68e7396d93
parent14f99a16145b73f1490e2c05fe2d12c05e05e3a2
api: FileRestore: make use of file-restores and guis timeout mechanism

file-restore has a 'timeout' parameter and if that is exceeded, returns
an error with the http code 503 Service Unavailable

When the web ui encounters such an error, it retries the listing a few
times before giving up.

To make use of these, add the 'timeout' parameter to the new
'extraParams' of 'file_restore_list'.

25 seconds are chosen because it's under pveproxy 30s limit, with a bit
of overhead to spare for the rest of the api call, like json decoding,
forking, access control checks, etc.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Storage/FileRestore.pm