You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/asciidoc/common-usage/logging.adoc
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ Second, if the `jobId` parameter is set it will show a detailed view for the giv
38
38
The detailed view will produce a row for each step or task that job will perform during execution.
39
39
It will also show how tasks are structured as a tree and print progress for each individual task.
40
40
41
+
41
42
[[logging-progress-logging-syntax]]
42
43
=== Syntax
43
44
@@ -63,7 +64,7 @@ YIELD
63
64
|===
64
65
65
66
.Results
66
-
[opts="header",cols="1m,1,6"]
67
+
[opts="header",cols="2m,1,6"]
67
68
|===
68
69
| Name | Type | Description
69
70
| jobId | String | A generated identifier of the running task.
@@ -75,6 +76,13 @@ YIELD
75
76
| elapsedTime | Duration | The duration from `timeStarted` to now.
76
77
|===
77
78
79
+
[NOTE]
80
+
====
81
+
Some kinds of jobs that typically take while to run, like graph projections and running algorithms, takes an optional `jobId` in their configuration parameter maps.
82
+
This can make tracking them easier as they will then be listed under the provided `jobId` in the `gds.beta.listProgress` results.
83
+
For algorithms, see <<common-configuration-jobid, the `jobId` parameter documentation>> for more on this.
0 commit comments