Closed SimBe195 closed 2 months ago
Introduce a self.rqmt parameter to the ComputeTimeStampErrorJob in order to avoid running as mini_task which may run into oom on larger corpora (see #532).
self.rqmt
ComputeTimeStampErrorJob
mini_task
Credit to @michelwi for the suggested solution.
Introduce a
self.rqmt
parameter to theComputeTimeStampErrorJob
in order to avoid running asmini_task
which may run into oom on larger corpora (see #532).Credit to @michelwi for the suggested solution.