Skip to content

Commit 308c876

Browse files
committed
update example
1 parent 608570d commit 308c876

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config/bps_panda_eventservice.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# enable EventService to have multiple payloads per PanDA job
22

33
# list of bps job labels to enable EventService
4-
enableEventService: isr,step1
4+
# The format is label[:maxPayloadsPerPandaJob<Optional>].
5+
# If maxPayloadsPerPandaJob is not specified for a label, the global one will be used.
6+
enableEventService: isr:20,step1
57

68
# When EventService is enabled, if requestWalltime and maxWmsJobWalltime are defined,
79
# max_payloads_per_panda_job = int(maxWmsJobWalltime / requestWalltime)

0 commit comments

Comments
 (0)