[System Development] network platform publishing system, system development and publishing system
I. Introduction
The company's internet finance platform publishing system is developed in cooperation with production colleagues (I am responsible for system design and development, while production colleagues are responsible for demand analysis and external interfaces;
The company's financial platform is based on tomcat, apache, and oracle clusters. Every time a new product is released, upgraded, or repaired, it must follow the process step by step. If one operation error occurs, the release may fail, it may cause economic and credit losses to the company;
Therefore, we need a relatively automated system to execute the product release process;
Create a task:
1. Task Management
1) Each task is unique and cannot be reused.
Each task requires several stages of creation, modification, approval, and execution. Permanent records are retained and cannot be reused (but templates can be set );
This is different from jenkins or hudson,
2) task approval
Each task must be approved before execution,
You can modify or delete the files before approval. You can execute and view the files after approval. You cannot modify or delete the files;
2. Process Management
1) fork to the background for execution
After you click execute, the system will fork the execution process to the background, and the execution of the task will not be affected by browser timeout;
The system operation interface is still on the frontend, And the execution process is monitored in real time;
2) Real-time display of status
3. Custom publishing process
4. Supported templates
Ii. task execution process
See GIF Animation: