From 46f8d84cd3a9e9f318db3b1aabcbdeb3db11d6bb Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Thu, 14 Jan 2021 22:13:07 +1100 Subject: [PATCH] first thoughts on pa_job_engine - to keep overall pa_job engine state, also a pa_job_state in each action also a wait_for so we can do basic handling of jobs and dependencies --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index fa47a9c..73ef164 100644 --- a/TODO +++ b/TODO @@ -20,6 +20,7 @@ to keep html easy, can keep routes: /jobs/import/ -> importlog.html /jobs/ai/ -> importlog.html??? + /jobs/move/ -> importlog.html??? but not sure if any job won't have passes, num files, etc. BUT if it ever does this is how we deal with it @@ -32,7 +33,6 @@ -> when job finished, then Import Files (import_dir only) -> when job finished, the set state: awating jobs - implications, pa_job needs to know if it depends on another, e.g. do find before import (in example above) pa web needs to show status for the job engine IN YOUR FACE when not at awaiting jobs yet, afterwards, maybe a simple jobs() that is clickable on the gui?