CN110597613A - Task processing method, device, equipment and computer readable storage medium - Google Patents

Task processing method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN110597613A
CN110597613A CN201810599602.1A CN201810599602A CN110597613A CN 110597613 A CN110597613 A CN 110597613A CN 201810599602 A CN201810599602 A CN 201810599602A CN 110597613 A CN110597613 A CN 110597613A
Authority
CN
China
Prior art keywords
configuration file
subtasks
server
subtask
sending
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
CN201810599602.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.)
Chengdu Dingqiao Communication Technology Co Ltd
TD Tech Chengdu Co Ltd
Original Assignee
Chengdu Dingqiao Communication Technology Co Ltd
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 Chengdu Dingqiao Communication Technology Co Ltd filed Critical Chengdu Dingqiao Communication Technology Co Ltd
Priority to CN201810599602.1A priority Critical patent/CN110597613A/en
Publication of CN110597613A publication Critical patent/CN110597613A/en
Pending legal-status Critical Current

Links

Classifications

    • 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5017Task decomposition

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention provides a task processing method, a task processing device, a task processing equipment and a computer readable storage medium. The method comprises the following steps: dividing the target task into a plurality of subtasks; generating a first configuration file according to the plurality of subtasks, wherein the first configuration file comprises the incidence relation of the plurality of subtasks and the plurality of subtasks; sending the first configuration file to a server so that the server executes the plurality of subtasks according to the incidence relation of the plurality of subtasks; receiving a first configuration file execution result sent by the server, wherein the first configuration file execution result comprises log information when the server executes each subtask in the plurality of subtasks; and determining a target subtask with an execution error in the plurality of subtasks according to the log information. The embodiment of the invention improves the problem positioning efficiency in the configuration file.

Description

