Task #18088
Implement job manager for slow queries and batches
Start date:
05/03/2024
Due date:
15/03/2024
% Done:
100%
Estimated time:
Description
Implement the embedded sub-system which runs within Alya as an asynchronous thread and fires processing functions for batches and slow queries.
Related issues
Updated by Shuvam Misra about 1 year ago
- Copied from Task #17943: Implement batch processing: client library added
Updated by Sachin Divekar about 1 year ago
- % Done changed from 0 to 30
- Status changed from New to In Progress
Implemented JobManager() along with functions for registering initializers, initblocks and processors. Wrote a sample program to register them and invoke JobManager().
Updated by Sachin Divekar about 1 year ago
- % Done changed from 50 to 80
Refactored code for better organization, and some optimization.
Updated by Sachin Divekar about 1 year ago
- % Done changed from 80 to 90
Implemented object storage integration using MinIO.
Updated by Shuvam Misra about 1 year ago
- Target version changed from Sprint 15 Mar to Sprint 29 Mar
Updated by Sachin Divekar about 1 year ago
Fix a bug where blobrows unmarshalling was not working in some cases.