Skip to content

Commit 0bedf09

Browse files
committed
docs Address PR Feedback
Add documentation for new property.
1 parent 78be0b7 commit 0bedf09

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/source/server-process.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,16 @@ One of:
157157
- A callable that takes any {ref}`callable arguments <server-process:callable-arguments>`,
158158
and returns a dictionary of strings that are used & treated same as above.
159159

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+
160170
(server-process:callable-arguments)=
161171

162172
#### Callable arguments

0 commit comments

Comments
 (0)