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
updated the message template mapping to causal pathways to add Not top performer and top performer messages. added process_candidate switch to bulk up app (#399)
Copy file name to clipboardExpand all lines: bulk-up/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,10 @@ The defaults behavior is to run 10 requests, using 1 worker, with `http://localh
60
60
- default: None
61
61
- format: CSV
62
62
63
+
#### PROCESS_CANDIDATES: If set to True then processes candidates and print detailed report
64
+
- default: True
65
+
- note: If the PFP is not logging candidate detail you must skip candidate processing by setting this variable to False
66
+
63
67
### Authentication (Google Cloud only)
64
68
65
69
If TARGET_AUDIENCE is set then the bulk requester will send Google cloud credentials to the PFP service. Both TARGET_AUDIENCE and SERVICE_ACCOUNT_KEY_PATH must be set. Both values can be obtained from deployment team.
0 commit comments