proxmox-backup/src/server
Dominik Csapak fae11693f0 fix cross process task listing
it does not make sense to check if the worker is running if we already
have an endtime and state

our 'worker_is_active_local' heuristic returns true for non
process-local tasks, so we got 'running' for all tasks that were not
started by 'our' pid and were still running

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-07-09 15:30:52 +02:00
..
command_socket.rs src/server/command_socket.rs: do not abort loop on client errors, allow backup gid 2020-05-07 09:27:33 +02:00
config.rs change index to templates using handlebars 2020-04-29 17:05:53 +02:00
environment.rs depend on proxmox 0.1.31 - use Value to store result metadata 2020-05-18 09:57:35 +02:00
formatter.rs depend on proxmox 0.1.31 - use Value to store result metadata 2020-05-18 09:57:35 +02:00
h2service.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
rest.rs improve 'debug' parameter 2020-06-26 09:12:14 +02:00
state.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
upid.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
worker_task.rs fix cross process task listing 2020-07-09 15:30:52 +02:00