-
Notifications
You must be signed in to change notification settings - Fork 11
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
Don't cancel TF request when GHA Runner cancel the job #212
Conversation
a355e76
to
4508d00
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #212 +/- ##
==========================================
+ Coverage 85.68% 90.27% +4.58%
==========================================
Files 10 10
Lines 503 545 +42
Branches 83 95 +12
==========================================
+ Hits 431 492 +61
+ Misses 70 52 -18
+ Partials 2 1 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only One nit-pick from my side. Only add a comment.
fc312d0
to
ebd0b8b
Compare
Public GitHub Actions Runner has limit of 6 hours for job execution time. > **Job execution time** - Each job in a workflow can run for up to 6 hours of execution time. If a job reaches this limit, the job is terminated and fails to complete. https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits Let's try to detect this instances and don't cancel the TF requests to allow users to inspect the results later.
ebd0b8b
to
089fe94
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tanks LGTM
Public GitHub Actions Runner has a limit of 6 hours for job execution time.
https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits
Let's try to detect these instances and avoid canceling the TF requests to allow users to inspect the results later.