Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-workhorse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-workhorse
Commits
90befb2c
Commit
90befb2c
authored
Mar 13, 2017
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Redis references in README
parent
01d2f4b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
README.md
README.md
+15
-2
No files found.
README.md
View file @
90befb2c
...
@@ -20,7 +20,7 @@ push/pull and Git archive downloads.
...
@@ -20,7 +20,7 @@ push/pull and Git archive downloads.
a modified request containing the tempfile path to Rails.
a modified request containing the tempfile path to Rails.
-
Workhorse can manage long-lived WebSocket connections for Rails.
-
Workhorse can manage long-lived WebSocket connections for Rails.
Example: handling the terminal websocket for environments.
Example: handling the terminal websocket for environments.
-
Workhorse does not connect to
Redis or Postgres, only to Rail
s.
-
Workhorse does not connect to
Postgres, only to Rails and (optionally) Redi
s.
-
We assume that all requests that reach Workhorse pass through an
-
We assume that all requests that reach Workhorse pass through an
upstream proxy such as NGINX or Apache first.
upstream proxy such as NGINX or Apache first.
-
Workhorse does not accept HTTPS connections.
-
Workhorse does not accept HTTPS connections.
...
@@ -86,7 +86,20 @@ with the actual socket)
...
@@ -86,7 +86,20 @@ with the actual socket)
### Redis
### Redis
Redis integration is currently EXPERIMENTAL.
Gitlab-workhorse integrates with Redis to do long polling for CI build
requests. This is configured via two things:
-
Redis settings in the TOML config file
-
The
`-apiCiLongPollingDuration`
command line flag to control polling
behavior for CI build requests
It is OK to enable Redis in the config file but to leave CI polling
disabled; this just results in an idle Redis pubsub connection. The
opposite is not possible: CI long polling requires a correct Redis
configuration.
Below we discuss the options for the
`[redis]`
section in the config
file.
```
```
[redis]
[redis]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment