There is any way to cancel a job after sometime? ``` js let job = client.submitJob('test', 'a') // I need to cancel this job after 60 seconds, how I do this? ```