Task processing method, device, equipment and computer readable storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a task processing method, a task processing device, a task processing equipment and a computer readable storage medium.
Background
In the prior art, the server implements corresponding functions by executing the configuration file, such as installing the configuration file and upgrading the configuration file.
However, when the configuration file has an error, the installation flow code or the upgrade flow code in the whole configuration file needs to be read manually, so that the problem location efficiency in the configuration file is reduced.
Disclosure of Invention
The embodiment of the invention provides a task processing method, a task processing device, a task processing equipment and a computer readable storage medium, and aims to improve the problem positioning efficiency in a configuration file.
In a first aspect, an embodiment of the present invention provides a task processing method, including:
dividing the target task into a plurality of subtasks;
generating a first configuration file according to the plurality of subtasks, wherein the first configuration file comprises the incidence relation of the plurality of subtasks and the plurality of subtasks;
sending the first configuration file to a server so that the server executes the plurality of subtasks according to the incidence relation of the plurality of subtasks;
receiving a first configuration file execution result sent by the server, wherein the first configuration file execution result comprises log information when the server executes each subtask in the plurality of subtasks;
and determining a target subtask with an execution error in the plurality of subtasks according to the log information.
In a second aspect, an embodiment of the present invention provides a task processing apparatus, including:
the dividing module is used for dividing the target task into a plurality of subtasks;
a generating module, configured to generate a first configuration file according to the multiple subtasks, where the first configuration file includes an association relationship between the multiple subtasks and the multiple subtasks;
a sending module, configured to send the first configuration file to a server, so that the server executes the multiple subtasks according to the association relationship between the multiple subtasks;
a receiving module, configured to receive a first configuration file execution result sent by the server, where the first configuration file execution result includes log information when the server executes each of the multiple subtasks;
and the determining module is used for determining a target subtask with an execution error in the plurality of subtasks according to the log information.
In a third aspect, an embodiment of the present invention provides a terminal device, including:
a memory;
a processor; and
a computer program;
wherein the computer program is stored in the memory and configured to be executed by the processor to implement the method of the first aspect.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, the computer program being executed by a processor to implement the method of the first aspect.
According to the task processing method, the task processing device, the task processing equipment and the computer readable storage medium, the target task is divided into the plurality of subtasks, each subtask is independent, the server executes the plurality of subtasks according to the incidence relation among the plurality of subtasks, and then determines the target subtask with the execution error in the plurality of subtasks according to the log information of the server when executing each subtask, and the sub task with the execution error in the configuration file can be determined without manually reading the whole configuration file, so that the problem location efficiency in the configuration file is improved.
Drawings
Fig. 1 is a schematic diagram of an application scenario provided in an embodiment of the present invention;
FIG. 2 is a flowchart of a task processing method according to an embodiment of the present invention;
FIG. 3 is a flowchart of a task processing method according to another embodiment of the present invention;
FIG. 4 is a flowchart of a task processing method according to another embodiment of the present invention;
fig. 5 is a schematic diagram of another application scenario provided in the embodiment of the present invention;
fig. 6 is a schematic diagram of another application scenario provided in the embodiment of the present invention;
FIG. 7 is a flowchart of a task processing method according to another embodiment of the present invention;
FIG. 8 is a flowchart of a task processing method according to another embodiment of the present invention;
FIG. 9 is a schematic structural diagram of a task processing device according to an embodiment of the present invention;
fig. 10 is a schematic structural diagram of a terminal device according to an embodiment of the present invention.
With the foregoing drawings in mind, certain embodiments of the disclosure have been shown and described in more detail below. These drawings and written description are not intended to limit the scope of the disclosed concepts in any way, but rather to illustrate the concepts of the disclosure to those skilled in the art by reference to specific embodiments.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The task processing method provided by the invention can be applied to the communication system shown in fig. 1. As shown in fig. 1, the communication system includes: access network device 11, terminal device 12, and server 13. Specifically, the access network device 11 may be a switch, and the terminal device 12 may be a Personal Computer (PC).
The task processing method provided by the invention aims to solve the technical problems in the prior art.
The following describes the technical solutions of the present invention and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present invention will be described below with reference to the accompanying drawings.
Fig. 2 is a flowchart of a task processing method according to an embodiment of the present invention. The embodiment of the invention provides a task processing method aiming at the technical problems in the prior art, and the method comprises the following specific steps:
step 201, dividing the target task into a plurality of subtasks.
In this embodiment, the target task may specifically be an installation flow code or an upgrade flow code, and this embodiment may be executed by the terminal device 12 shown in fig. 1. The terminal device 12 may perform functional sub-module decoupling on the installation flow code or the upgrade flow code to obtain a plurality of sub-tasks, and each sub-task may correspond to one functional sub-module.
Step 202, generating a first configuration file according to the multiple subtasks, wherein the first configuration file comprises the incidence relation of the multiple subtasks and the multiple subtasks.
The terminal device 12 further generates a first configuration file according to the multiple subtasks, where the first configuration file includes the association relationship between the multiple subtasks and the multiple subtasks, for example, the multiple subtasks include subtask 1, subtask 2, and subtask 3; the association relationship among the subtasks 1, 2, and 3 may be a dependency relationship among the subtasks 1, 2, and 3, for example, the execution of the subtask 2 needs to depend on the execution of the subtask 1 and the subtask 3 needs to depend on the subtask 2, that is, the execution of the subtask 2 needs to be premised on the execution of the subtask 1, and the execution of the subtask 3 needs to be premised on the execution of the subtask 1 and the subtask 2.
Step 203, sending the first configuration file to a server, so that the server executes the plurality of subtasks according to the association relationship of the plurality of subtasks.
For example, the first configuration file includes subtask 1, subtask 2, and subtask 3, the terminal device 12 sends the first configuration file to the server 13, and the server 13 executes the subtask 1, the subtask 2, and the subtask 3 in sequence according to the dependency relationship among the subtask 1, the subtask 2, and the subtask 3.
Step 204, receiving a first configuration file execution result sent by the server, where the first configuration file execution result includes log information when the server executes each of the multiple subtasks.
After receiving the subtasks 1, 2, and 3 sent by the terminal device 12, the server 13 sequentially executes the subtasks 1, 2, and 3, records the execution process when the subtasks 1, 2, and 3 are executed, and generates log information, for example, the server 13 records whether the subtask 1 is successfully executed, an intermediate result generated when the subtask 1 is executed, and the like.
Step 205, determining a target subtask with an execution error in the plurality of subtasks according to the log information.
After the server 13 sequentially executes the subtask 1, the subtask 2, and the subtask 3, the server sends log information generated in the execution process to the terminal device 12, and the terminal device 12 can determine which subtask among the subtask 1, the subtask 2, and the subtask 3 has an error in the execution process and which subtask is successfully executed according to the log information.
According to the method and the device, the target task is divided into the plurality of subtasks, each subtask is independent, the server determines the target subtask with the execution error in the plurality of subtasks according to the log information of the server when executing each subtask after executing the plurality of subtasks according to the incidence relation among the plurality of subtasks, and the subtask with the execution error in the configuration file can be determined without manually reading the whole configuration file, so that the problem positioning efficiency in the configuration file is improved.
Fig. 3 is a flowchart of a task processing method according to another embodiment of the present invention. On the basis of the foregoing embodiment, the task processing method provided in this embodiment specifically includes the following steps:
step 301, dividing the target task into a plurality of subtasks.
Step 302, generating a first configuration file according to the multiple subtasks, where the first configuration file includes the association relationship of the multiple subtasks and the multiple subtasks.
Step 303, sending the first configuration file to a server, so that the server executes the multiple subtasks according to the association relationship of the multiple subtasks.
Step 304, receiving a first configuration file execution result sent by the server, where the first configuration file execution result includes log information when the server executes each of the multiple subtasks.
And 305, determining a target subtask with an error in execution from the plurality of subtasks according to the log information.
The implementation manner and specific principle of steps 301 to 305 are consistent with those of steps 201 to 205 in the above embodiments, and are not described herein again.
Step 306, modifying the target subtask in the first configuration file to obtain a second configuration file.
In this embodiment, when the terminal device 12 determines which subtask of the multiple subtasks in the first configuration file has an error during the execution process according to the log information returned by the server 13, and which subtask is successfully executed, the terminal device 12 may modify the target subtask with the error, that is, the target subtask in the first configuration file is modified, so that the first configuration file becomes the second configuration file.
Step 307, sending the second configuration file to a server, so that the server executes the second configuration file.
The terminal device 12 further sends the second configuration file to the server 13, so that the server 13 executes the second configuration file, and optionally, a specific process and principle for executing the second configuration file by the server 13 are consistent with a specific process and principle for executing the first configuration file by the server 13, which is not described herein again.
According to the method and the device, the target task is divided into the plurality of subtasks, each subtask is independent, the server determines the target subtask with the execution error in the plurality of subtasks according to the log information of the server when executing each subtask after executing the plurality of subtasks according to the incidence relation among the plurality of subtasks, and the subtask with the execution error in the configuration file can be determined without manually reading the whole configuration file, so that the problem positioning efficiency in the configuration file is improved.
Fig. 4 is a flowchart of a task processing method according to another embodiment of the present invention. On the basis of the foregoing embodiment, the task processing method provided in this embodiment further includes the following steps:
step 401, adding a sub task in the first configuration file to obtain a second configuration file.
As shown in fig. 5, the target task is specifically an installation task, the terminal device 12 modularizes the installation task into 4 subtasks, the subtask 1 is a pre-installation system environment check, the subtask 2 is operations such as common component installation and system reinforcement, the subtask 3 is an operation related to product installation and initialization service execution, and the subtask 4 is an operation related to product service startup and product service check. The terminal device 12 may send the subtasks 1, 2, 3, and 4 corresponding to the installation task to the server 13, so that the installation task scheduling executor of the server 13 may execute the installation task.
The terminal device 12 forms the first configuration file with the subtasks 1, 2, 3, and 4 corresponding to the installation task, and the terminal device 12 may add a new subtask based on the first configuration file, as shown in fig. 6, the terminal device 12 adds the new subtask 3, the new subtask 3 is to perform backup related operations of the old version of the product, and in addition, the terminal device 12 may modify the original subtask in the first configuration file, for example, modify the subtask 1 in fig. 5 into the subtask 1 in fig. 6, modify the subtask 3 in fig. 5 into the subtask 4 in fig. 6, modify the subtask 4 in fig. 5 into the subtask 5 in fig. 6, thereby modifying the installation task shown in fig. 5 into the upgrade task shown in fig. 6, and the terminal device 12 modifies the subtask 1, the subtask 2, the subtask 3, and the corresponding to the upgrade task into the upgrade task, and the terminal device 12 performs backup related operations of the old version of the product, Subtasks 4, 5 constitute a second configuration file. When the terminal device 12 executes the plurality of subtasks corresponding to the upgrade task shown in fig. 6, it is assumed that the terminal device 12 successfully executes the subtask 3, that is, the terminal device 12 successfully backs up the old version, and if the terminal device 12 fails to execute the subtask 4 or the subtask 5 shown in fig. 6, that is, the upgrade task fails, the server 13 may also restore to the old version, which specifically refers to the old software version.
Step 402, sending the second configuration file to a server, so that the server executes the second configuration file.
Specifically, the terminal device 12 may send the subtask 1, the subtask 2, the subtask 3, the subtask 4, and the subtask 5 corresponding to the upgrade task to the server 13, so that the upgrade task scheduling executor of the server 13 executes the upgrade task.
According to the embodiment of the invention, the subtask is added in the first configuration file to obtain the second configuration file, and the second configuration file is sent to the server, so that the server executes the second configuration file, the server can execute different configuration files, and the flexibility of the configuration files is improved.
Fig. 7 is a flowchart of a task processing method according to another embodiment of the present invention. On the basis of the foregoing embodiment, the task processing method provided in this embodiment further includes the following steps:
and 701, reducing the subtasks in the first configuration file to obtain a second configuration file.
For example, the terminal device 12 configures the subtasks 1, 2, 3, and 4 corresponding to the installation task as a first configuration file, and the terminal device 12 may further reduce the subtasks based on the first configuration file, for example, reduce the subtask 1 shown in fig. 5, so that the subtask 2, 3, and 4 shown in fig. 5 form a second configuration file, and the second configuration file also corresponds to the installation task.
Step 702, sending the second configuration file to a server, so that the server executes the second configuration file.
Specifically, the terminal device 12 transmits the subtasks 2, 3, and 4 shown in fig. 5 to the server 13 so that the installation task scheduling executor of the server 13 executes the installation task.
According to the embodiment of the invention, the subtasks are reduced in the first configuration file to obtain the second configuration file, and the second configuration file is sent to the server, so that the server executes the second configuration file, the server can execute different configuration files, and the flexibility of the configuration files is improved.
Fig. 8 is a flowchart of a task processing method according to another embodiment of the present invention. On the basis of the foregoing embodiment, the task processing method provided in this embodiment further includes the following steps:
step 801, modifying at least one sub task in the first configuration file to obtain a second configuration file.
As shown in fig. 5 and 6, the terminal device 12 modifies the subtask 1 in fig. 5 to the subtask 1 in fig. 6, modifies the subtask 3 in fig. 5 to the subtask 4 in fig. 6, modifies the subtask 4 in fig. 5 to the subtask 5 in fig. 6, and adds a new subtask 3, thereby modifying the installation task shown in fig. 5 to the upgrade task shown in fig. 6.
Step 802, sending the second configuration file to a server, so that the server executes the second configuration file.
Specifically, the terminal device 12 sends the subtask 1, the subtask 2, the subtask 3, the subtask 4, and the subtask 5 corresponding to the upgrade task to the server 13, so that the upgrade task scheduling executor of the server 13 executes the upgrade task.
According to the embodiment of the invention, the subtask is modified in the first configuration file to obtain the second configuration file, and the second configuration file is sent to the server, so that the server executes the second configuration file, the server can execute different configuration files, and the flexibility of the configuration files is improved.
Fig. 9 is a schematic structural diagram of a task processing device according to an embodiment of the present invention. As shown in fig. 9, the task processing device 90 may execute the processing flow provided by the task processing method, and includes: a dividing module 91, a generating module 92, a sending module 93, a receiving module 94 and a determining module 95; the dividing module 91 is configured to divide the target task into a plurality of subtasks; the generating module 92 is configured to generate a first configuration file according to the multiple subtasks, where the first configuration file includes an association relationship between the multiple subtasks and the multiple subtasks; the sending module 93 is configured to send the first configuration file to a server, so that the server executes the multiple subtasks according to the association relationship between the multiple subtasks; the receiving module 94 is configured to receive a first configuration file execution result sent by the server, where the first configuration file execution result includes log information when the server executes each of the multiple subtasks; the determining module 95 is configured to determine, according to the log information, a target subtask with an execution error among the plurality of subtasks.
Optionally, the task processing device 90 further includes: the modifying module 96, the modifying module 96 is configured to modify the target subtask in the first configuration file to obtain a second configuration file; the sending module 93 is further configured to: and sending the second configuration file to a server so that the server executes the second configuration file.
Optionally, the modifying module 96 is further configured to add a subtask to the first configuration file to obtain a second configuration file; the sending module 93 is further configured to: and sending the second configuration file to a server so that the server executes the second configuration file.
Optionally, the modifying module 96 is further configured to reduce the subtasks in the first configuration file to obtain a second configuration file; the sending module 93 is further configured to: and sending the second configuration file to a server so that the server executes the second configuration file.
Optionally, the modifying module 96 is further configured to modify at least one sub task in the first configuration file to obtain a second configuration file; the sending module 93 is further configured to: and sending the second configuration file to a server so that the server executes the second configuration file.
The task processing device in the embodiment shown in fig. 9 can be used to implement the technical solutions of the above method embodiments, and the implementation principles and technical effects are similar, and are not described herein again.
Fig. 10 is a schematic structural diagram of a terminal device according to an embodiment of the present invention. As shown in fig. 10, the terminal device 100 includes a memory 101, a processor 102, a computer program, and a communication interface 103; wherein the computer program is stored in the memory 101 and is configured to execute the task processing method described in the above embodiments by the processor 102.
The terminal device in the embodiment shown in fig. 10 may be configured to execute the technical solution of the method embodiment, and the implementation principle and the technical effect are similar, which are not described herein again.
In addition, the present embodiment also provides a computer-readable storage medium on which a computer program is stored, the computer program being executed by a processor to implement the task processing method described in the above embodiment.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The integrated unit implemented in the form of a software functional unit may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) or a processor (processor) to execute some steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
It is obvious to those skilled in the art that, for convenience and simplicity of description, the foregoing division of the functional modules is merely used as an example, and in practical applications, the above function distribution may be performed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules to perform all or part of the above described functions. For the specific working process of the device described above, reference may be made to the corresponding process in the foregoing method embodiment, which is not described herein again.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (12)

1. A task processing method, comprising:
dividing the target task into a plurality of subtasks;
generating a first configuration file according to the plurality of subtasks, wherein the first configuration file comprises the incidence relation of the plurality of subtasks and the plurality of subtasks;
sending the first configuration file to a server so that the server executes the plurality of subtasks according to the incidence relation of the plurality of subtasks;
receiving a first configuration file execution result sent by the server, wherein the first configuration file execution result comprises log information when the server executes each subtask in the plurality of subtasks;
and determining a target subtask with an execution error in the plurality of subtasks according to the log information.
2. The method according to claim 1, wherein after determining a target subtask among the plurality of subtasks that is subject to an error according to the log information, the method further comprises:
modifying the target subtask in the first configuration file to obtain a second configuration file;
and sending the second configuration file to a server so that the server executes the second configuration file.
3. The method of claim 1, further comprising:
adding a subtask in the first configuration file to obtain a second configuration file;
and sending the second configuration file to a server so that the server executes the second configuration file.
4. The method of claim 1, further comprising:
reducing subtasks in the first configuration file to obtain a second configuration file;
and sending the second configuration file to a server so that the server executes the second configuration file.
5. The method of claim 1, further comprising:
modifying at least one subtask in the first configuration file to obtain a second configuration file;
and sending the second configuration file to a server so that the server executes the second configuration file.
6. A task processing apparatus, comprising:
the dividing module is used for dividing the target task into a plurality of subtasks;
a generating module, configured to generate a first configuration file according to the multiple subtasks, where the first configuration file includes an association relationship between the multiple subtasks and the multiple subtasks;
a sending module, configured to send the first configuration file to a server, so that the server executes the multiple subtasks according to the association relationship between the multiple subtasks;
a receiving module, configured to receive a first configuration file execution result sent by the server, where the first configuration file execution result includes log information when the server executes each of the multiple subtasks;
and the determining module is used for determining a target subtask with an execution error in the plurality of subtasks according to the log information.
7. The task processing device according to claim 6, further comprising:
the modification module is used for modifying the target subtask in the first configuration file to obtain a second configuration file;
the sending module is further configured to: and sending the second configuration file to a server so that the server executes the second configuration file.
8. The task processing device according to claim 6, further comprising:
the modification module is used for adding subtasks in the first configuration file to obtain a second configuration file;
the sending module is further configured to: and sending the second configuration file to a server so that the server executes the second configuration file.
9. The task processing device according to claim 6, further comprising:
the modification module is used for reducing subtasks in the first configuration file to obtain a second configuration file;
the sending module is further configured to: and sending the second configuration file to a server so that the server executes the second configuration file.
10. The task processing device according to claim 6, further comprising:
the modification module is used for modifying at least one subtask in the first configuration file to obtain a second configuration file;
the sending module is further configured to: and sending the second configuration file to a server so that the server executes the second configuration file.
11. A terminal device, comprising:
a memory;
a processor; and
a computer program;
wherein the computer program is stored in the memory and configured to be executed by the processor to implement the method of any one of claims 1-5.
12. A computer-readable storage medium, having stored thereon a computer program for execution by a processor to perform the method of any one of claims 1-5.
CN201810599602.1A 2018-06-12 2018-06-12 Task processing method, device, equipment and computer readable storage medium Pending CN110597613A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810599602.1A CN110597613A (en) 2018-06-12 2018-06-12 Task processing method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810599602.1A CN110597613A (en) 2018-06-12 2018-06-12 Task processing method, device, equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN110597613A true CN110597613A (en) 2019-12-20

Family

ID=68849420

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810599602.1A Pending CN110597613A (en) 2018-06-12 2018-06-12 Task processing method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN110597613A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111611058A (en) * 2020-05-21 2020-09-01 北京明略软件系统有限公司 Task execution method and device and electronic equipment
CN112835692A (en) * 2021-01-12 2021-05-25 山东众阳健康科技集团有限公司 Log message driven task method, system, storage medium and equipment
CN114879981A (en) * 2022-05-27 2022-08-09 北京百度网讯科技有限公司 Installation method and device of cloud operating system, electronic equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012075622A1 (en) * 2010-12-07 2012-06-14 Sap Ag Implemantion of a process based on a user-defined sub-task sequence
CN102508704A (en) * 2011-11-10 2012-06-20 上海市共进通信技术有限公司 Method for implementing task decomposition and parallel processing in computer software system
CN102763086A (en) * 2012-01-18 2012-10-31 华为技术有限公司 Task processing system for distributed computation and task processing method for distributed computation
CN102999385A (en) * 2012-11-06 2013-03-27 苏州懿源宏达知识产权代理有限公司 Multiprocessor co-processing method in computation equipment
CN104317843A (en) * 2014-10-11 2015-01-28 上海瀚之友信息技术服务有限公司 Data synchronism ETL (Extract Transform Load) system
CN108011752A (en) * 2017-11-21 2018-05-08 江苏天联信息科技发展有限公司 Fault locating analysis method and device, computer-readable recording medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012075622A1 (en) * 2010-12-07 2012-06-14 Sap Ag Implemantion of a process based on a user-defined sub-task sequence
CN102508704A (en) * 2011-11-10 2012-06-20 上海市共进通信技术有限公司 Method for implementing task decomposition and parallel processing in computer software system
CN102763086A (en) * 2012-01-18 2012-10-31 华为技术有限公司 Task processing system for distributed computation and task processing method for distributed computation
CN102999385A (en) * 2012-11-06 2013-03-27 苏州懿源宏达知识产权代理有限公司 Multiprocessor co-processing method in computation equipment
CN104317843A (en) * 2014-10-11 2015-01-28 上海瀚之友信息技术服务有限公司 Data synchronism ETL (Extract Transform Load) system
CN108011752A (en) * 2017-11-21 2018-05-08 江苏天联信息科技发展有限公司 Fault locating analysis method and device, computer-readable recording medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111611058A (en) * 2020-05-21 2020-09-01 北京明略软件系统有限公司 Task execution method and device and electronic equipment
CN112835692A (en) * 2021-01-12 2021-05-25 山东众阳健康科技集团有限公司 Log message driven task method, system, storage medium and equipment
CN114879981A (en) * 2022-05-27 2022-08-09 北京百度网讯科技有限公司 Installation method and device of cloud operating system, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US8185624B2 (en) Efficient on-demand provisioning of servers for specific software sets
CN111399897A (en) Application issuing method and system based on kubernets
US20070101328A1 (en) Sequencing a single task sequence across multiple operating environments
US9037843B2 (en) Managing a target computing device
CN105553738A (en) Heat loading method and device of configuration information and distributed cluster system
CN110597613A (en) Task processing method, device, equipment and computer readable storage medium
JPWO2016013199A1 (en) Virtualization infrastructure management apparatus, virtualization infrastructure management system, virtualization infrastructure management method, and virtualization infrastructure management program
EP2977897A1 (en) Compatibility method and apparatus
US20100268925A1 (en) System and method for populating a dedicated system service repository for an information handling system
CN109766131B (en) System and method for realizing intelligent automatic software upgrading based on multithreading technology
CN110471786B (en) Online thermal remediation method, device, equipment and computer readable storage medium
CN115357257B (en) Installation file generation method, system, computing device and storage medium
US20150355997A1 (en) Server-Platform Simulation Service
CN110688130A (en) Physical machine deployment method, physical machine deployment device, readable storage medium and electronic equipment
CN113590494B (en) Automatic testing method for cloud native environment vulnerability
CN112948118B (en) Edge computing method, platform, computer device and readable storage medium
CN115237441A (en) Upgrade test method, device and medium based on cloud platform
CN114721781A (en) Micro-service deployment method and device, computer equipment and storage medium
CN113791874A (en) Configuration method and device for virtual machine boot, computer equipment and storage medium
CN113031977A (en) Software batch installation method and related device
CN113064698A (en) Method for providing product environment and corresponding device, system, equipment and medium
CN108804236B (en) AIDL file sharing method and system
CN111984275A (en) System deployment method, system, terminal and storage medium based on CPU architecture type
US9141419B1 (en) Capturing and restoring an appliance image
CN111475226B (en) Electronic device, micro-service calling method, and computer-readable 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20191220