Implement ScheduledJobQueue for Prioritized Job Management and Execution #740
Labels
enhancement
New feature or request
PoC/Agent
Tasks related to new generation of ecchronos as an agent
Story Description:
The ScheduledJobQueue class is designed to manage a queue of ScheduledJob objects, ensuring that jobs are prioritized and handled based on a comparator. It supports adding, removing, and iterating over jobs with proper synchronization. The jobs in the queue are managed by their state and priority, with specific actions taken when jobs reach states like FAILED, FINISHED, or PARKED.
This user story will focus on the following:
Acceptance Criteria:
Definition of Done:
Notes:
Related with #652
Depends of #737
The text was updated successfully, but these errors were encountered: