Task #19867
Add IsAlive() to to InitBlock interface and use it in block processing
Start date:
30/05/2024
Due date:
% Done:
0%
Estimated time:
Description
InitBlock
object will have an IsAlive()
method, which will check whether the objects inside the initblock
are valid. This is supposed to be implemented by the application and not Alya batch framework.
- add the function to the
InitBlock
interface - modify jobmanager to call
IsAlive()
and if it returns false callinitblock.Close()
and then callinitializer.Init()
- remove
initblock.Close()
from thejobmanager
where it closesinitblock
after it finishes processing a block of rows