-
Improvement
-
Resolution: Fixed
-
None
-
Critical
-
In case there are segments that are failed to reimport due to t5memory overload - new worker is scheduled for another try. The worker is started after 15 minutes delay.
-
Emptyshow more show less
The problem:
In TRANSLATE-4591 we implemented a retry mechanism which purpose is to reimport segments that failed to reimport previously. This is done within the same worker run without any pauses. But if t5memory is overloaded we anyway may end up with segments that are failed to reimport.
Solution:
Need to trigger reimport worker which should run with 15 minutes delay.
Worker should be queued not more that 3 times in a row to prevent creating endless loop.
Also retrigger resaving of segments for tasks, where resave failed since it was triggered the last time in migration for such tasks.