Update fine-parallel-processing-work-queue.md

sync last paragraph using English version from https://github.com/kubernetes/website/edit/master/content/en/docs/tasks/job/fine-parallel-processing-work-queue.md
This commit is contained in:
Yang Jiao 2021-01-31 13:33:02 +08:00 committed by GitHub
parent 4087e33e61
commit b30e798cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ want to consider one of the other [job patterns](/docs/concepts/jobs/run-to-comp
<!--
If you have a continuous stream of background processing work to run, then
consider running your background workers with a `replicationController` instead,
consider running your background workers with a `ReplicaSet` instead,
and consider running a background processing library such as
[https://github.com/resque/resque](https://github.com/resque/resque).
-->