You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.out.printf("Worker %s has completed job %s\n", worker.getId(), accept.getJobId());
201
201
```
202
202
203
203
## Close the job
204
204
205
205
Once the worker is ready to take on new jobs, the worker should close the job. Optionally, the worker can provide a disposition code to indicate the outcome of the job.
console.log(`Worker ${worker.id} has completed job ${accept.jobId}`);
167
167
```
168
168
@@ -171,7 +171,7 @@ console.log(`Worker ${worker.id} has completed job ${accept.jobId}`);
171
171
Once the worker is ready to take on new jobs, the worker should close the job. Optionally, the worker can provide a disposition code to indicate the outcome of the job.
0 commit comments