3 Open Issues Need Help Last updated: Dec 20, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 4/5
enhancement good first issue

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.

Complexity: 4/5
enhancement help wanted
DAG Editor about 2 hours ago

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.

Complexity: 4/5
enhancement help wanted