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

management commands may run long-lived commands, make sense to allow override of timeout #140

Merged
merged 1 commit into from
Jan 2, 2016

Conversation

diwu1989
Copy link
Contributor

since management commands may do expensive things like deleting indices or creating indices
it would be convenient to optionally pass in a --timeout value to override the default timeout

in our django application setup, the default timeout value is optimized for query + indexing items, not for index creation or deletion

ChristopherRabotin added a commit that referenced this pull request Jan 2, 2016
management commands may run long-lived commands, make sense to allow override of timeout
@ChristopherRabotin ChristopherRabotin merged commit f538ed9 into ChristopherRabotin:master Jan 2, 2016
@diwu1989 diwu1989 deleted the manualTimeout branch January 3, 2016 03:12
@diwu1989
Copy link
Contributor Author

diwu1989 commented Jan 3, 2016

thanks!

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.

None yet

2 participants