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
Valid states are `Success`, `Failed`, `Running`, and `Waiting`. Blocks which are
66
-
not mentioned are assumed to be in `Waiting` state with undefined runtime.
70
+
Valid states are `Success`, `Failed`, `Running`, and `Waiting`. Blocks not mentioned are assumed to be in the `Waiting` state with an undefined runtime.
67
71
68
72
4. Update the information in the file at least once a minute (keep the timestamp recent
69
-
even if nothing else changes). Dagmaid will read the file once a second and
70
-
update the diagram in the browser.
73
+
even if nothing else changes). Dagmaid reads the file in a specified interval and
74
+
updates the diagram in the browser. In the below example, it is set to half a second.
71
75
72
-
5. The diagram.mmd files need to be served by a web server. If you have Python installed,
76
+
5. The .mmd files must be served by a web server. If you have Python installed,
73
77
this can be as simple as calling `python -m http.server` in the directory containing the
74
78
files. They will then be served at `http://localhost:8000/`.
0 commit comments