CN111367725A - Asynchronous task online monitoring method, front-end control system and service response platform - Google Patents

Asynchronous task online monitoring method, front-end control system and service response platform Download PDF

Info

Publication number
CN111367725A
CN111367725A CN202010129273.1A CN202010129273A CN111367725A CN 111367725 A CN111367725 A CN 111367725A CN 202010129273 A CN202010129273 A CN 202010129273A CN 111367725 A CN111367725 A CN 111367725A
Authority
CN
China
Prior art keywords
task
record
service
configuration
asynchronous
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.)
Pending
Application number
CN202010129273.1A
Other languages
Chinese (zh)
Inventor
施德展
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Pension Insurance Corp
Original Assignee
Ping An Pension Insurance Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Ping An Pension Insurance Corp filed Critical Ping An Pension Insurance Corp
Priority to CN202010129273.1A priority Critical patent/CN111367725A/en
Publication of CN111367725A publication Critical patent/CN111367725A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/2053Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant
    • G06F11/2056Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant by mirroring
    • G06F11/2071Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant by mirroring using a plurality of controllers
    • G06F11/2074Asynchronous techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Abstract

The invention provides an online monitoring method of asynchronous tasks, a front-end control system and a service response platform. The method comprises the following steps: inquiring task records meeting the inquiry condition in the asynchronous task table; displaying the task records meeting the query conditions; responding to the operation that a user selects a task record to be edited, and inquiring a first configuration record in a service configuration table, wherein the task record selected by the user to be edited is the first task record, and the first configuration record comprises a configuration record identified by a service in the first task record; displaying the configuration parameters of the first configuration record; and in response to the modification operation of the configuration parameters in the first configuration record, setting the task state of the first task record in the asynchronous task table to be executed, and updating the values of the modified configuration parameters in the service configuration table. By the invention, the execution of the asynchronous task can be monitored and modified on line.

Description

