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
@@ -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).
-->