Merge branch 'feat/sturdypost' into lotus_provider_config

This commit is contained in:
Andrew Jackson (Ajax) 2023-09-22 11:36:03 -05:00
commit e009c56475

View File

@ -32,12 +32,12 @@ Mental Model:
* *
To use: To use:
1.Implement TaskInterface for a new task. 1.Implement TaskInterface for a new task.
2 Have New() receive this & all other ACTIVE implementations. 2. Have New() receive this & all other ACTIVE implementations.
* *
* *
As we are not expecting DBAs in this database, it's important to know As we are not expecting DBAs in this database, it's important to know
what grows uncontrolled. The only harmony_* table is _task_history what grows uncontrolled. The only growing harmony_* table is
(somewhat quickly) and harmony_machines (slowly). These will need a harmony_task_history (somewhat quickly). These will need a
clean-up for after the task data could never be acted upon. clean-up for after the task data could never be acted upon.
but the design **requires** extraInfo tables to grow until the task's but the design **requires** extraInfo tables to grow until the task's
info could not possibly be used by a following task, including slow info could not possibly be used by a following task, including slow