CN114579326A - Method and system for plug-in of distributed job scheduling and executing method - Google Patents
Method and system for plug-in of distributed job scheduling and executing method Download PDFInfo
- Publication number
- CN114579326A CN114579326A CN202011382758.8A CN202011382758A CN114579326A CN 114579326 A CN114579326 A CN 114579326A CN 202011382758 A CN202011382758 A CN 202011382758A CN 114579326 A CN114579326 A CN 114579326A
- Authority
- CN
- China
- Prior art keywords
- plug
- task
- execution
- version
- configuration
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/544—Buffers; Shared memory; Pipes
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
- G06F9/4881—Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02P—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
- Y02P90/00—Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
- Y02P90/30—Computing systems specially adapted for manufacturing
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
Abstract
The invention provides a method and a system for distributed job scheduling and system plug-in execution, wherein the method comprises the steps of plug-in configuration management, plug-in task configuration management, plug-in version management, plug-in cache management, task trigger execution management and plug-in task execution. The method is realized in an industrial internet platform xIn3Plat, realizes the execution of customized service operation, is used in a plurality of data management projects, effectively solves the problem that the distributed operation scheduling and executing system easily meets various complex and frequently-changed service requirements on the premise of ensuring the stability and reliability of the distributed operation scheduling and executing system, and can be applied to any project applying xIn3Plat in the future.
Description
Technical Field
The invention relates to the field of distributed scheduling, in particular to a method and a system for distributed job scheduling and execution method plug-in.
Background
With the advance of informatization and intellectualization of industry, more and more data are generated in the industrial production and enterprise management processes, and the value of the data is increasing day by day. How to properly manage and utilize these data, making them more valuable assets, faces the following challenges:
1. data is distributed in each island
Data generated in the industrial production process is distributed in each production base, and data generated by enterprise management is distributed in each isolated information system, so that great trouble is brought to proper management and utilization of the data assets.
2. Data diversification
The types of data generated by industrial production and enterprise management are diversified, and structured data, time series data and unstructured data exist, and the data content is various and is not processed according to standards or specifications. These management and utilization of data assets is also a significant challenge.
It is obviously infeasible to uniformly manage and utilize the data of each information island directly, and it is a more feasible method to uniformly collect the data of each information island into a data lake, and this process needs a job scheduling and execution system for support. In addition, diversified raw data entering the data lake is obviously not suitable for direct use, and needs to be processed, and the process also needs a job scheduling and execution system for supporting. Finally, management and utilization are carried out based on the processed data, and the result is achieved with half the effort.
In combination with the above-described scenarios, it can be seen that this job scheduling and executing system at least needs to schedule and execute a large number of data collection jobs of diverse data sources, and a variety of complex business data processing jobs. Clearly, a job scheduling and execution system that satisfies several functions is urgently needed:
1. distributed linearly expandable;
2. stable and reliable operation;
3. lightweight scheduling and execution;
4. customizing execution of the business operations;
the existing distributed job scheduling and executing system is excellent in one or two aspects of stable and reliable operation, light scheduling and execution, but is little concerned in the aspect of executing customized business jobs. They typically provide richer task types for the user to select in order to support more business scenarios, however, the reality is that business scenarios are far more numerous than these task types. Once a new requirement exists, a new task type can be developed only in the job scheduling and executing system, after the development is completed, the new version is recompiled, compiled and released, and then the new version is on line to the production environment of the job scheduling and executing system.
Therefore, even if the job scheduling and executing system can well support the rolling upgrade, the job execution jitter caused by the restart of part of the nodes in the upgrade process is inevitable, and the execution is slower than usual, so that other related services are involved. Further frosting is that demand changes are very frequent, resulting in frequent upgrades of job scheduling and execution systems online. The entire experience is necessarily not friendly enough.
For the above reasons, the existing job scheduling and executing system cannot meet the requirements, and we are forced to explore a more suitable distributed job scheduling and executing system.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide a method and a system for distributed job scheduling and execution method plug-in.
According to one aspect of the invention, a method for plug-in of a distributed job scheduling and execution method is provided, which comprises the following steps:
a plug-in configuration management step, providing interaction with a user, comprising: creating a plug-in, uploading a plug-in program package, deleting the plug-in, updating plug-in configuration, updating the plug-in program package and inquiring plug-in information;
a plug-in task configuration management step, which manages the interaction tasks with the user, and comprises the following steps: creating a plug-in task, deleting the plug-in task, updating the plug-in task, and configuring a trigger rule of the plug-in task and inquiring the information of the plug-in task;
managing the version of the plug-in, namely, managing the version of the plug-in, and generating a new version of the plug-in once the configuration of the plug-in is changed by a user;
a plug-in cache management step, namely caching plug-in program packages and plug-in configuration on each execution node and cleaning up old version plug-in cache;
a task triggering execution management step, namely triggering task execution according to a certain scheduling rule or manually, and managing task execution processes including task submission, task starting and task ending;
and a plug-in task execution step, wherein the plug-in configured by the task is referred in the execution step, and the task configured by the user is run by using the plug-in with the latest version.
Preferably, in the plug-in configuration management step, the user creates and uploads a plug-in package through the plug-in configuration management step, and triggers the plug-in version management step to generate version-related information of the plug-in.
Preferably, in the step of managing plugin configuration, when a service requirement changes, a user updates a plugin package through the step of managing plugin configuration, and then triggers the step of managing plugin version to generate new version related information of the plugin.
Preferably, in the step of managing task configuration of plug-in, the user creates tasks to be run based on the specified plug-in, rules for triggering task running, and parameters for task running through the step of managing task configuration of plug-in.
Preferably, in the task triggering, executing and managing step, when the task triggering, executing and managing step finds that the plug-in task configured by the user needs to be executed according to the triggering rule of the user, then applies for a corresponding resource, and finally submits the request for starting the task, when the task is the plug-in type task, when the request for starting the task is submitted, the plug-in managing step is inquired, and the current version information of the plug-in, the download address of the version plug-in and the configuration information of the version plug-in are included in the task executing context.
Preferably, in the plug-in task executing step, when the task is a plug-in type task, the plug-in task executing step receives a request for starting the plug-in task, and triggers the plug-in cache management step according to the relevant information such as the plug-in version in the task execution context.
Preferably, in the plug-in cache management step, after the plug-in cache management step receives a request for caching a plug-in, the version of the specified plug-in is compared with the version of the currently cached plug-in, and if the version is cached, the version is directly returned; if the version is not cached, downloading the latest plug-in according to the download address of the version plug-in, decompressing a plug-in program package, and writing the current configuration information of the plug-in into a plug-in cache; and finally, checking the cached plug-in, and if the plug-in is not referred again, cleaning up the plug-in and completing the release of the storage space.
Preferably, in the plug-in task execution step, after the plug-in cache request returns, the plug-in cached in the plug-in cache management step is referred to, then the current task is executed by the plug-in, and the task is notified to trigger the execution management step, the task is completed, and an execution result and a running log are attached.
Preferably, in the task triggering, executing and managing step, after receiving the message of task execution completion, the task triggering, executing and managing step updates the state of the task, and ends the task or runs the subsequent task in the task as required.
According to another aspect of the present invention, there is provided a system for distributed job scheduling and execution system plug-in, comprising: the system comprises a plug-in configuration management module, a plug-in task configuration management module, a plug-in version management module, a plug-in cache management module, a task trigger execution management module and a plug-in task execution module;
a plug-in configuration management module providing interaction with a user, comprising: creating a plug-in, uploading a plug-in program package, deleting the plug-in, updating plug-in configuration, updating the plug-in program package and inquiring plug-in information;
the plug-in task configuration management module manages interaction tasks with users and comprises the following steps: creating a plug-in task, deleting the plug-in task, updating the plug-in task, and configuring a trigger rule of the plug-in task and inquiring the information of the plug-in task;
the plug-in version management module is used for managing the version of the plug-in and generating a new version of the plug-in once the configuration of the plug-in is changed by a user;
the plug-in cache management module is used for caching the plug-in program package and the plug-in configuration on each execution node and cleaning the old version plug-in cache;
the task triggering execution management module is used for triggering task execution and managing task execution processes including task submission, task starting and task ending according to a certain scheduling rule or manually;
and the plug-in task execution module refers to the plug-in configured by the task during execution and runs the task configured by the user by using the plug-in with the latest version.
Compared with the prior art, the invention has the following beneficial effects:
1. the invention has been implemented in an industrial internet platform xIn3 Plat;
2. the invention realizes the execution of customized service operation;
2. the method is already used in a plurality of data management projects, effectively solves the problem that the distributed job scheduling and executing system easily meets various complex and frequently-changed service requirements on the premise of ensuring the stability and reliability of the distributed job scheduling and executing system, and can be applied to any xIn3Plat project in the future.
Drawings
Other features, objects and advantages of the invention will become more apparent upon reading of the detailed description of non-limiting embodiments with reference to the following drawings:
FIG. 1 is a flowchart of a main scenario for plug-in task execution;
FIG. 2 is a plug-in creation interface;
FIG. 3 is an update plug-in package interface;
FIG. 4 is a plug-in task configuration interface.
Detailed Description
The present invention will be described in detail with reference to specific examples. The following examples will assist those skilled in the art in further understanding the invention, but are not intended to limit the invention in any way. It should be noted that variations and modifications can be made by persons skilled in the art without departing from the concept of the invention. All falling within the scope of the present invention.
In this embodiment, the system for distributed job scheduling and execution system plug-in provided by the present invention includes: the system comprises a plug-in configuration management module, a plug-in task configuration management module, a plug-in version management module, a plug-in cache management module, a task trigger execution management module and a plug-in task execution module; the flow chart of the main scene of the operation of each module is shown in FIG. 1;
a plug-in configuration management module providing interaction with a user, comprising: creating a plug-in, uploading a plug-in program package, deleting the plug-in, updating plug-in configuration, updating the plug-in program package and inquiring plug-in information;
the plug-in task configuration management module manages interaction tasks with users and comprises the following steps: creating a plug-in task, deleting the plug-in task, updating the plug-in task, and configuring a trigger rule of the plug-in task and inquiring the information of the plug-in task;
the plug-in version management module is used for managing the version of the plug-in and generating a new version of the plug-in once the configuration of the plug-in is changed by a user;
the plug-in cache management module caches the plug-in program package and the plug-in configuration on each execution node and cleans up the old version plug-in cache;
the task triggering execution management module is used for triggering task execution and managing task execution processes including task submission, task starting and task ending according to a certain scheduling rule or manually;
and the plug-in task execution module refers to the plug-in configured by the task during execution and runs the task configured by the user by using the plug-in with the latest version.
The specific implementation mode is as follows:
1. in the plug-in configuration management module, a Restful interface is realized, and a webpage end management page is provided based on the Restful interface. A diagram of creating a plug-in using a management page of a web page side is shown in fig. 2; an illustration of updating a plug-in package using a management page on the web page side is shown in fig. 3.
2. And in the plug-in task configuration management module, a Restful interface is realized, and a webpage end management page is provided based on the Restful interface. An illustration of creating a plug-in type task using the administration page of the web page side is shown in fig. 4.
3. The plug-in version management module is provided with an API interface for the plug-in configuration management module and the task triggering execution management module to use so as to complete the record of the relevant information of the plug-in version and the inquiry interface of the relevant information of the latest version of the plug-in.
4. And an API interface is provided in the plug-in cache management module and is used by the plug-in task execution module to complete plug-in cache and return cache position information.
5. And a TCP communication mechanism is provided in the task triggering execution management module and is used for the plug-in task execution module to notify when the plug-in task execution is completed.
6. And a TCP communication mechanism is provided in the plug-in task execution module and used for triggering the task execution management module to execute the task.
Those skilled in the art will appreciate that, in addition to implementing the system and its various devices, modules, units provided by the present invention as pure computer readable program code, the system and its various devices, modules, units provided by the present invention can be fully implemented by logically programming method steps in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Therefore, the system and various devices, modules and units thereof provided by the invention can be regarded as a hardware component, and the devices, modules and units included in the system for realizing various functions can also be regarded as structures in the hardware component; means, modules, units for performing the various functions may also be regarded as structures within both software modules and hardware components for performing the method.
The foregoing description of specific embodiments of the present invention has been presented. It is to be understood that the present invention is not limited to the specific embodiments described above, and that various changes or modifications may be made by one skilled in the art within the scope of the appended claims without departing from the spirit of the invention. The embodiments and features of the embodiments of the present application may be combined with each other arbitrarily without conflict.
Claims (10)
1. A method for distributed job scheduling and execution method plugins, comprising:
a plug-in configuration management step, providing interaction with a user, comprising: creating a plug-in, uploading a plug-in program package, deleting the plug-in, updating plug-in configuration, updating the plug-in program package and inquiring plug-in information;
a plug-in task configuration management step, which manages the interaction tasks with the user, and comprises the following steps: creating a plug-in task, deleting the plug-in task, updating the plug-in task, and configuring a trigger rule of the plug-in task and inquiring the information of the plug-in task;
managing the version of the plug-in, namely, managing the version of the plug-in, and generating a new version of the plug-in once the configuration of the plug-in is changed by a user;
a plug-in cache management step, namely, the plug-in cache management step is responsible for caching plug-in packages and plug-in configuration on each execution node and cleaning up old version plug-in cache;
a task triggering execution management step, namely triggering task execution according to a certain scheduling rule or manually, and managing task execution processes including task submission, task starting and task ending;
and a plug-in task execution step, wherein the plug-ins configured by the task are referred in the execution step, and the plug-ins with the latest version are used for running the tasks configured by the user.
2. The method for distributed job scheduling and execution method plug-in according to claim 1, wherein in the plug-in configuration management step, a user creates and uploads a plug-in package through the plug-in configuration management step, and triggers the plug-in version management step to generate version related information of the plug-in.
3. The method for distributed job scheduling and execution method plug-in according to claim 1, wherein in the plug-in configuration management step, when the service requirement changes, the user updates the plug-in package through the plug-in configuration management step, and then triggers the plug-in version management step to generate the information related to the new version of the plug-in.
4. The method for distributed job scheduling and execution method plug-in according to claim 1, wherein in the plug-in task configuration management step, a user creates a task to be executed based on a specified plug-in, and a rule for triggering task execution, a parameter for task execution, through the plug-in task configuration management step.
5. The method for distributed job scheduling and execution method plug-in according to claim 1, wherein in the task triggering execution management step, when the task triggering execution management step finds that a plug-in task configured by a user needs to be executed according to a trigger rule of the user, then applies for a corresponding resource, and finally submits a request for starting the task, and when the task is a plug-in type task, the task triggering execution management step is queried when submitting the request for starting the task, and the current version information of the plug-in, the download address of the version plug-in, and the configuration information of the version plug-in are included in a task execution context.
6. The method for distributed job scheduling and execution method plug-in according to claim 1, wherein in the plug-in task execution step, when the task is a plug-in type task, the plug-in task execution step receives a request for starting the plug-in task, and triggers the plug-in cache management step according to the relevant information such as the version of the plug-in the task execution context.
7. The method for distributed job scheduling and execution method plug-in according to claim 1, wherein in the plug-in cache management step, after the plug-in cache management step receives the request for caching the plug-in, the version of the specified plug-in is compared with the version of the currently cached plug-in, and if the version is cached, the version is directly returned; if the version is not cached, downloading the latest plug-in according to the download address of the plug-in of the version, decompressing a plug-in program package, and writing the current configuration information of the plug-in into a plug-in cache; and finally, checking the cached plug-in, and if the plug-in is not referred again, cleaning up the plug-in and completing the release of the storage space.
8. The method for distributed job scheduling and execution method plugmaking according to claim 1, wherein in the plugin task execution step, after a plugin cache request is returned, a plugin cached in the plugin cache management step is referred, then the current task is executed through the plugin, and the task is notified to trigger the execution management step, the task is completed, and an execution result and a running log are attached.
9. The method for distributed job scheduling and execution method plug-in according to claim 1, wherein in the task triggering execution management step, after the task triggering execution management step receives a message that the task is executed, the task triggering execution management step updates the state of the task, and ends the task or runs the subsequent task in the task as required.
10. A system for distributed job scheduling and execution system pluggability, comprising: the system comprises a plug-in configuration management module, a plug-in task configuration management module, a plug-in version management module, a plug-in cache management module, a task trigger execution management module and a plug-in task execution module;
a plug-in configuration management module providing interaction with a user, comprising: creating a plug-in, uploading a plug-in program package, deleting the plug-in, updating plug-in configuration, updating the plug-in program package and inquiring plug-in information;
the plug-in task configuration management module manages interaction tasks with users and comprises the following steps: creating a plug-in task, deleting the plug-in task, updating the plug-in task, and configuring a trigger rule of the plug-in task and inquiring the information of the plug-in task;
the plug-in version management module is used for managing the version of the plug-in and generating a new version of the plug-in once the configuration of the plug-in is changed by a user;
the plug-in cache management module caches the plug-in program package and the plug-in configuration on each execution node and cleans up the old version plug-in cache;
the task triggering execution management module is used for triggering task execution and managing task execution processes including task submission, task starting and task ending according to a certain scheduling rule or manually;
and the plug-in task execution module refers to the plug-in configured by the task during execution and runs the task configured by the user by using the plug-in with the latest version.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011382758.8A CN114579326B (en) | 2020-12-01 | 2020-12-01 | Method and system for plug-in implementation of distributed job scheduling and execution method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011382758.8A CN114579326B (en) | 2020-12-01 | 2020-12-01 | Method and system for plug-in implementation of distributed job scheduling and execution method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN114579326A true CN114579326A (en) | 2022-06-03 |
CN114579326B CN114579326B (en) | 2024-09-27 |
Family
ID=81766757
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011382758.8A Active CN114579326B (en) | 2020-12-01 | 2020-12-01 | Method and system for plug-in implementation of distributed job scheduling and execution method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114579326B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115842707A (en) * | 2022-09-16 | 2023-03-24 | 中电信数智科技有限公司 | Distributed IT monitoring system supporting multiple monitoring modes |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1710535A (en) * | 2005-05-10 | 2005-12-21 | 上海宝信软件股份有限公司 | GIS application system and development method thereof |
CN102411506A (en) * | 2011-07-07 | 2012-04-11 | 杭州典能科技有限公司 | Java system service unit plug-in type management system and service function dynamic change method |
CN102682014A (en) * | 2011-03-14 | 2012-09-19 | 腾讯科技(深圳)有限公司 | Open-type plug-in module management platform implemented on browser and open-type plug-in module management method |
CN105204812A (en) * | 2015-09-29 | 2015-12-30 | 中国舰船研究设计中心 | Plugin-based multi-interface display control system and integrating method thereof |
WO2016145747A1 (en) * | 2015-03-16 | 2016-09-22 | 中兴通讯股份有限公司 | Smart gateway functional plug-in management method, client terminal and system |
CN110515673A (en) * | 2019-07-24 | 2019-11-29 | 百度在线网络技术(北京)有限公司 | Plug-in unit system and method |
CN111858556A (en) * | 2020-07-22 | 2020-10-30 | 浪潮云信息技术股份公司 | Distributed cache management method based on version control and manager |
WO2020233081A1 (en) * | 2019-05-22 | 2020-11-26 | 深圳壹账通智能科技有限公司 | Client plugin-ization implementation method, apparatus, computer device and storage medium |
-
2020
- 2020-12-01 CN CN202011382758.8A patent/CN114579326B/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1710535A (en) * | 2005-05-10 | 2005-12-21 | 上海宝信软件股份有限公司 | GIS application system and development method thereof |
CN102682014A (en) * | 2011-03-14 | 2012-09-19 | 腾讯科技(深圳)有限公司 | Open-type plug-in module management platform implemented on browser and open-type plug-in module management method |
CN102411506A (en) * | 2011-07-07 | 2012-04-11 | 杭州典能科技有限公司 | Java system service unit plug-in type management system and service function dynamic change method |
WO2016145747A1 (en) * | 2015-03-16 | 2016-09-22 | 中兴通讯股份有限公司 | Smart gateway functional plug-in management method, client terminal and system |
CN105204812A (en) * | 2015-09-29 | 2015-12-30 | 中国舰船研究设计中心 | Plugin-based multi-interface display control system and integrating method thereof |
WO2020233081A1 (en) * | 2019-05-22 | 2020-11-26 | 深圳壹账通智能科技有限公司 | Client plugin-ization implementation method, apparatus, computer device and storage medium |
CN110515673A (en) * | 2019-07-24 | 2019-11-29 | 百度在线网络技术(北京)有限公司 | Plug-in unit system and method |
CN111858556A (en) * | 2020-07-22 | 2020-10-30 | 浪潮云信息技术股份公司 | Distributed cache management method based on version control and manager |
Non-Patent Citations (2)
Title |
---|
刘慧娟: "DolphinScheduler与工业互联网平台xIn3Plat牵手之路", pages 1, Retrieved from the Internet <URL:《https://www.slidestalk.com/DolphinScheduler/DolphinSchedulerxIn3Plat62248?video》> * |
王念秋: "基于插件式框架的CDN仿真系统的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》, no. 3, 15 March 2011 (2011-03-15), pages 139 - 371 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115842707A (en) * | 2022-09-16 | 2023-03-24 | 中电信数智科技有限公司 | Distributed IT monitoring system supporting multiple monitoring modes |
Also Published As
Publication number | Publication date |
---|---|
CN114579326B (en) | 2024-09-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111258609B (en) | Upgrading method and device of Kubernetes cluster, electronic equipment and medium | |
CN110175677A (en) | Automatic update method, device, computer equipment and storage medium | |
KR102055024B1 (en) | Client-side minimal download and simulated page navigation features | |
CN112073994A (en) | Method and device for over-the-air upgrading, electronic equipment and readable storage medium | |
CN111782365B (en) | Timed task processing method, device, equipment and storage medium | |
CN104038520B (en) | A kind of multi version distributive resource managing method and system | |
CN110019123B (en) | Data migration method and device | |
CN111221550B (en) | Rule updating method and device for streaming computing and streaming computing system | |
CN103475721A (en) | System for updating digital assets and method thereof | |
CN112860251A (en) | Method and system for constructing website front end | |
US20200278845A1 (en) | Method and system for development of web software application | |
EP2669821A2 (en) | Control system asset management | |
JP2022095655A (en) | Systems and methods to generate predictive-based GUIs to improve GUI response times | |
CN109960212B (en) | Task sending method and device | |
CN111796851B (en) | Client base library updating method and device, electronic equipment and storage medium | |
CN114579326B (en) | Method and system for plug-in implementation of distributed job scheduling and execution method | |
CN116382694A (en) | Method for improving compiling speed of Maven engineering in container environment | |
CN108536447B (en) | Operation and maintenance management method | |
CN114157658A (en) | Mirror image warehouse deployment method and device, electronic equipment and computer readable medium | |
CN112130888A (en) | Method, device and equipment for updating application program and computer storage medium | |
FI120286B (en) | Procedure and terminal arrangements for managing a server-client terminal environment | |
CN112559001B (en) | Method and device for updating application | |
CN104462106A (en) | Data updating method and system | |
CN111258954B (en) | Data migration method, device, equipment and storage medium | |
CN113590591B (en) | Automatic event state updating method, device, equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |