amoro
amoro copied to clipboard
[Improvement]: Simplification and transformation of table_process_state
Search before asking
- [x] I have searched in the issues and found no similar issues.
What would you like to be improved?
So far, we haven't utilized the information persisted in table_process_state. We've noticed that it bears a strong resemblance to the structure of table_process. We aim to merge their functionalities and integrate the action functionality. Therefore, we need to make modifications to accommodate the existing action and optimizer
How should we improve?
- merge table_process_state and table_process table
- Refactor
TableProcessMeta.processTypeintoActionto support multiple type-safe operations - Create a unified Action scheduling system that supports Optimizing (MINOR/MAJOR/FULL) and Maintainer operations
Are you willing to submit PR?
- [x] Yes I am willing to submit a PR!
Subtasks
No response
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
I am willing to submit a PR