src/server/worker_task.rs: improve UPID format description

This commit is contained in:
Dietmar Maurer 2019-04-06 09:36:50 +02:00
parent 882594c5e9
commit 4a36a2c999
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ static WORKER_TASK_NEXT_ID: AtomicUsize = ATOMIC_USIZE_INIT;
/// string repesentaion, which gives additional information about the
/// type of the task. for example:
///
/// UPID:{node}:{pid}:{pstart}:{task_id}:{starttime}:{worker_type}:{worker_id}:{username}:
/// UPID:elsa:00004F37:0039E469:00000000:5CA78B83:garbage_collection::root@pam:
///
/// Please note that we use tokio, so a single thread can run multiple