Details
-
Improvement
-
Resolution: Fixed
-
None
-
High
-
-
Empty show more show less
Description
Automatic reorganizing was introduced in TRANSLATE-3241
What should be improved:
- if tm was reorganized successfully and error appears again need to trigger reorganization again
- change reorganization status to be written to `status` in specificData instead of `reorganize_tm`
- add reorganize_tm_start field that should be a datetime of operation is triggered, will be used to trigger reorganize after some time even if reorganize_tm = in_progress (in case reorganize was triggered and the field was not updated to 'done' somehow after)
- while reorganization is happening we need to block any other actions with the TM e.g. import new tmx, update segment etc.