We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78be0b7 commit 0bedf09Copy full SHA for 0bedf09
docs/source/server-process.md
@@ -157,6 +157,16 @@ One of:
157
- A callable that takes any {ref}`callable arguments <server-process:callable-arguments>`,
158
and returns a dictionary of strings that are used & treated same as above.
159
160
+### `skip_activity_reporting`
161
+
162
+Whether to report activity from the proxy to JupyterHub. If _True_, JupyterHub
163
+will not be notified of new activity.
164
165
+Useful if you want to have a seperate way of determining activity through a
166
+proxied application.
167
168
+Defaults to _False_.
169
170
(server-process:callable-arguments)=
171
172
#### Callable arguments
0 commit comments