Asynchronous task online monitoring method, front-end control system and service response platform
Technical Field
The invention relates to the technical field of data processing, in particular to an asynchronous task online monitoring method, a front-end control system and a service response platform.
Background
In order to uniformly manage service requests to a service system, a service control system is proposed at present, which receives a service request from a third-party user and establishes an asynchronous task. When the asynchronous task is executed, the service control system forwards the service request to the service system according to the configuration parameters related to the service so as to enable the service system to perform service response.
Regarding the service control system, system operation and maintenance personnel are not developers generally, can not modify system code level, can not complete online modification in the process of system online operation, when problems occur in the system operation process or business response needs to be adjusted, the operation and maintenance personnel need to put forward the problems to the developers, the developers write computer codes to form modification scripts, the modification scripts are operated on line to modify the system, and the system is subjected to hot start or cold start after modification so that the modification is effective.
For the process of adjusting the service response, on one hand, the adjustment timeliness is slow because operation and maintenance personnel cannot directly modify the service response and cannot modify the service response on line in real time; on the other hand, after a developer modifies the system through the script on line, the system needs to be started to enable the modification to be effective, and when the system is restarted, the normal work of the system is influenced, and the system is easily restarted to have system faults, so that the maintenance cost of the service control system is high.
Therefore, providing an online monitoring method for asynchronous tasks, a front-end control system and a service response platform can monitor and modify the execution of asynchronous tasks online, and becomes a technical problem to be solved at present.
Disclosure of Invention
The invention aims to provide an online monitoring method, a front-end control system and a service response platform of an asynchronous task, which are used for solving the technical problems in the prior art.
In one aspect, the present invention provides an online monitoring method for asynchronous tasks.
The online monitoring method of the asynchronous task comprises the following steps: inquiring a task record meeting the inquiry condition in an asynchronous task table, wherein the task record comprises a task state of an asynchronous task and a service identifier of a service request corresponding to the asynchronous task, the task state comprises successful execution, failed execution, waiting to be executed and execution, when the asynchronous task is executed, a service control system forwards the service request to a service system according to a configuration record in a service configuration table, and the configuration record comprises the service identifier and a configuration parameter required by forwarding the service request; displaying the task records meeting the query conditions; responding to the operation of a user on a task record to be edited selected from the task records meeting the query condition, and querying a first configuration record in a service configuration table, wherein the selected task record to be edited is a first task record, and the first configuration record is a configuration record comprising a service identifier in the first task record; displaying the configuration parameters of the first configuration record; and in response to the modification operation of the configuration parameters in the first configuration record, setting the task state of the first task record in the asynchronous task table to be executed, and updating the values of the modified configuration parameters in the service configuration table.
Further, the configuration parameters include a request message of the service request, execution times and creation time.
Further, after the step of displaying the task records satisfying the query condition, the method further comprises: and responding to the operation of the task record to be rerun selected by the user from the task records meeting the query condition, and setting the task state of a second task record in the asynchronous task table to be executed, wherein the second task record is the selected task record to be rerun.
Further, after the step of displaying the task records satisfying the query condition, the method further comprises: responding to the operation of a user on task records of a to-be-queried log selected from the task records meeting query conditions, and querying log records corresponding to a first service identifier in a log record table, wherein the first service identifier is the service identifier in the task records of the selected to-be-queried log, and the log records comprise the service identifier, a service requester identifier, a service system identifier, a request message and a response message of a service request and request time; and displaying the queried log record.
Further, after the step of displaying the task records satisfying the query condition, the method further comprises: and responding to the operation of the task record to be finished selected from the task records meeting the query condition by the user, and setting the task state of a third task record in the asynchronous task table as the execution failure, wherein the third task record is the selected task record to be finished.
In order to achieve the purpose, the invention also provides a front-end control system.
The front end control system includes: the first query module is used for querying a task record meeting query conditions in an asynchronous task table, wherein the task record comprises a task state of an asynchronous task and a service identifier of a service request corresponding to the asynchronous task, the task state comprises execution success, execution failure, waiting for execution and execution, when the asynchronous task is executed, a service control system forwards the service request to a service system according to a configuration record in a service configuration table, and the configuration record comprises the service identifier and a configuration parameter required by forwarding the service request; the first display module is used for displaying the task records meeting the query conditions; the second query module is used for responding to the operation of a user on a task record to be edited selected from the task records meeting the query conditions, and querying the first configuration record in the service configuration table, wherein the selected task record to be edited is the first task record, and the first configuration record comprises the configuration record using the service identifier in the first task record; the second display module is used for displaying the configuration parameters of the first configuration record; and the processing module is used for responding to modification operation of the configuration parameters in the first configuration record, setting the task state of the first task record in the asynchronous task table to be executed, and updating the modified values of the configuration parameters in the service configuration table.
Further, the configuration parameters include a request message of the service request, execution times and creation time.
In order to achieve the purpose, the invention also provides a service response platform.
The service response platform comprises a service control system, a database and a front-end control system, wherein: the database is used for storing an asynchronous task table and a service configuration table, the asynchronous task table comprises a plurality of task records, the task records comprise task states of the asynchronous tasks and service identifiers of service requests corresponding to the asynchronous tasks, the task states comprise execution success, execution failure, waiting execution and execution, the service configuration table comprises a plurality of configuration records, and the configuration records comprise the service identifiers and configuration parameters required by forwarding the service requests; the service control system is used for forwarding the service request to the service system according to the configuration record in the service configuration table when executing the asynchronous task; the front-end control system is used for executing the following steps: inquiring task records meeting the inquiry condition in the asynchronous task table; displaying the task records meeting the query conditions; responding to the operation of a task record to be edited selected by a user from the task records meeting the query condition, and querying a first configuration record in a task configuration table, wherein the task record to be edited selected by the user is the first task record, and the first configuration record is the configuration record comprising a service identifier in the first task record; displaying the configuration parameters of the first configuration record; and in response to the modification operation of the configuration parameters in the first configuration record, setting the task state of the first task record in the asynchronous task table to be executed, and updating the values of the modified configuration parameters in the service configuration table.
To achieve the above object, the present invention also provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the above method when executing the computer program.
To achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the above method.
The on-line monitoring method of asynchronous task, front-end control system and service response platform provided by the invention modify the configuration parameters through the visual interface, at the same time, update the configuration parameters in the service configuration table, and modify the task state of the corresponding asynchronous task to be executed, in the process of executing the asynchronous task, the task state can be directly executed and modified to be the asynchronous task to be executed, without restarting the service system, so that the service control system can directly execute the asynchronous task according to the modified configuration parameters on line, and realize the forwarding of the service request, that is, the on-line monitoring of the asynchronous task can be carried out when the service control system is in the on-line state, the operation maintainer can carry out on-line modification on the configuration parameters according to which the service request is forwarded, and by modifying the task state of the asynchronous task, the service control system automatically forwards the service request according to the updated configuration parameters, the execution process of the on-line monitoring and the modification of the asynchronous task is realized, the overall monitoring method is simple, and the service control system does not need to be restarted.
Drawings
Fig. 1 is a flowchart of an online monitoring method for an asynchronous task according to an embodiment of the present invention;
fig. 2 is a flowchart of an online monitoring method for asynchronous tasks according to a second embodiment of the present invention;
fig. 3 is a flowchart of an online monitoring method for an asynchronous task according to a third embodiment of the present invention;
fig. 4 is a flowchart of an online monitoring method for an asynchronous task according to a fourth embodiment of the present invention;
fig. 5 is a block diagram of a front-end control system according to a fifth embodiment of the present invention;
fig. 6 is a block diagram of a service response platform according to a sixth embodiment of the present invention;
fig. 7 is a hardware configuration diagram of a computer device according to a seventh embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention provides an asynchronous task online monitoring method, a front-end control system, a service response platform, computer equipment and a computer readable storage medium. The method comprises the steps that an asynchronous task table and a service configuration table are arranged in a database, the asynchronous task table comprises a plurality of task records, a service control system establishes one task record in the asynchronous task table after receiving a service request of a third-party user, the task record comprises a task state of an asynchronous task and a service identifier of the asynchronous task corresponding to the service request, the task state comprises execution success, execution failure, waiting execution and execution, and when the service control system establishes the task record, the task state of the asynchronous task is maintained in the whole period before, during and after the asynchronous task is executed. The service configuration table comprises a plurality of configuration records, the configuration records comprise service identifiers and configuration parameters required by service request forwarding, when an asynchronous task is executed, the service control system forwards the service request to the service system according to the configuration records in the service configuration table so as to enable the service system to carry out service response, and the front-end control system can carry out operations of adding, modifying, deleting and the like on the configuration records in the service configuration table. The front-end control system realizes the following online monitoring method of asynchronous tasks: when an operation manager needs to monitor a certain or certain type of asynchronous task, an inquiry condition can be input into a front-end control system, a task record meeting the inquiry condition is inquired in an asynchronous task table by the front-end control system, then the inquired task record is displayed, and meanwhile, when the operation manager edits a certain task record, the front-end control system inquires a first configuration record in a task configuration table in response to the operation that a user selects the task record to be edited, wherein the task record selected by the user to be edited is the first task record, and the first configuration record is the configuration record comprising a service identifier in the first task record; the configuration parameters of the inquired configuration records are displayed, an operation manager can modify the configuration parameters in the configuration records, the front-end control system responds to modification operation of the configuration parameters in the first configuration records, the task state of the first task record in the asynchronous task table is set to be executed, the value of the modified configuration parameters in the service configuration table is updated, the asynchronous tasks identified by the task records are automatically re-executed by the front-end control system, in addition, when the asynchronous tasks are automatically re-executed, the configuration parameters according to which the service request is forwarded to the service system are the updated configuration parameters, online monitoring and modification of relevant parameters during the execution of the asynchronous tasks are realized, after modification, the asynchronous tasks are automatically re-executed according to the new configuration parameters, meanwhile, monitoring and modification are realized in an interactive interface mode, and the operation is simple.
In summary, the online monitoring method for asynchronous tasks, the front-end control system, the service response platform, the computer device and the computer readable storage medium provided by the present invention monitor and modify the execution of asynchronous tasks through the visual interface at one side of the front-end control system by the operators and the maintainers based on the visual monitoring process, and enable the service control system to automatically re-execute asynchronous tasks according to the modified parameters, so that the overall monitoring method is simple.
Specific embodiments of the asynchronous task online monitoring method, the front-end control system, the service response platform, the computer device, and the computer-readable storage medium according to the present invention will be described in detail below.
Example one
The embodiment of the invention provides an online monitoring method of an asynchronous task, the execution main body of the online monitoring method of the asynchronous task is a front-end control system, wherein an asynchronous task table and a service configuration table are arranged in a database, the front-end control system is interacted with a user based on an interactive interface in the online monitoring method of the asynchronous task, aiming at a certain asynchronous task, the task state of a corresponding task record in the asynchronous task table is set to be executed, and the configuration parameter of the corresponding configuration record in the service configuration table is modified, so that a service control system can automatically execute the asynchronous task again according to the modified configuration parameter. The method for monitoring the asynchronous tasks running in the front-end control system on line can monitor and modify the execution of the asynchronous tasks on line. Specifically, fig. 1 is a flowchart of an online monitoring method for an asynchronous task according to an embodiment of the present invention, and as shown in fig. 1, the online monitoring method for an asynchronous task according to the embodiment includes steps S101 to S105 as follows.
Step S101: and inquiring the task records meeting the inquiry condition in the asynchronous task table.
The service control system creates a task record in the asynchronous task table after receiving the service request, wherein each task record comprises a task state of the asynchronous task and a service identifier of the service request corresponding to the asynchronous task, and values of the task state specifically comprise success execution, failure execution, waiting execution and execution. After the task record is created, the initial task state is to be executed, the service control system executes the asynchronous task whose task state is identified by the task record to be executed, wherein when the asynchronous task is executed, the value of the task state in the task record corresponding to the asynchronous task is modified from the to-be-executed state to the execution state, and the service control system forwards the service request to the service system. After the service request is forwarded to the service system, the service system feeds back an execution result to the service control system, at this time, when the execution result is that the execution is successful, the value of the task state in the task record corresponding to the asynchronous task is changed from the middle of execution to the successful of execution, and when the execution result is that the execution is failed, the value of the task state in the task record corresponding to the asynchronous task is changed from the middle of execution to the failed of execution. In addition, when the service control system does not receive the execution result within the preset time length, namely the execution is overtime, the value of the task state in the task record corresponding to the asynchronous task is changed from the execution to the execution failure.
When the service control system forwards the service request to the service system, the service request is forwarded according to the configuration record in the service configuration table. The service configuration table includes a plurality of configuration records, the configuration records include service identifiers and configuration parameters required for forwarding the service requests, specifically, when an asynchronous task is executed, the service control system queries corresponding configuration records in the service configuration table, the corresponding relationship refers to that the service identifiers of the service requests corresponding to the executed asynchronous task are consistent with the service identifiers in the queried configuration records, and then the service control system implements forwarding of the service requests according to the configuration parameters required for forwarding the service requests recorded in the configuration records.
Optionally, the front-end control system includes a client and a server, the client may provide an interactive interface, display the queried information to the user through the interactive interface, and receive the operation of the user, and the server performs information query and data processing based on the operation of the user at the client.
Specifically, the client may provide a monitoring interface of the asynchronous task, an input window of a query condition is set on the monitoring interface, and a user inputs the query condition in the input window, where the query condition may be any one or more of a service identifier, a task state, a service requester identifier, a service system identifier, a request time, and a task state.
After the client receives the query condition, the server queries the task records meeting the query condition in the asynchronous task table, and the queried task records can be one or more.
Step S102: and displaying the task records meeting the query conditions.
After the server side inquires the task records meeting the inquiry conditions, the task records meeting the inquiry conditions are sent to the client side and displayed through the client side.
Step S103: and responding to the operation of the task record to be edited selected by the user from the task records meeting the query condition, and querying the first configuration record in the service configuration table.
Optionally, the client may display the task record meeting the query condition through the first interactive interface when displaying the task record meeting the query condition. When the queried task record is displayed, various parameters included in the task record may be displayed, or a part of parameters included in the task record may also be displayed, which is not limited in the present application. The first interactive interface displays the inquired task records and simultaneously displays an editing control corresponding to each task record, the editing controls correspond to the task records one by one, the editing control can be a button provided with an editing character, and when a user clicks one editing control, the user equivalently selects the task record corresponding to the editing control as the task record to be edited.
After the client receives the click operation of the user on the editing control corresponding to the first task record, the server responds to the operation, queries in the service configuration table according to the service identifier of the first task record, and the queried configuration record is the first configuration record which comprises the service identifier in the first task record.
Step S104: and displaying the configuration parameters of the first configuration record.
And after the server side inquires the first configuration record, displaying the first configuration record through the client side. Optionally, the configuration record may be displayed through the second interactive interface, and when the first configuration record is displayed, each parameter included in the first configuration record may be displayed, or a part of the configuration parameters included in the first configuration record may also be displayed, which is not limited in this application. The configuration parameters of the first configuration record displayed on the second interactive interface comprise editable configuration parameters, such as a request message, execution times, creation time and the like of a service request, and non-editable configuration parameters, such as a service identifier and the like, and for the editable configuration parameters, a user can directly modify the editable configuration parameters in an edit box.
Step S105: and in response to the modification operation of the configuration parameters in the first configuration record, setting the task state of the first task record in the asynchronous task table to be executed, and updating the values of the modified configuration parameters in the service configuration table.
After the client receives the modification of the editable configuration parameters by the user through the second interactive interface, the server automatically acquires and processes the value of the task state in the first task record in the asynchronous task table in response to the modification operation, wherein when the task state is successful in execution, failed in execution or in execution, the task state is modified to be executed, that is, for the executed asynchronous task (including successful in execution and failed in execution), the asynchronous task is re-executed after being modified to be executed, for the executed asynchronous task, the task state is modified to be executed, the execution process of the asynchronous task is forcibly terminated, and the asynchronous task is re-executed. When the task state is to be executed, the value of the task state is still to be executed; and meanwhile, the server side responds to the modification operation, automatically acquires a first configuration record in the service configuration table, and updates the value of the modified configuration parameter in the first configuration record.
After the front-end control system executes the step S105, since the task state of the first task record is to be executed, the asynchronous task corresponding to the first task record is automatically executed, and during execution, the configuration record updated when the service control system acquires the first configuration record.
That is to say, when the front-end control system modifies the task state of the asynchronous task in the asynchronous task table, any one of the task states of successful execution, failed execution, to-be-executed and execution can be modified, and when the execution state of a certain asynchronous task is modified to be executed, the service control system executes the task to be executed according to the execution task control logic, and can execute the task according to the updated configuration parameters without restarting the service control system, so that the online modification and automatic operation of the asynchronous task are realized.
By adopting the online monitoring method of the asynchronous task provided by the embodiment, the configuration parameters are modified through the visual interface, meanwhile, the configuration parameters in the service configuration table are updated, and the task state of the corresponding asynchronous task is modified to be executed, so that the service control system can directly execute the asynchronous task on line according to the modified configuration parameters to realize the forwarding of the service request, namely, the asynchronous task can be visually monitored under the online state of the service control system, the operation maintenance personnel can change the configuration parameters according to which the service request is forwarded on line, and the service control system automatically forwards the service request according to the updated configuration parameters by modifying the task state of the asynchronous task, thereby realizing the online monitoring and the execution process of modifying the asynchronous task, and the overall monitoring method is simple, without restarting the service control system.
Example two
A second embodiment of the present invention provides a preferred online monitoring method for an asynchronous task, where some steps of the online monitoring method for an asynchronous task are the same as those in the first embodiment, and details of the steps are not repeated in this embodiment, and reference may be made to the first embodiment specifically. Specifically, fig. 2 is a flowchart of an online monitoring method for an asynchronous task according to a second embodiment of the present invention, and as shown in fig. 2, the online monitoring method for an asynchronous task according to the second embodiment includes steps S201 to S206 as follows.
Step S201: and inquiring the task records meeting the inquiry condition in the asynchronous task table.
The service control system transmits the service request to the service system according to the configuration record in the service configuration table when the asynchronous task is executed, and the configuration record comprises the service identifier and the configuration parameters required by the transmission of the service request.
The configuration parameters include a request message, execution times and creation time of the service request.
Step S202: and displaying the task records meeting the query conditions.
After the server side inquires the task records meeting the inquiry conditions, the task records meeting the inquiry conditions are sent to the client side and displayed through the client side.
Optionally, the first interactive interface is configured to display the queried task records, and simultaneously, the first interactive interface further displays an edit control corresponding to each task record and a rerun control corresponding to a task record that fails to be executed.
For the task record with failed execution, a rerun control is set, the rerun control may be a button with a "rerun" character, and when the user clicks the button, the rerun control is operated.
Step S203: and responding to the operation of the task record to be rerun selected by the user from the task records meeting the query condition, and setting the task state of the second task record in the asynchronous task table to be executed.
Optionally, the task record to be rerun selected by the user is defined as a second task record, and the rerun control corresponding to the second task record is the first rerun control.
And after the user selects the task record to be rerun in the task record meeting the query condition, namely after the client of the front-end control system receives the click operation of the user on the first rerun control, the server of the front-end control system responds to the operation, and automatically modifies the value of the task state in the second task record in the asynchronous task table from execution failure to execution.
After the front-end control system executes step S203, because the task state of the second task record is to be executed, the asynchronous task corresponding to the second task record is automatically executed again, and when the asynchronous task is executed again, the execution result is still an execution failure, that is, the task state is still an execution failure, the configuration parameters in the configuration record can be changed through the editing control corresponding to the second task record, so that the service request corresponding to the asynchronous task can be successfully forwarded.
Step S204: and querying a second configuration record in the service configuration table.
The front-end control system inquires in the service configuration table according to the service identifier of the second task record, the inquired configuration record is the second configuration record, and the second configuration record is the configuration record comprising the service identifier in the second task record.
Optionally, after the front-end control system modifies the execution state, the second configuration record may be automatically queried in the service configuration table. Or the editing control corresponding to the second task record is the second editing control, and after the client receives the click operation of the user on the editing control corresponding to the second task record, the server responds to the operation and inquires the second configuration record in the service configuration table.
Step S205: and displaying the configuration parameters of the second configuration record.
And after the server side inquires the second configuration record, displaying the second configuration record through the client side. Optionally, the display may be through a second interactive interface.
Step S206: and responding to the modification operation of the configuration parameters in the second configuration record, setting the task state of the second task record in the asynchronous task table to be executed, and updating the value of the modified configuration parameters in the service configuration table.
By adopting the online monitoring method for the asynchronous task provided by the embodiment, on the basis of realizing the technical effect of the first embodiment, the rerun control is set for the task record with the task state failing to be executed, and after the rerun control is clicked by a user, the service control system can rerun the corresponding asynchronous task, so that when the asynchronous task fails to be executed due to random factors, such as network disconnection and other factors, the asynchronous task can be manually controlled to be rerun.
EXAMPLE III
A third embodiment of the present invention provides a preferred online monitoring method for an asynchronous task, where partial steps of the online monitoring method for an asynchronous task are the same as those in the first embodiment, and details of the partial steps are not repeated in this embodiment, and reference may be made to the first embodiment specifically. Specifically, fig. 3 is a flowchart of an online monitoring method for an asynchronous task according to a third embodiment of the present invention, and as shown in fig. 3, the online monitoring method for an asynchronous task according to the third embodiment includes steps S301 to S307.
Step S301: and inquiring the task records meeting the inquiry condition in the asynchronous task table.
The service control system transmits the service request to the service system according to the configuration record in the service configuration table when the asynchronous task is executed, and the configuration record comprises the service identifier and the configuration parameters required by the transmission of the service request.
The configuration parameters include a request message, execution times and creation time of the service request.
Step S302: and displaying the task records meeting the query conditions.
Optionally, the queried task records, the editing control corresponding to each task record, and the log query control corresponding to the task record failed to be executed are displayed through the first interactive interface.
For the task records with execution failure, a log query control is arranged, the log query control can be a button with a 'log query' word, and when a user clicks the button, the execution log corresponding to the asynchronous task is queried.
The service control system is provided with a log record table, a plurality of log records are arranged in the log record table, each log record can be forwarded for one service request, and information related to a request body of the service request during forwarding and information related to a response body of a service response fed back by the service system after forwarding can be written into the log records.
Step S303: and responding to the operation of the task record of the log to be inquired selected by the user from the task records meeting the inquiry condition, and inquiring the log record corresponding to the first service identifier in the log record table.
The first log query control is any log query control, the service identifier in the task record corresponding to the first log query control is a first service identifier, and the log record comprises the service identifier, a service requester identifier, a service system identifier, a request message and a response message of the service request and request time.
And after the client of the front-end control system receives the click operation of the user on the first log query control, the server of the front-end control system responds to the operation and queries the log record comprising the first service identifier in a log record table.
The execution process information of the asynchronous task is recorded in the log record table, for the asynchronous task which fails to be executed, the reason of the asynchronous task which fails to be executed can be analyzed and known by inquiring the information in the log record table, and then the configuration parameters are modified according to the reason of the asynchronous task which fails to be executed, so that the execution state of the asynchronous task can be executed according to the modified configuration parameters after the asynchronous task is modified from ' failure to ' waiting to be executed ' and then is executed again.
Step S304: and displaying the queried log record.
Optionally, the third interactive interface is configured to display the queried log record, specifically, may display all contents of the log record, or may display only a part of contents of the log record, and the user may quickly locate the reason for the execution failure through data of the log record, so as to modify the configuration parameter through the following steps, and correct the factor for the execution failure.
Step S305: and responding to the operation of the task record to be edited selected by the user from the task records meeting the query condition, and querying the first configuration record in the service configuration table.
The task record corresponding to the first editing control is a first task record, the first task record comprises a first service identifier, and the first configuration record is a configuration record comprising the first service identifier.
Step S306: and displaying the configuration parameters of the first configuration record.
And the second interactive interface is used for displaying the configuration parameters of the first configuration record.
Step S307: and in response to the modification operation of the configuration parameters in the first configuration record, setting the task state of the first task record in the asynchronous task table to be executed, and updating the values of the modified configuration parameters in the service configuration table.
By adopting the online monitoring method for the asynchronous task provided by the embodiment, on the basis of realizing the technical effect of the first embodiment, the log query control is set for the task record with the failed execution according to the task state, and after the user clicks the log query control, the service control system can query and display the log record generated after the corresponding asynchronous task is executed, so that the user can quickly locate the failure reason of the asynchronous task with the failed execution through the log record, and further, the service control system can re-execute the asynchronous task according to the corrected configuration record by modifying the configuration parameters and the task state.
Example four
A fourth embodiment of the present invention provides a preferable online monitoring method for an asynchronous task, where partial steps of the online monitoring method for an asynchronous task are the same as those in the first embodiment, and details of the partial steps are not repeated in this embodiment, and reference may be made to the first embodiment specifically. Specifically, fig. 4 is a flowchart of an online monitoring method for an asynchronous task according to a fourth embodiment of the present invention, and as shown in fig. 4, the online monitoring method for an asynchronous task according to the fourth embodiment includes steps S401 to S406 as follows.
Step S401: and inquiring the task records meeting the inquiry condition in the asynchronous task table.
The service control system transmits the service request to the service system according to the configuration record in the service configuration table when the asynchronous task is executed, and the configuration record comprises the service identifier and the configuration parameters required by the transmission of the service request.
The configuration parameters include a request message, execution times and creation time of the service request.
Step S402: and displaying the task records meeting the query conditions.
The first interactive interface is used for displaying the inquired task records, the editing control corresponding to each task record and the ending control corresponding to the task record to be executed or in execution.
For the task record to be executed or in execution, an end control is set, the end control may be a button with an "end" word, and when the user clicks the button, the execution of the asynchronous task is also ended.
Step S403: and responding to the operation of the task record to be edited selected by the user from the task records meeting the query condition, and querying the first configuration record in the service configuration table.
The first editing control is any editing control, the task record corresponding to the first editing control is a first task record, and the first configuration record is a configuration record comprising a service identifier in the first task record;
step S404: and displaying the configuration parameters of the first configuration record.
The second interactive interface is used for displaying the configuration parameters of the first configuration record;
step S405: and in response to the modification operation of the configuration parameters in the first configuration record, setting the task state of the first task record in the asynchronous task table to be executed, and updating the values of the modified configuration parameters in the service configuration table.
Step S406: and responding to the operation of the task record to be ended selected by the user from the task records meeting the query condition, and setting the task state of the third task record in the asynchronous task table as the execution failure.
The first ending control is any ending control, and the task record corresponding to the first ending control is a third task record.
After a client of the front-end control system receives a click operation of a user on a first ending control, a server of the front-end control system responds to the operation, the value of a task state in a third task record in an asynchronous task table is automatically modified from being executed or to be executed to being failed, the task state is modified from being executed to being failed, and the service control system does not execute an asynchronous task corresponding to the task record any more; and the execution process of the asynchronous task is forcibly terminated for the task record of which the task state is changed from the modification in execution to the failure in execution.
By adopting the online monitoring method for the asynchronous task provided by the embodiment, on the basis of realizing the technical effect of the first embodiment, the end control is set for the task record to be executed or in execution aiming at the task state, and the user can manually control the end of the asynchronous task.
EXAMPLE five
Corresponding to the first embodiment, a fifth embodiment of the present invention provides a front-end control system, fig. 5 is a block diagram of the front-end control system provided in the fifth embodiment of the present invention, and as shown in fig. 5, the front-end control system includes a first query module 501, a first display module 502, a second query module 503, a second display module 504, and a first processing module 505.
The first query module 501 is configured to query a task record meeting a query condition in an asynchronous task table, where the task record includes a task state of an asynchronous task and a service identifier of a service request corresponding to the asynchronous task, the task state includes a success execution, a failure execution, a waiting execution and an execution, when the asynchronous task is executed, a service control system forwards the service request to a service system according to a configuration record in a service configuration table, and the configuration record includes the service identifier and a configuration parameter required for forwarding the service request; the first display module 502 is used for displaying the task records meeting the query conditions; the second query module 503 is configured to, in response to an operation of a user on a task record to be edited selected from task records satisfying a query condition, query the first configuration record in the service configuration table, where the selected task record to be edited is a first task record, and the first configuration record is a configuration record including a service identifier in the first task record; the second display module 504 is configured to display the configuration parameters of the first configuration record; the first processing module 505 is configured to, in response to a modification operation on a configuration parameter in the first configuration record, set a task state of the first task record in the asynchronous task table to be executed, and update a value of the modified configuration parameter in the service configuration table.
Optionally, in an embodiment, the configuration parameter includes a request packet of the service request, an execution time, and a creation time.
Optionally, in an embodiment, the front-end control system further includes a second processing module, configured to, after the step of displaying the task records satisfying the query condition, set the task state of a second task record in the asynchronous task table to be executed in response to an operation of a task record to be rerun, which is selected by the user from the task records satisfying the query condition, where the second task record is the task record selected to be rerun.
Optionally, in an embodiment, the front-end control system further includes a third processing module, configured to, after the step of displaying the task records satisfying the query condition, respond to an operation of a task record of a log to be queried, which is selected by a user from the task records satisfying the query condition, and query a log record corresponding to a first service identifier in the log record table, where the first service identifier is a service identifier in the task record of the selected log to be queried, and the log record includes the service identifier, a service requester identifier, a service system identifier, a request message and a response message of the service request, and a request time; and displaying the queried log record.
Optionally, in an embodiment, the front-end control system further includes a fourth processing module, configured to, after the step of displaying the task records meeting the query condition, set a task state of a third task record in the asynchronous task table as an execution failure in response to an operation that the user selects the task record to be ended, where the third task record is the task record selected by the user to be ended.
EXAMPLE six
Sixth of the present invention provides a service response platform, fig. 6 is a block diagram of the service response platform provided in the sixth of the present invention, and as shown in fig. 6, the service response platform includes a service control system 601, a database 602, and a front end control system 603, where:
the database 602 is configured to store an asynchronous task table and a service configuration table, where the asynchronous task table includes a plurality of task records, the task records include task states of asynchronous tasks and service identifiers of service requests corresponding to the asynchronous tasks, the task states include execution success, execution failure, waiting for execution and execution, the service configuration table includes a plurality of configuration records, and the configuration records include the service identifiers and configuration parameters required for forwarding the service requests; the service control system 601 is configured to forward the service request to the service system according to the configuration record in the service configuration table when executing the asynchronous task; the front-end control system 603 is configured to perform the following steps: inquiring task records meeting the inquiry condition in the asynchronous task table; displaying the task records meeting the query conditions; responding to the operation of a user on a task record to be edited selected from the task records meeting the query condition, and querying a first configuration record in a task configuration table, wherein the selected task record to be edited is the first task record, and the first configuration record is the configuration record comprising a service identifier in the first task record; displaying the configuration parameters of the first configuration record; and in response to the modification operation of the configuration parameters in the first configuration record, setting the task state of the first task record in the asynchronous task table to be executed, and updating the values of the modified configuration parameters in the service configuration table.
Optionally, in an embodiment, the configuration parameter includes a request packet of the service request, an execution time, and a creation time.
Optionally, in an embodiment, after the step of displaying the task records satisfying the query condition, the front-end control system 603 is further configured to perform the following steps: and responding to the operation of the task record to be rerun selected by the user from the task records meeting the query condition, and setting the task state of a second task record in the asynchronous task table to be executed, wherein the second task record is the selected task record to be rerun.
Optionally, in an embodiment, after the step of displaying the task records satisfying the query condition, the front-end control system 603 is further configured to perform the following steps: responding to the operation of a user on task records of a to-be-queried log selected from the task records meeting query conditions, and querying log records corresponding to a first service identifier in a log record table, wherein the first service identifier is the service identifier in the task records of the selected to-be-queried log, and the log records comprise the service identifier, a service requester identifier, a service system identifier, a request message and a response message of a service request and request time; and displaying the queried log record.
Optionally, in an embodiment, after the step of displaying the task records satisfying the query condition, the front-end control system 603 is further configured to perform the following steps: and responding to the operation of the task record to be finished selected from the task records meeting the query condition by the user, and setting the task state of a third task record in the asynchronous task table as the execution failure, wherein the third task record is the selected task record to be finished.
EXAMPLE seven
The seventh embodiment further provides a computer device, such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a rack server, a blade server, a tower server or a rack server (including an independent server or a server cluster composed of multiple servers) capable of executing programs, and the like. As shown in fig. 7, the computer device 01 of the present embodiment at least includes but is not limited to: a memory 011 and a processor 012, which are communicatively connected to each other via a system bus, as shown in fig. 7. It is noted that fig. 7 only shows the computer device 01 having the component memory 011 and the processor 012, but it is to be understood that not all of the shown components are required to be implemented, and that more or fewer components may be implemented instead.
In this embodiment, the memory 011 (i.e., a readable storage medium) includes a flash memory, a hard disk, a multimedia card, a card-type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a read-only memory (ROM), an electrically erasable programmable read-only memory (EEPROM), a programmable read-only memory (PROM), a magnetic memory, a magnetic disk, an optical disk, and the like. In some embodiments, the storage 011 can be an internal storage unit of the computer device 01, such as a hard disk or a memory of the computer device 01. In other embodiments, the memory 011 can also be an external storage device of the computer device 01, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), etc. provided on the computer device 01. Of course, the memory 011 can also include both internal and external memory units of the computer device 01. In this embodiment, the memory 011 is generally used for storing an operating system installed in the computer device 01 and various application software, such as the program codes of the front-end control system in the fifth embodiment. Further, the memory 011 can also be used to temporarily store various kinds of data that have been output or are to be output.
The processor 012 may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor, or other data Processing chip in some embodiments. The processor 012 is generally used to control the overall operation of the computer device 01. In this embodiment, the processor 012 is configured to run a program code stored in the memory 011 or process data, for example, an online monitoring method of an asynchronous task.
Example eight
The present embodiment also provides a computer-readable storage medium, such as a flash memory, a hard disk, a multimedia card, a card-type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a read-only memory (ROM), an electrically erasable programmable read-only memory (EEPROM), a programmable read-only memory (PROM), a magnetic memory, a magnetic disk, an optical disk, a server, an App application mall, etc., on which a computer program is stored, which when executed by a processor implements corresponding functions. The computer-readable storage medium of this embodiment is used to store a front-end control system, and when executed by a processor, implements the online monitoring method for asynchronous tasks of the first embodiment.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. An online monitoring method for asynchronous tasks is characterized by comprising the following steps:
inquiring a task record meeting an inquiry condition in an asynchronous task table, wherein the task record comprises a task state of an asynchronous task and a service identifier of a service request corresponding to the asynchronous task, the task state comprises execution success, execution failure, waiting for execution and execution, when the asynchronous task is executed, a service control system forwards the service request to a service system according to a configuration record in a service configuration table, and the configuration record comprises the service identifier and a configuration parameter required by forwarding the service request;
displaying the task records meeting the query conditions;
responding to the operation of a user on a task record to be edited selected from the task records meeting the query condition, and querying a first configuration record in the service configuration table, wherein the selected task record to be edited is a first task record, and the first configuration record is a configuration record comprising a service identifier in the first task record;
displaying the configuration parameters of the first configuration record;
and in response to the modification operation of the configuration parameters in the first configuration record, setting the task state of the first task record in the asynchronous task table to be executed, and updating the values of the modified configuration parameters in the service configuration table.
2. The method for on-line monitoring of asynchronous task as claimed in claim 1, wherein said configuration parameters comprise request message, execution times and creation time of said service request.
3. The method for asynchronous task online monitoring as recited in claim 1, wherein after the step of displaying the task records satisfying the query condition, the method further comprises:
and responding to the operation of the task record to be rerun selected by the user from the task records meeting the query condition, and setting the task state of a second task record in the asynchronous task table to be executed, wherein the second task record is the selected task record to be rerun.
4. The method for asynchronous task online monitoring as recited in claim 1, wherein after the step of displaying the task records satisfying the query condition, the method further comprises:
responding to the operation of a user on task records of a log to be queried selected from the task records meeting query conditions, and querying log records corresponding to a first service identifier in a log record table, wherein the first service identifier is a service identifier in the task records of the selected log to be queried, and the log records comprise the service identifier, a service requester identifier, a service system identifier, a request message and a response message of a service request and request time;
and displaying the queried log record.
5. The method for asynchronous task online monitoring as recited in claim 1, wherein after the step of displaying the task records satisfying the query condition, the method further comprises:
and responding to the operation of the task record to be finished selected from the task records meeting the query condition by the user, and setting the task state of a third task record in the asynchronous task table as the execution failure, wherein the third task record is the selected task record to be finished.
6. A front end control system, comprising:
the system comprises a first query module, a second query module and a third query module, wherein the first query module is used for querying a task record meeting query conditions in an asynchronous task table, the task record comprises a task state of an asynchronous task and a service identifier of a service request corresponding to the asynchronous task, the task state comprises execution success, execution failure, waiting for execution and execution, when the asynchronous task is executed, a service control system forwards the service request to a service system according to a configuration record in a service configuration table, and the configuration record comprises the service identifier and configuration parameters required by forwarding the service request;
the first display module is used for displaying the task records meeting the query conditions;
a second query module, configured to query, in response to an operation of a user on a task record to be edited, which is selected from the task records satisfying a query condition, a first configuration record in the service configuration table, where the task record to be edited selected by the user is a first task record, and the first configuration record is a configuration record including a service identifier in the first task record;
the second display module is used for displaying the configuration parameters of the first configuration record;
and the processing module is used for responding to modification operation on the configuration parameters in the first configuration record, setting the task state of the first task record in the asynchronous task table to be executed, and updating the modified configuration parameters in the service configuration table.
7. The front-end control system of claim 6, wherein the configuration parameters comprise a request message, an execution time, and a creation time of the service request.
8. A business response platform, comprising a service control system, a database, and a front-end control system, wherein:
the database is used for storing an asynchronous task table and a service configuration table, the asynchronous task table comprises a plurality of task records, the task records comprise task states of asynchronous tasks and service identifiers of service requests corresponding to the asynchronous tasks, the task states comprise execution success, execution failure, waiting execution and execution, the service configuration table comprises a plurality of configuration records, and the configuration records comprise the service identifiers and configuration parameters required by service request forwarding;
the service control system is used for forwarding the service request to a service system according to the configuration record in the service configuration table when the asynchronous task is executed;
the front end control system is used for executing the following steps: inquiring task records meeting the inquiry condition in the asynchronous task table; displaying the task records meeting the query conditions; responding to the operation of a user on a task record to be edited selected from the task records meeting the query condition, and querying a first configuration record in the service configuration table, wherein the task record to be edited selected by the user is a first task record, and the first configuration record is a configuration record comprising a service identifier in the first task record; displaying the configuration parameters of the first configuration record; and in response to the modification operation of the configuration parameters in the first configuration record, setting the task state of the first task record in the asynchronous task table to be executed, and updating the values of the modified configuration parameters in the service configuration table.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method of any of claims 1 to 5 are implemented by the processor when executing the computer program.
10. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program when executed by a processor implements the steps of the method of any one of claims 1 to 5.
CN202010129273.1A 2020-02-28 2020-02-28 Asynchronous task online monitoring method, front-end control system and service response platform Pending CN111367725A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010129273.1A CN111367725A (en) 2020-02-28 2020-02-28 Asynchronous task online monitoring method, front-end control system and service response platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010129273.1A CN111367725A (en) 2020-02-28 2020-02-28 Asynchronous task online monitoring method, front-end control system and service response platform

