-
Bug
-
Resolution: Fixed
-
None
-
High
-
-
Emptyshow more show less
problem
For RAM saving reasons we have to distribute different TBX files on different TermTagger instances. This is necessary because otherwise task import and termtagger crashes with to many tasks at the same time importing.
solution
Easiest way is to use an additional proxy dedicated for the termtagger instances, with sticky balancing the calls to the different termtagger instances.
Therefore the TBX ID must be send as http header "x-tbxid" on each termtagger request to the termtagger.
The setup of the proxy is not part of this issue, only the adding of the HTTP header "x-tbxid".