Files
daggy/TODO.md
Ian Roddis a83da567d0 - Updating TODOs
- Adding jwt-cpp dependency (not really related to dag_execution)
2021-08-21 12:18:01 -03:00

802 B

Tasks

  • Open

    • REST Server
      • Add in authorization scheme (maybe PAM auth endpoint with JWT?)
      • Flesh out server and interface
    • Core Functionality
      • Handle return on errored DAG / Task
      • Clearing a DAG Task
      • Executors
        • Slurm Executor
      • Loggers
        • FileSystemLogger
          • Add unit tests
          • Add more error checking
        • General logger
        • Redis DAGRunLogger
  • Completed

    • Core Functionality
      • Add ability to define child -> parent relationships
      • Rip apart scheduler and re-implement runDag as a utility function, taking an execution pool, task list, and logger
      • Resume a failed DAG