|
|
e138ab22aa
|
git commit, converted over to base.html pulling Status*, rather than every render_template calling it. Tightened up naming for job manager, fixed a few bugs in there with items like div by zero, created the active jobs link/badge in navbar, have it invoked each time by base.html template and it gets active jobs from DB, pa_job_manager now initiliases from an empty DB and can work out where it is at, no loop/thread/or actual job code yet. jobs.py has basics of a NewJob(), so next step is to force that job to be executed in pa_job_manager, but its tea time
|
2021-01-16 17:51:16 +11:00 |
|
|
|
34814236fc
|
add pa_job_engine_id_seq
|
2021-01-15 16:57:27 +11:00 |
|
|
|
a8789e60fe
|
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
|
2021-01-14 22:13:00 +11:00 |
|
|
|
348c9132f2
|
rename of files table to file, included settings defaults to make this work in DEV after rebuild of DB container
|
2021-01-14 21:57:53 +11:00 |
|
|
|
f7688badd1
|
created a tables.sql so program can run from a brand new docker / db
|
2021-01-14 21:46:12 +11:00 |
|