ChristopherRabotin / bungiesearch

UNMAINTAINED CODE -- Elasticsearch-dsl-py django wrapper with mapping generator
BSD 3-Clause "New" or "Revised" License
67 stars 20 forks source link

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

Closed diwu1989 closed 8 years ago

diwu1989 commented 8 years ago

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

diwu1989 commented 8 years ago

thanks!