Hello,
like others, we're facing many BatchJobs stuck in RUNNING state for a long time.
At this point, we're looking for a way to stop/cancel a running Batch.
Looking up the documentation (especially the Usage flow), I wonder if this is possible.
Tried using BatchJobServiceClient's CancelOperation and DeleteOperation on the LongRunningOperation I always receive UNIMPLEMENTED.
TLDR :
Is there a way to abort a BatchJob running?
If not after how long are those running batches discarded by the API?
Kind regards
Lorenzo