Publications (1)

Publication Number Publication Date
CN111367725A true CN111367725A (en) 2020-07-03

Family

ID=71208259

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010129273.1A Pending CN111367725A (en) 2020-02-28 2020-02-28 Asynchronous task online monitoring method, front-end control system and service response platform

Country Status (1)

Country Link
CN (1) CN111367725A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112488848A (en) * 2020-11-17 2021-03-12 中国人寿保险股份有限公司 Method for autonomously scheduling insurance service monitoring task through foreground system
CN113065054A (en) * 2021-03-31 2021-07-02 北京达佳互联信息技术有限公司 Request processing method and device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080256310A1 (en) * 2007-04-11 2008-10-16 Kenneth Wayne Boyd Maintain owning application information of data for a data storage system
CN103443773A (en) * 2011-08-12 2013-12-11 甲骨文国际公司 Method and system for reducing write latency for database logging utilizing multiple storage devices
CN107665234A (en) * 2017-07-25 2018-02-06 平安科技(深圳)有限公司 Method for processing business, device, server and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080256310A1 (en) * 2007-04-11 2008-10-16 Kenneth Wayne Boyd Maintain owning application information of data for a data storage system
CN103443773A (en) * 2011-08-12 2013-12-11 甲骨文国际公司 Method and system for reducing write latency for database logging utilizing multiple storage devices
CN107665234A (en) * 2017-07-25 2018-02-06 平安科技(深圳)有限公司 Method for processing business, device, server and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112488848A (en) * 2020-11-17 2021-03-12 中国人寿保险股份有限公司 Method for autonomously scheduling insurance service monitoring task through foreground system
CN113065054A (en) * 2021-03-31 2021-07-02 北京达佳互联信息技术有限公司 Request processing method and device, electronic equipment and storage medium
CN113065054B (en) * 2021-03-31 2024-03-01 北京达佳互联信息技术有限公司 Request processing method, request processing device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US20030070162A1 (en) Information processor having multi OS and its OS update method
US20090144730A1 (en) Software deployment method and system, software deployment server and user server
CN106469068B (en) Application program deployment method and system
CN108510287B (en) Client return visit judgment method, electronic device and computer readable storage medium
CN111897558A (en) Kubernets upgrading method and device for container cluster management system
CN111737227A (en) Data modification method and system
CN111367725A (en) Asynchronous task online monitoring method, front-end control system and service response platform
CN111414391A (en) Method and system for accessing multiple data sources
CN111124540B (en) Dynamic configuration method of service control system and service request forwarding method
CN110968478A (en) Log collection method, server and computer storage medium
CN111371645B (en) Method, system, computer equipment and storage medium for testing service connectivity
CN110727575B (en) Information processing method, system, device and storage medium
CN116149713B (en) Program upgrading method and device for all-level equipment under tree-type heterogeneous network
CN111049913B (en) Data file transmission method and device, storage medium and electronic equipment
CN114443294B (en) Big data service component deployment method, system, terminal and storage medium
CN110784353A (en) Network element equipment configuration data migration method and device
WO2023111910A1 (en) Rolling back database transaction
CN114443166B (en) Shared file processing method, device and medium
CN112055086B (en) IIS site, release and management method of Windows service, operation and maintenance system and platform
CN114553859A (en) BMC configuration management method and device, electronic equipment and storage medium
CN114153858A (en) Method and device for automatically updating tenant in MySQL table space
JP7102783B2 (en) System management equipment, system management methods, and programs
CN113656088A (en) Self-service management method and device for Internet data center server and storage medium
CN111800461A (en) Script downloading method, device, equipment and storage medium of browser
JP5317182B2 (en) POS terminal, module update method and module update program

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