We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608570d commit 308c876Copy full SHA for 308c876
1 file changed
config/bps_panda_eventservice.yaml
@@ -1,7 +1,9 @@
1
# enable EventService to have multiple payloads per PanDA job
2
3
# list of bps job labels to enable EventService
4
-enableEventService: isr,step1
+# 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
7
8
# When EventService is enabled, if requestWalltime and maxWmsJobWalltime are defined,
9
# max_payloads_per_panda_job = int(maxWmsJobWalltime / requestWalltime)
0 commit comments