Skip to content
Snippets Groups Projects

Pipeline task management

Merged Christopher Randolph Rhodes requested to merge dev_task_queue into staging
2 files
+ 14
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -234,4 +234,6 @@ def list_tasks() -> Dict[str, TaskInfo]:
@app.put('/tasks/run/on_files')
def task_file_batch():
# new callable that parameterizes file name to acc_id, then passes this to to /tasks/*/run
pass
\ No newline at end of file
pass
# TODO: tasks to run all enqueued items
\ No newline at end of file
Loading