forget_job
Description:
Forget all about the job with ID job_id
.
As opposed to cancel_job, this function can be used to tell this that whatever happens to the specific job, you are not interrested anymore (i.e. that this can do whatever is possible to simple discard everything related to that job).
Parameters:
this |
a Worker object |
job_id |
the ID of the job, as returned by submit_job |