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 Timeouts #204

Merged
merged 2 commits into from
Mar 23, 2016
Merged

Job Timeouts #204

merged 2 commits into from
Mar 23, 2016

Conversation

tgianos
Copy link
Contributor

@tgianos tgianos commented Mar 23, 2016

This pull request add the ability for the system to kill jobs once they have exceeded a set timeout. The user can pass in a timeout with their JobRequest. The timeout field is measured in seconds. This duration is added to the job start time to get a final job timeout threshold. This threshold is checked by the JobMonitor every time it checks the process. Once the threshold is exceeded the system sends a job kill request event for the job to be killed.

The default timeout duration is 608400 seconds (1 week).

@tgianos tgianos self-assigned this Mar 23, 2016
@tgianos tgianos added this to the 3.0.0 milestone Mar 23, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.08%) to 92.765% when pulling fa0328b on tgianos:develop into d5e7dc3 on Netflix:develop.

@tgianos tgianos merged commit 05268af into Netflix:develop Mar 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants