Project

General

Profile

Task #19867

Add IsAlive() to to InitBlock interface and use it in block processing

Added by Sachin Divekar about 1 year ago. Updated about 1 year ago.

Status:
In Progress
Priority:
Normal
Assignee:
Target version:
-
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 call initblock.Close() and then call initializer.Init()
  • remove initblock.Close() from the jobmanager where it closes initblock after it finishes processing a block of rows
#1

Updated by Aniket Shinde about 1 year ago

  • Assignee set to Aniket Shinde
  • Status changed from New to In Progress

Task in progress

Also available in: Atom PDF