diff --git a/content/en/docs/tasks/job/coarse-parallel-processing-work-queue.md b/content/en/docs/tasks/job/coarse-parallel-processing-work-queue.md index 9408733086..ae9577a5a4 100644 --- a/content/en/docs/tasks/job/coarse-parallel-processing-work-queue.md +++ b/content/en/docs/tasks/job/coarse-parallel-processing-work-queue.md @@ -181,6 +181,12 @@ example program: {{< codenew language="python" file="application/job/rabbitmq/worker.py" >}} +Give the script execution permission: + +```shell +$ chmod +x worker.py +``` + Now, build an image. If you are working in the source tree, then change directory to `examples/job/work-queue-1`. Otherwise, make a temporary directory, change to it,