CN111552545A - Task execution processing method and device, electronic equipment and storage medium - Google Patents

Task execution processing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111552545A
CN111552545A CN202010297076.0A CN202010297076A CN111552545A CN 111552545 A CN111552545 A CN 111552545A CN 202010297076 A CN202010297076 A CN 202010297076A CN 111552545 A CN111552545 A CN 111552545A
Authority
CN
China
Prior art keywords
execution
task
target
cycle
configuration information
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
CN202010297076.0A
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.)
Beijing Baolande Software Co ltd
Original Assignee
Beijing Baolande Software 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 Beijing Baolande Software Co ltd filed Critical Beijing Baolande Software Co ltd
Priority to CN202010297076.0A priority Critical patent/CN111552545A/en
Publication of CN111552545A publication Critical patent/CN111552545A/en
Pending legal-status Critical Current

Links

Images

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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • 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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the invention discloses a task execution processing method, a task execution processing device, electronic equipment and a storage medium, wherein the method comprises the following steps: determining the execution types of all tasks, and generating task execution configuration information according to the execution types; determining a target execution type of a current task, and acquiring a corresponding target execution statement in task execution configuration information according to the target execution type; executing the current task according to the target execution statement; the execution type comprises one-time execution, day-by-day cycle execution, week-by-week cycle execution or month-by-month cycle execution. By generating the task execution configuration information, a more flexible periodic task management scheme is provided, the tasks with more complex execution rules can be realized only by carrying out certain rule configuration operation on the tasks with more special execution periods according to the execution sequence and the period in the task execution configuration information, the system resources are saved to a certain extent, and the workload of operation and maintenance operation is greatly reduced.

Description

Task execution processing method and device, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of computers, in particular to a task execution processing method and device, electronic equipment and a storage medium.
Background
With the wider application of the cloud computing technology, the corresponding matched operation and maintenance technology is also more and more emphasized. During operation and maintenance, along with the increase of complexity of operation and maintenance operations, the workload of the operation and maintenance operations is increased, and in order to reduce the number of times of manual operations of operation and maintenance personnel, an automated task management tool or product is generally required to perform more complex operation and maintenance operations, so as to improve the efficiency of the operation and maintenance operations.
The existing automatic task management tool defines fixed and periodically executed tasks, and each task carries out different operation and maintenance operations. However, as the service becomes more complex, the upgrade of the service system becomes more frequent, and the types of the operation and maintenance operations corresponding to the service system also increase, and in some scenarios, some operation and maintenance operations may not be executed in some days, but the conventional periodic task execution scheme does not support them, so that the tasks are executed in the time that is not required to be executed, thereby causing waste of system resources to a certain extent. In addition, the traditional periodic task configuration mode is single, additional periodic tasks need to be added when different periods need to be configured, and the workload of operation and maintenance personnel is increased to a certain extent.
Disclosure of Invention
Because the existing methods have the above problems, embodiments of the present invention provide a method and an apparatus for executing and processing a task, an electronic device, and a storage medium.
In a first aspect, an embodiment of the present invention provides a method for executing and processing a task, including:
determining the execution types of all tasks, and generating task execution configuration information according to the execution types;
determining a target execution type of a current task, and acquiring a corresponding target execution statement in the task execution configuration information according to the target execution type;
executing the current task according to the target execution statement;
the execution type comprises one-time execution, day-by-day cycle execution, week-by-week cycle execution or month-by-month cycle execution.
Optionally, the executing the current task according to the target execution statement specifically includes:
and acquiring a white list of the target execution statement, and executing the current task according to the execution time point in the white list.
Optionally, the determining the execution types of all the tasks and generating task execution configuration information according to each execution type specifically includes:
determining the execution types of all tasks, and if the execution types of the tasks are judged to be executed in a day-by-day cycle, a week-by-week cycle or a month-by-month cycle, generating task execution configuration information according to a set execution rule;
wherein the execution rule includes execution within a preset hour range or execution within a preset day range.
Optionally, the executing the current task according to the target execution statement specifically includes:
and if the target execution type is judged to be one-time execution, executing the current task according to the time point specified by the target execution statement.
Optionally, the executing the current task according to the target execution statement specifically includes:
and if the target execution type is judged to be executed in a cycle of days, a cycle of weeks or a cycle of months, executing the current task according to the time period or at least one time point specified by the target execution statement.
Optionally, the task execution processing method further includes:
and storing the task execution configuration information into a database.
In a second aspect, an embodiment of the present invention further provides an apparatus for processing task execution, including:
the configuration information generation module is used for determining the execution types of all tasks and generating task execution configuration information according to the execution types;
the execution statement acquisition module is used for determining the target execution type of the current task and acquiring a corresponding target execution statement in the task execution configuration information according to the target execution type;
the current task execution module is used for executing the current task according to the target execution statement;
the execution type comprises one-time execution, day-by-day cycle execution, week-by-week cycle execution or month-by-month cycle execution.
Optionally, the current task execution module is specifically configured to:
and acquiring a white list of the target execution statement, and executing the current task according to the execution time point in the white list.
Optionally, the configuration information generating module is specifically configured to:
determining the execution types of all tasks, and if the execution types of the tasks are judged to be executed in a day-by-day cycle, a week-by-week cycle or a month-by-month cycle, generating task execution configuration information according to a set execution rule;
wherein the execution rule includes execution within a preset hour range or execution within a preset day range.
Optionally, the current task execution module is specifically configured to:
and if the target execution type is judged to be one-time execution, executing the current task according to the time point specified by the target execution statement.
Optionally, the current task execution module is specifically configured to:
and if the target execution type is judged to be executed in a cycle of days, a cycle of weeks or a cycle of months, executing the current task according to the time period or at least one time point specified by the target execution statement.
Optionally, the apparatus for processing execution of the task further includes:
and the configuration information storage module is used for storing the task execution configuration information into a database.
In a third aspect, an embodiment of the present invention further provides an electronic device, including:
at least one processor; and
at least one memory communicatively coupled to the processor, wherein:
the memory stores program instructions executable by the processor, which when called by the processor are capable of performing the above-described methods.
In a fourth aspect, an embodiment of the present invention further provides a non-transitory computer-readable storage medium storing a computer program, which causes the computer to execute the above method.
According to the technical scheme, the embodiment of the invention provides a more flexible periodic task management scheme by generating the task execution configuration information, the task is automatically executed according to the execution sequence and the period in the task execution configuration information predefined by the operation and maintenance personnel, and for the task with a special execution period, a user only needs to perform certain rule configuration operation to realize the task with a more complex execution rule, so that the system resources are saved to a certain extent, and meanwhile, the workload of the operation and maintenance operation is greatly reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart illustrating a task execution processing method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a task execution processing apparatus according to an embodiment of the present invention;
fig. 3 is a logic block diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The following further describes embodiments of the present invention with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and the protection scope of the present invention is not limited thereby.
Fig. 1 is a flowchart illustrating a task execution processing method provided in this embodiment, and includes:
s101, determining the execution types of all tasks, and generating task execution configuration information according to the execution types.
The execution type is a type of task execution, and may be divided according to a period and a time point of task execution.
The execution type comprises one-time execution, day-by-day execution, week-by-week execution or month-by-month execution.
The task execution configuration information is configuration information which is defined in advance by execution processes of all execution types.
S102, determining a target execution type of the current task, and acquiring a corresponding target execution statement in the task execution configuration information according to the target execution type.
And the target execution type is the execution type of the current task.
The target execution statement is an execution statement corresponding to the execution type corresponding to the current task in the task execution configuration information.
S103, executing the current task according to the target execution statement.
Specifically, a task execution cycle and an execution time point are defined in the target execution statement, and when the target execution statement is executed, the current task is executed at the execution time point of each cycle according to the execution cycle of the target execution statement.
According to the embodiment, by generating the task execution configuration information, a more flexible periodic task management scheme is provided, the task is automatically executed according to the execution sequence and the period in the task execution configuration information predefined by the operation and maintenance personnel, and for the task with a special execution period, the user only needs to perform certain rule configuration operation to realize the task with a more complex execution rule, so that system resources are saved to a certain extent, and meanwhile, the workload of the operation and maintenance operation is greatly reduced.
Further, on the basis of the above method embodiment, the executing the current task according to the target execution statement specifically includes:
and acquiring a white list of the target execution statement, and executing the current task according to the execution time point in the white list.
Wherein the white list is an execution time point of each list in an execution cycle defined in the target execution statement.
And if a certain execution time point exists in the white list, executing the current task at the execution time point.
The current task is executed at each execution time point in a white list mode, so that the system can conveniently and quickly determine the execution time point of the current task.
The method and the device automatically execute according to the execution sequence and the cycle predefined by operation and maintenance personnel, and if the operation and maintenance personnel do not execute within a certain time range, the filtering is carried out in the execution rule, so that the system resources are saved to a certain extent; in addition, if a period different from that of the traditional scheme is required to be configured, a small amount of rules can be configured without additional configuration, so that the purposes of realizing automatic management of operation and maintenance operation and reducing the workload of operation and maintenance personnel are achieved.
Further, on the basis of the above method embodiment, the method for executing and processing the task further includes:
and storing the task execution configuration information into a database.
Specifically, the task execution configuration information is stored in the database, so that the task execution configuration information can be conveniently acquired at any time.
Further, on the basis of the above method embodiment, the determining the execution types of all tasks and generating task execution configuration information according to each execution type specifically includes:
determining the execution types of all tasks, and if the execution types of the tasks are judged to be executed in a day-by-day cycle, a week-by-week cycle or a month-by-month cycle, generating task execution configuration information according to a set execution rule;
wherein the execution rule includes execution within a preset hour range or execution within a preset day range.
The executing the current task according to the target execution statement specifically includes:
and if the target execution type is judged to be one-time execution, executing the current task according to the time point specified by the target execution statement.
And if the target execution type is judged to be executed in a cycle of days, a cycle of weeks or a cycle of months, executing the current task according to the time period or at least one time point specified by the target execution statement.
In the embodiment, the execution cycles are classified first in the task configuration phase, and may be specifically classified into four execution types, i.e., one-time execution, day-to-day execution, week-to-week execution, or month-to-month execution. Besides one-time execution, the rest classes support more flexible configuration, for example, support execution only in a certain hour range, support execution only in a specified day range, and the like, all configurations are configured in a white list, and the configuration rules of the task period are not executed except the white list, and specifically, the following seven schemes can be allocated:
once executed, the user specifies a future time point, and the system will execute once when running to the specified time point, for example: the task is executed once at 2019-09-2723: 00.
The cycle is day, and is executed in a specified cycle within a specified time period every day, for example: the task is executed every 2 minutes within 00: 00-00: 30 of each day.
The cycle is day, executed each day at a specified time point, supporting configuration of multiple time points, for example: tasks were performed once per day at 00:30 and 01: 30.
The cycle is a week, each week is executed in a specified period of time on a specified day, and a plurality of days can be configured to support Monday to Sunday, for example: tasks were performed every 4 minutes for 00: 30-01: 15 on tuesdays and wednesdays.
The cycle is a week, and is executed at a specified time point on each specified day every week, and a plurality of days can be configured, so that Monday to Sunday are supported, and a plurality of time points are also supported, for example: tasks were performed once each on wednesday and thursday at 02:00 and 02: 30.
The cycle is a month, each month is executed in a specified period on a specified day, and a plurality of days can be configured to support monday to sunday, for example: the task is executed every 4 minutes within the range of 00: 45-01: 00 of No. 1, No. 3 and No. 6 of each month.
The cycle is a month, each month is executed on each specified day at a specified time point, a plurality of days can be configured, and Monday to Sunday are supported, and a plurality of times are also supported, for example: tasks are performed once each at 00:45 and 02:00 for 3 and 5 each month.
The task execution processing method provided by the embodiment is more flexible in the configuration rule of the task, and the user only needs to define the execution rule and execute the command or action in advance, so that the system can execute the specified command or action according to the specified rule, thereby saving the system resources to a certain extent and reducing the operation and maintenance workload. For a task with a special execution period (for example, a plurality of execution time points within a specified time range), a user only needs to perform certain rule configuration operation to realize the task with a complex execution rule, thereby saving system resources to a certain extent and greatly reducing the workload of operation and maintenance operation. The invention has been effectively applied in CloudLink Ops.
Fig. 2 is a schematic structural diagram illustrating an apparatus for processing task execution according to this embodiment, where the apparatus includes: a configuration information generating module 201, an execution statement acquiring module 202 and a current task executing module 203, wherein:
a configuration information generating module 201, configured to determine execution types of all tasks, and generate task execution configuration information according to each execution type;
an execution statement obtaining module 202, configured to determine a target execution type of a current task, and obtain a corresponding target execution statement in the task execution configuration information according to the target execution type;
a current task execution module 203, configured to execute the current task according to the target execution statement;
the execution type comprises one-time execution, day-by-day cycle execution, week-by-week cycle execution or month-by-month cycle execution.
Specifically, the configuration information generation module 201 determines execution types of all tasks, and generates task execution configuration information according to each execution type; the execution statement acquisition module 202 determines a target execution type of a current task, and acquires a corresponding target execution statement in the task execution configuration information according to the target execution type; the current task execution module 203 executes the current task according to the target execution statement.
According to the embodiment, by generating the task execution configuration information, a more flexible periodic task management scheme is provided, the task is automatically executed according to the execution sequence and the period in the task execution configuration information predefined by the operation and maintenance personnel, and for the task with a special execution period, the user only needs to perform certain rule configuration operation to realize the task with a more complex execution rule, so that system resources are saved to a certain extent, and meanwhile, the workload of the operation and maintenance operation is greatly reduced.
Further, on the basis of the above apparatus embodiment, the current task execution module 203 is specifically configured to:
and acquiring a white list of the target execution statement, and executing the current task according to the execution time point in the white list.
Further, on the basis of the above apparatus embodiment, the configuration information generating module 201 is specifically configured to:
determining the execution types of all tasks, and if the execution types of the tasks are judged to be executed in a day-by-day cycle, a week-by-week cycle or a month-by-month cycle, generating task execution configuration information according to a set execution rule;
wherein the execution rule includes execution within a preset hour range or execution within a preset day range.
Further, on the basis of the above apparatus embodiment, the current task execution module 203 is specifically configured to:
and if the target execution type is judged to be one-time execution, executing the current task according to the time point specified by the target execution statement.
Further, on the basis of the above apparatus embodiment, the current task execution module 203 is specifically configured to:
and if the target execution type is judged to be executed in a cycle of days, a cycle of weeks or a cycle of months, executing the current task according to the time period or at least one time point specified by the target execution statement.
Further, on the basis of the above device embodiment, the device for processing task execution further includes:
and the configuration information storage module is used for storing the task execution configuration information into a database.
The task execution processing device described in this embodiment may be used to execute the above method embodiments, and the principle and technical effect are similar, which are not described herein again.
Referring to fig. 3, the electronic device includes: a processor (processor)301, a memory (memory)302, and a bus 303;
wherein the content of the first and second substances,
the processor 301 and the memory 302 complete communication with each other through the bus 303;
the processor 301 is configured to call program instructions in the memory 302 to perform the methods provided by the above-described method embodiments.
The present embodiments disclose a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions which, when executed by a computer, enable the computer to perform the methods provided by the above-described method embodiments.
The present embodiments provide a non-transitory computer-readable storage medium storing computer instructions that cause the computer to perform the methods provided by the method embodiments described above.
The above-described embodiments of the apparatus are merely illustrative, and 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 modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
It should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. An execution processing method of a task, comprising:
determining the execution types of all tasks, and generating task execution configuration information according to the execution types;
determining a target execution type of a current task, and acquiring a corresponding target execution statement in the task execution configuration information according to the target execution type;
executing the current task according to the target execution statement;
the execution type comprises one-time execution, day-by-day cycle execution, week-by-week cycle execution or month-by-month cycle execution.
2. The method for performing processing on a task according to claim 1, wherein the performing the current task according to the target execution statement specifically includes:
and acquiring a white list of the target execution statement, and executing the current task according to the execution time point in the white list.
3. The method according to claim 1 or 2, wherein the determining the execution types of all the tasks and generating the task execution configuration information according to the execution types specifically includes:
determining the execution types of all tasks, and if the execution types of the tasks are judged to be executed in a day-by-day cycle, a week-by-week cycle or a month-by-month cycle, generating task execution configuration information according to a set execution rule;
wherein the execution rule includes execution within a preset hour range or execution within a preset day range.
4. The method for performing processing on a task according to claim 3, wherein the performing the current task according to the target execution statement specifically includes:
and if the target execution type is judged to be one-time execution, executing the current task according to the time point specified by the target execution statement.
5. The method for performing processing on a task according to claim 3, wherein the performing the current task according to the target execution statement specifically includes:
and if the target execution type is judged to be executed in a cycle of days, a cycle of weeks or a cycle of months, executing the current task according to the time period or at least one time point specified by the target execution statement.
6. The method according to claim 1, 2, 4 or 5, wherein the method further comprises:
and storing the task execution configuration information into a database.
7. An execution processing apparatus of a task, comprising:
the configuration information generation module is used for determining the execution types of all tasks and generating task execution configuration information according to the execution types;
the execution statement acquisition module is used for determining the target execution type of the current task and acquiring a corresponding target execution statement in the task execution configuration information according to the target execution type;
the current task execution module is used for executing the current task according to the target execution statement;
the execution type comprises one-time execution, day-by-day cycle execution, week-by-week cycle execution or month-by-month cycle execution.
8. The device for performing tasks according to claim 7, wherein the current task performing module is specifically configured to:
and acquiring a white list of the target execution statement, and executing the current task according to the execution time point in the white list.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements a method for performing the tasks of any of claims 1 to 6 when executing the program.
10. A non-transitory computer-readable storage medium on which a computer program is stored, the computer program, when executed by a processor, implementing a method for performing the process of any one of the tasks of claims 1 to 6.
CN202010297076.0A 2020-04-15 2020-04-15 Task execution processing method and device, electronic equipment and storage medium Pending CN111552545A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010297076.0A CN111552545A (en) 2020-04-15 2020-04-15 Task execution processing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010297076.0A CN111552545A (en) 2020-04-15 2020-04-15 Task execution processing method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111552545A true CN111552545A (en) 2020-08-18

Family

ID=72002436

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010297076.0A Pending CN111552545A (en) 2020-04-15 2020-04-15 Task execution processing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111552545A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113176935A (en) * 2021-05-07 2021-07-27 深圳市欧瑞博科技股份有限公司 Intelligent updating method and device for timed task, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109725993A (en) * 2018-06-01 2019-05-07 中国平安人寿保险股份有限公司 Task executing method, device, equipment and computer readable storage medium
CN109872081A (en) * 2019-03-12 2019-06-11 北京首汽智行科技有限公司 A kind of business datum obtains, sending method and system
CN109901920A (en) * 2019-01-18 2019-06-18 中国平安财产保险股份有限公司 Method for scheduling task and device, electric terminal
US20200073710A1 (en) * 2018-08-30 2020-03-05 Baidu Online Network Technology (Beijing) Co., Ltd. Task scheduling method, apparatus, electronic device and storage medium
US20200104165A1 (en) * 2018-09-28 2020-04-02 Atlassian Pty Ltd Systems and methods for scheduling tasks

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109725993A (en) * 2018-06-01 2019-05-07 中国平安人寿保险股份有限公司 Task executing method, device, equipment and computer readable storage medium
US20200073710A1 (en) * 2018-08-30 2020-03-05 Baidu Online Network Technology (Beijing) Co., Ltd. Task scheduling method, apparatus, electronic device and storage medium
US20200104165A1 (en) * 2018-09-28 2020-04-02 Atlassian Pty Ltd Systems and methods for scheduling tasks
CN109901920A (en) * 2019-01-18 2019-06-18 中国平安财产保险股份有限公司 Method for scheduling task and device, electric terminal
CN109872081A (en) * 2019-03-12 2019-06-11 北京首汽智行科技有限公司 A kind of business datum obtains, sending method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王勇等, 山东大学出版社 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113176935A (en) * 2021-05-07 2021-07-27 深圳市欧瑞博科技股份有限公司 Intelligent updating method and device for timed task, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110119306B (en) Method, device and equipment for balancing automatic scheduling of jobs and storage medium
CN113742044A (en) Timed task management method, device, equipment and storage medium
CN111158800A (en) Method and device for constructing task DAG based on mapping relation
CN110968371A (en) Method and system for configuring workflow in data warehouse
CN111552545A (en) Task execution processing method and device, electronic equipment and storage medium
CN111475137A (en) Method, system and equipment for predicting software development requirements
CN109144762B (en) Processing method and device for repairing abnormal scheduling task
CN109102200B (en) Timed task processing method and device
CN114924858A (en) Task scheduling method and device, storage medium and electronic equipment
CN115187097A (en) Task scheduling method and device, electronic equipment and computer storage medium
CN113377872B (en) Offline synchronization method, device and equipment of online system data in big data center
CN109684051A (en) A kind of method and system of the hybrid asynchronous submission of big data task
CN112131051A (en) Data backup method and device based on parametric configuration
CN112086178A (en) Medical care automatic scheduling method and device, computer readable storage medium and equipment
CN113971074A (en) Transaction processing method and device, electronic equipment and computer readable storage medium
CN110796353A (en) Scheduling processing method and device
CN112363819A (en) Big data task dynamic scheduling method and device and computing equipment
US20180341521A1 (en) Managing job schedules
CN105320523A (en) Data processing method and apparatus
CN117348996A (en) Job scheduling method and system based on expected target drive
CN116468212A (en) Batch job processing method and device, storage medium and electronic equipment
CN115239216B (en) Method, device, equipment and storage medium for preventive planned maintenance of production resources
CN110113434B (en) Method, device and equipment for balancing automatic scheduling of jobs and storage medium
CN116303570A (en) Optimization method, storage medium and equipment for database operation statement message protocol
CN115686768A (en) Method and device for scheduling operation of airflow scheduling system

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: 20200818