@@ -7,6 +7,13 @@ Changelog
7
7
New
8
8
~~~
9
9
10
+ - `update_index ` will retry after backend failures. [Gilad Beeri]
11
+
12
+ Now `update_index ` will retry failures multiple times before aborting
13
+ with a progressive time delay.
14
+
15
+ Thanks to Gilad Beeri (@giladbeeri) for the patch
16
+
10
17
- `highlight() ` accepts custom values on Solr and ES. [Chris Adams]
11
18
12
19
This allows the default values to be overriden and arbitrary
46
53
Changes
47
54
~~~~~~~
48
55
56
+ - Update_index logging & multiprocessing improvements. [Chris Adams]
57
+
58
+ * Since older versions of Python are no longer supported we no
59
+ longer conditionally import multiprocessing (see #1001)
60
+ * Use multiprocessing.log_to_stderr for all messages
61
+ * Remove previously-disabled use of the multiprocessing workers for index removals, allowing the worker code to be simplified
62
+
49
63
- Moved signal processor loading to app_config.ready. [Chris Adams]
50
64
51
65
Thanks to @claudep for the patch
97
111
Other
98
112
~~~~~
99
113
114
+ - PEP-8. [Chris Adams]
115
+
100
116
- Merge pull request #1225 from gregplaysguitar/patch-1. [Chris Adams]
101
117
102
118
fix: correct docstring for ModelSearchForm.get_models !minor
@@ -2235,9 +2251,8 @@ v2.0.0 (2013-05-12)
2235
2251
- Fixed an ES test that seems like a change in behavior in recent ES
2236
2252
versions. [Jannis Leidel]
2237
2253
2238
- - Merge branch 'sq-run-refactor' of
2239
- https://github.com/mattdeboard/django-haystack into mattdeboard-sq-
2240
- run-refactor. [Jannis Leidel]
2254
+ - Merge branch 'sq-run-refactor' of https://github.com/mattdeboard
2255
+ /django-haystack into mattdeboard-sq-run-refactor. [Jannis Leidel]
2241
2256
2242
2257
- Refactor Solr & ES SearchQuery subclasses to use the ``build_params ``
2243
2258
from ``BaseSearchQuery `` to build the kwargs to be passed to the
0 commit comments