R Wri
R Wri

Reputation: 302

How to cancel google dataflow job that is stuck "cancelling"

I was trying to cancel a google dataflow job, but it has been stuck "cancelling" for like 15mins now.

When I run the command: gcloud beta dataflow jobs list --status=active

It shows the job as active. I then run the command: gcloud beta dataflow jobs cancel [job id here].

It prompts me that it has been canceled, but it still appears as active in the status list.

Upvotes: 1

Views: 1197

Answers (1)

Jordan
Jordan

Reputation: 703

These types of Google-end issues are best reported in the Public Issue Tracker where the engineering team responsible can be notified.

Providing further information in the issue report to Google such as your project number and the job ID of the stuck Dataflow job will help in resolving the issue more quickly.

Upvotes: 1

Related Questions