Skip to content
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

job: add activeDeadlineSeconds option and fix teams info #213

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

morpheu
Copy link
Member

@morpheu morpheu commented Oct 4, 2023

No description provided.

@codecov-commenter
Copy link

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (1c1122a) 71.41% compared to head (b331fe4) 71.45%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
+ Coverage   71.41%   71.45%   +0.03%     
==========================================
  Files          44       44              
  Lines        8190     8211      +21     
==========================================
+ Hits         5849     5867      +18     
- Misses       1516     1519       +3     
  Partials      825      825              
Files Coverage Δ
tsuru/client/jobs.go 67.59% <87.80%> (+1.12%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Description: c.description,
TeamOwner: c.teamOwner,
Manual: c.manual,
ActiveDeadlineSeconds: c.maxRunningTime,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@morpheu sending ActiveDeadlineSeconds as 0 is a problem?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be handle on the API also, but on client I think we should send 0 to inform server that should set default value

@morpheu morpheu merged commit 5b5f8cc into tsuru:master Oct 9, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants