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: docs/handbook/configuration.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -455,7 +455,10 @@ In addition to the above, which varies depending on the configuration of the env
455
455
* `pdp_beam_type`
456
456
* `pdp_override_run_start_time`
457
457
458
-
FairMQ task implementors should expect that these values are written to the FairMQ properties map right before the `RUN` transition via `SetProperty` calls.
458
+
The following values are pushed by AliECS during `STOP_ACTIVITY`:
459
+
* `run_end_time_ms`
460
+
461
+
FairMQ task implementors should expect that these values are written to the FairMQ properties map right before the `RUN` and `STOP` transitions via `SetProperty` calls.
0 commit comments