Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Add custom delete job timeouts#1003

Closed
Lucaszw wants to merge 1 commit intoNVIDIA:masterfrom
Lucaszw:add_custom_delete_job_timeouts
Closed

Add custom delete job timeouts#1003
Lucaszw wants to merge 1 commit intoNVIDIA:masterfrom
Lucaszw:add_custom_delete_job_timeouts

Conversation

@Lucaszw
Copy link
Contributor

@Lucaszw Lucaszw commented Aug 26, 2016

Add custom delete job timeouts

Base class
"""
SAVE_FILE = 'status.pickle'
NON_PERSISTENT_JOB_DELETE_TIMEOUT_SECONDS = 3600
Copy link
Contributor

Choose a reason for hiding this comment

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

that makes it a class attribute, is this what you want? or shall this be an instance attribute?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@gheinrich I feel like setting job time out would be more class specific then instance specific. Ie all get_weights jobs would have the same timeout, vs individual instances of get_weights jobs.

@Lucaszw Lucaszw force-pushed the add_custom_delete_job_timeouts branch 3 times, most recently from db2b0b3 to 4e9d6d1 Compare August 26, 2016 20:36
@lukeyeager
Copy link
Member

Sorry, but how is this a bug? This PR doesn't appear to change any behavior.

@Lucaszw Lucaszw added enhancement and removed bug labels Aug 26, 2016
@Lucaszw
Copy link
Contributor Author

Lucaszw commented Aug 26, 2016

@lukeyeager My bad, yeah this should be an enhancement.

@lukeyeager
Copy link
Member

Closing because there are merge conflicts from #1207 and because this was a no-op change anyway.

@lukeyeager lukeyeager closed this Oct 31, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants