Open Issues Need Help
View All on GitHubAI Summary: The system currently uses priority queues for task prioritization, but it lacks the ability to preempt (forcibly stop) a running task for a higher-priority one. Instead, only 'out of line promotion' is available, meaning higher-priority tasks are scheduled after current ones complete, rather than interrupting them.
AI Summary: The current system runs scripts directly, lacking necessary security isolation. This issue proposes implementing a Docker Task Handler to containerize and isolate script execution, addressing the security concerns as a high-priority task.
AI Summary: The issue proposes developing a UI-based DAG editor. This tool would allow users to visually construct and create new Directed Acyclic Graphs directly within the application, aiming to simplify and streamline the DAG creation process.