Commit a141c69b authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'kerrizor-master-patch-95933' into 'master'

Fixing small typo

See merge request gitlab-org/gitlab!48948
parents bc3d4ccc 45c6a808
...@@ -472,7 +472,7 @@ A job cannot be both high urgency and have external dependencies. ...@@ -472,7 +472,7 @@ A job cannot be both high urgency and have external dependencies.
Workers that are constrained by CPU or memory resource limitations should be Workers that are constrained by CPU or memory resource limitations should be
annotated with the `worker_resource_boundary` method. annotated with the `worker_resource_boundary` method.
Most workers tend to spend most of their time blocked, wait on network responses Most workers tend to spend most of their time blocked, waiting on network responses
from other services such as Redis, PostgreSQL, and Gitaly. Since Sidekiq is a from other services such as Redis, PostgreSQL, and Gitaly. Since Sidekiq is a
multi-threaded environment, these jobs can be scheduled with high concurrency. multi-threaded environment, these jobs can be scheduled with high concurrency.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment