-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCP batch backend preempt handling issue #7407
Labels
Comments
Hi @zhilizheng - Please post the output or error logs. We will review. |
Hi @dspeck1 , Thanks for your reply. The is the cromwell outputs when things happened:
Thanks. If I run the WDL again, it works without any problem. The jobs fails will always be preempted. Regards, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The GCP batch backend preemption handling seems to have issue. When preemption happens the job had very high possibility to be error. The typical error would be : time=“…” level=error msg=“error waiting for container:” . It will take the preempt events as the error from Cromwell logs. However, in the google batch console, it shows clearly "preemption notice has received and will be processed".
GCP batch
The workflow works perfectly in GCP life science backend
The text was updated successfully, but these errors were encountered: