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: README.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ As for the JSON configuration file, details are as follows:
35
35
- port: Mesasge queue port
36
36
- queue: Queue name
37
37
- vhost: Message queue virtual host
38
+
- consumer_queue: Queue to consume messages from (for notifications)
38
39
- ispyb
39
40
- pool: Connection pool size
40
41
- overflow: Connection pool overflow max size
@@ -43,6 +44,7 @@ As for the JSON configuration file, details are as follows:
43
44
- smtp_server: SMTP server host
44
45
- smtp_port: SMTP port to be used for emailing reports
45
46
- active_session_cutoff: Time, in weeks, to be used as a threshold for determining if a session is active or not, following the end of the first processing pipeline. For example, a session would be considered inactive if there were no new actions for the past 5 weeks, by default.
47
+
- users_only_on_industrial: Hide industrial session details from staff, only display it to users/staff directly listed as part of that visit
0 commit comments