Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
1caf16a4
Unverified
Commit
1caf16a4
authored
2 years ago
by
Dirk Klimpel
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add `worker_manhole` to configuration manual (#14824)
Closes: #13643
parent
d344bc8b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/14824.doc
+1
-0
1 addition, 0 deletions
changelog.d/14824.doc
docs/usage/configuration/config_documentation.md
+21
-0
21 additions, 0 deletions
docs/usage/configuration/config_documentation.md
with
22 additions
and
0 deletions
changelog.d/14824.doc
0 → 100644
+
1
−
0
View file @
1caf16a4
Add `worker_manhole` to configuration manual.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/usage/configuration/config_documentation.md
+
21
−
0
View file @
1caf16a4
...
...
@@ -4029,6 +4029,27 @@ worker_listeners:
resources
:
-
names
:
[
client
,
federation
]
```
---
### `worker_manhole`
A worker may have a listener for
[
`manhole`
](
../../manhole.md
)
.
It allows server administrators to access a Python shell on the worker.
Example configuration:
```
yaml
worker_manhole
:
9000
```
This is a short form for:
```
yaml
worker_listeners
:
-
port
:
9000
bind_addresses
:
[
'
127.0.0.1'
]
type
:
manhole
```
It needs also an additional
[
`manhole_settings`
](
#manhole_settings
)
configuration.
---
### `worker_daemonize`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment