Allow cancelation of BatchSpecWorkspaceExecutionJobs
Created by: mrnugget
Part of https://github.com/sourcegraph/sourcegraph/issues/24421 this adds the ability to cancel batch_spec_workspace_execution_jobs
to the batches executor worker, store
and service
layers.
There's really nothing new here. It's just copy&pasted from batch_spec_executions
and adapted to the new table/workers, etc.