Movatterモバイル変換


[0]ホーム

URL:


CN104166590A - Task scheduling method and system - Google Patents

Task scheduling method and system
Download PDF

Info

Publication number
CN104166590A
CN104166590ACN201310187584.3ACN201310187584ACN104166590ACN 104166590 ACN104166590 ACN 104166590ACN 201310187584 ACN201310187584 ACN 201310187584ACN 104166590 ACN104166590 ACN 104166590A
Authority
CN
China
Prior art keywords
task
time
executed
retry
queue
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
CN201310187584.3A
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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding LtdfiledCriticalAlibaba Group Holding Ltd
Priority to CN201310187584.3ApriorityCriticalpatent/CN104166590A/en
Publication of CN104166590ApublicationCriticalpatent/CN104166590A/en
Pendinglegal-statusCriticalCurrent

Links

Landscapes

Abstract

The invention discloses a task scheduling method and system. The method comprises the steps that a task template achieved by the adoption of plug-ins is utilized for creating a task, and the task is scheduled according to the real-time status of the task. Due to the fact that the task template achieved by the adoption of the plug-ins is utilized for creating the task, task expandability is improved, and the method can create the general task. In addition, due to the facts that the plug-ins exist in the task template, and mutual independence and expandability exist and permutation and combination can be achieved among template configurations and/or a parameter list and/or strategies and/or result responses, reuse of all the components is greatly achieved, task expandability is greatly improved, the universality of the task scheduling method is ensured, the expandability of a trigger event is greatly improved, working efficiency is improved, and the working cost is reduced.

Description

Method and system for realizing task scheduling
Technical Field
The present application relates to computer processing technologies, and in particular, to a method and system for implementing task scheduling.
Background
With the increasing development and deepening of IT technology, the task scheduling requirement is almost met no matter whether the person works or the enterprise is applied. Task scheduling, which refers to a method for executing a specific task at a given time, can be divided into automatic scheduling and manual scheduling. The automatic scheduling refers to executing tasks immediately once the current time conforms to a certain time rule or frequency, such as a few minutes and a few seconds every day or every few minutes; and the manual task is randomly triggered by a human, and there is no law. But both have a common attribute, time. In practical applications, for example, a BBS forum needs to generate an aggregated content (RSS) file of a essence article every half an hour, needs to count the point ranks of forum users every morning, needs to execute a lock user unlock task every 30 minutes, and the like; for another example, for a typical Management Information System (MIS), in morning of No. 1 month, statistics on business data of each department in the past month are performed to generate a monthly report, and each half hour is performed to inquire whether a user has a pending business that is about to expire soon, and the like.
Task scheduling itself involves multi-thread concurrency, runtime rule making, and many aspects of parsing, scenario maintenance and recovery, thread pool maintenance, etc. It is a challenging task if the task scheduler is developed directly using the method of custom threads. Or, if a set of corresponding scheduling mechanism is needed for each new task, the problem is not only a technical problem, but also a large amount of repeated labor is actually caused, and a serious waste of manpower and material resources is caused.
The basic function of task scheduling is to fulfill the need for periodic, regular operation. By using task scheduling, the labor force of management, operation and maintenance personnel can be effectively liberated, and frequent and tedious operation and management tasks can be completed. Problems are discovered and corrected by specifying in advance the work to be completed, specifying when the work is to be completed, using task scheduling and monitoring the completion of the work. Task scheduling is generally divided into task scheduling trigger points and task scheduling execution events. Wherein, the task scheduling trigger point may be time, period, independent parameter value, etc. If the desired trigger point is reached, a task scheduling execution event is executed. The flexibility of task scheduling depends on the support of the scheduling engine on trigger points and the types of the scheduled events, wherein the various reliable trigger points are the basis for implementing the task scheduling, and the various types of the events are the measurement standard for whether the task scheduling is extensible or not.
Disclosure of Invention
In order to solve the technical problem, the application provides a method and a system for realizing task scheduling, which can greatly enhance the expandability of a trigger event, thereby improving the working efficiency and reducing the working cost.
In order to achieve the object of the present application, the present application provides a method for implementing task scheduling, including: creating a task by using a task template realized by adopting a plug-in;
and scheduling the tasks in the real-time queue according to the real-time state of the tasks.
The task template at least comprises: the task template identification ID is used for uniquely identifying the task template;
task template names, wherein different task template IDs correspond to different task template names; and the number of the first and second groups,
and the plug-in is used for dynamically loading the tasks through task scheduling.
The task module further comprises:
template configuration with contents being a combination of commands; and/or the presence of a gas in the gas,
when the task is executed, a parameter list is transmitted through an execution function of the plug-in; and/or the presence of a gas in the gas,
a strategy for analyzing the output of the plug-in operation; and/or the presence of a gas in the gas,
and a result response for driving completion of a next link of the task according to the execution result of the task.
The task scheduling according to the real-time state of the task comprises the following steps of gradually loading and applying the components of the task template: starting a working thread according to the created task instance, and dynamically loading the plug-in; and after the task is successfully executed, finishing the working thread and destroying the successfully executed task.
The step-by-step loading and application of the components of the task template further comprises the following steps: calling an execution function of the plug-in, transferring template configuration parameters and/or parameters in a parameter list and/or strategy information, and analyzing and processing the parameters.
The interface of the plug-in comprises an execution function, a pause function, a retry function and an interrupt function.
The task template comprises a template configuration; the template configuration uses macros built-in to the task scheduling engine, and variable external macros.
The task template comprises a parameter list; the parameters in the parameter list are parameters with fixed values and/or parameters with variable values;
the variable value parameter includes parameter macro and parameter sentence.
The task template comprises a strategy; the format of the policy is: the XML format, the initialization file ini format, the data configuration file dat format, the lightweight data exchange json format or the binary format.
The task template comprises result responses; the resulting response is an operation function.
The method further comprises the following steps: monitoring the state of the task being executed, and recording the progress and completion of the task:
if the task in the real-time queue is successfully executed, deleting the task from the real-time queue;
and if the task in the real-time queue fails to be executed, determining whether to be executed again according to the interval time of the task failure and the limit of the retry times.
The re-executing specifically includes: judging whether the retry times exceed a preset retry time threshold, judging whether the interval time exceeds a preset retry interval threshold when the retry times do not exceed the retry time threshold, and if the interval time exceeds the retry interval threshold, re-executing the task;
if the retry number is judged to exceed the retry number threshold value, the task is not executed any more;
and if the retry times are judged not to exceed the retry times threshold value, and the interval time does not exceed the retry interval threshold value, the task is not executed temporarily.
The method comprises the following steps: and carrying out mirror image processing on the tasks which are not executed any more, and deleting the tasks from the real-time queue.
The deleting task comprises: and recording the task and the execution result thereof, destroying the task instance, deleting the task from the real-time task queue, and updating a counter for recording the execution times of the task.
The method also comprises the following steps: and determining whether to restart the task scheduling according to the state of the pre-configured watchdog.
When performing the task, the method further comprises: the length of the task queue currently being executed is queried,
if the current queue length is smaller than a preset queue length threshold value, the task is directly executed; if the length of the current queue has exceeded the queue length threshold, the task is not executed.
The method also comprises the following steps: judging whether the task scheduling engine is suspended or not, and if the task scheduling engine is suspended, not checking the automatic task queue;
otherwise, checking the automatic task queue and executing all tasks in the schedule, wherein the time is not later than the current time.
In the task scheduling engine, a continuous failure task queue for storing continuous failure tasks, a time threshold value for automatically switching to a pause state after the tasks are continuously failed, and a preset retry time window for retrial detection after the tasks are paused are preset; the method further comprises the following steps:
before the current task is to be executed, if the current task is judged to exist in the continuous failure task queue, acquiring the continuous failure times and the final execution time of the current task to be executed;
when the continuous failure times are larger than a preset time threshold value and the difference between the current time and the last execution time is smaller than a retry time window, exiting the current task;
when the continuous failure times are smaller than a preset time threshold value, executing the task to be executed at present;
and executing the task which is currently prepared to be executed when the continuous failure times are larger than a preset time threshold value and the difference between the current time and the last execution time is larger than a retry time window.
After the task is successfully executed, the method further comprises the following steps: resetting the continuous failure times of the task to zero, and finally setting the execution time as the current time.
After the task fails to execute, the method further comprises: and adding one to the continuous failure times of the task, and setting the final execution time as the current time.
The present application further provides a system for implementing task scheduling, including: an interface and adaptation unit, a task scheduling engine, and a task instance unit, wherein,
the interface and adaptation unit is used for acquiring an external manual task;
the task instance unit is used for completing the work content given to the task according to the parameters transmitted when the task is started and the execution-response sequence; reporting the real-time state and progress information in the task execution process to a task scheduling engine;
and the task scheduling engine is used for creating a task by using a task template realized by adopting the plug-in and scheduling the task according to the real-time state of the task.
The task scheduling engine comprises a task creating module and a task executing module, wherein,
the task creating module is used for creating tasks by utilizing a task template realized by adopting a plug-in;
and the task execution module is specifically used for starting a working thread according to the created task instance, dynamically loading the plug-in, finishing the working thread after the task is successfully executed, and destroying the successfully executed task.
The task template at least comprises:
the task template ID is used for uniquely identifying the task template;
task template names, wherein different task template IDs correspond to different task template names; and the number of the first and second groups,
and the plug-in is used for dynamically loading the tasks through task scheduling.
The task template further comprises:
a template configuration for containing a combination of commands; and/or the presence of a gas in the gas,
when the task is executed, a parameter list is transmitted by an execution function; and/or the presence of a gas in the gas,
a policy for analyzing the output of the plug-in operation; and/or the presence of a gas in the gas,
and a result response for driving completion of a next link of the task according to the execution result of the task.
The task execution module is also used for calling an execution function of the plug-in to transmit the template configuration parameters and/or the parameters in the parameter list and/or the strategy information, and analyzing and processing the parameters.
The task execution module is configured with a watchdog and is further used for entering task scheduling when the status of the watchdog is true.
The interface and adaptation unit is also used for receiving a control instruction from the outside to the task scheduling engine and acquiring the state of the task scheduling engine;
the task execution module is also used for not checking the automatic task queue when the received control instruction from the interface and the adaptation unit is pause;
when the received control instruction from the interface and the adaptation unit is continued, the automatic task queue is checked and all tasks in the schedule, which are not later than the current time, are executed.
The task execution module is also used for inquiring the length of a task queue currently executed when a new task is executed, and directly executing the task when the length of the current queue is smaller than a preset queue length threshold; when the length of the current queue has exceeded the queue length threshold, the task is not executed.
The task scheduling engine also comprises a task monitoring module which is used for monitoring the state of the task being executed, recording the progress and the completion condition of the task, and deleting the task from the real-time queue when the task in the real-time queue is successfully executed;
and when the task in the real-time queue fails to be executed, determining whether to be executed again according to the interval time of the task failure and the limit of the retry times.
The task monitoring module is specifically configured to: in the event of a failure in the execution of a task,
judging whether the retry times exceed a preset retry time threshold value, further judging whether the interval time exceeds a retry interval threshold value when the retry times do not exceed the retry time threshold value, and if the interval time exceeds the retry interval, re-executing the task; if the retry times of the task are judged to exceed the retry time threshold value, the task is not executed any more; if the retry times of the task do not exceed the retry times threshold and the interval time does not exceed the retry interval threshold, the task is not executed temporarily;
and for the task which is successfully executed, recording the task and the execution result thereof, destroying the task instance, deleting the task from the real-time task queue, and updating a counter for recording the execution times of the task.
The task execution module is further used for carrying out mirror image processing on the information of the tasks which are not executed any more and deleting the tasks.
The task scheduling engine also comprises an automatic operation and maintenance module; in the automatic operation and maintenance module, a continuous failure task queue for storing continuous failure tasks, a time threshold value for automatically switching to a pause state after the tasks are continuously failed, and a preset retry time window for retrial detection after the tasks are paused are preset;
the automatic operation and maintenance module is used for operating,
before the current task is to be executed, if the current task exists in the continuous failure task queue, acquiring the continuous failure times and the last execution time of the current task to be executed,
when the continuous failure times are larger than a preset time threshold value and the difference between the current time and the obtained last execution time is smaller than a retry time window, exiting the current task;
when the continuous failure times are smaller than a preset time threshold value, executing the task to be executed at present;
and executing the task which is currently prepared to be executed when the continuous failure times are larger than a preset time threshold value and the difference between the current time and the obtained last execution time is larger than a retry time window.
And the automatic operation and maintenance module is also used for resetting the continuous failure times of the tasks to zero after the tasks are successfully executed, and finally, the execution time is set as the current time.
And the automatic operation and maintenance module is also used for adding one to the continuous failure times of the task after the task fails to be executed, and finally setting the execution time as the current time.
The method comprises the steps of creating a task by using a task template realized by adopting a plug-in and scheduling the task according to the real-time state of the task. The task template is created by using the plug-in, so that the expandability of the task is enhanced, and the method is a universal task creating mode; moreover, because the plug-ins in the task template, the template configuration, and/or the parameter list, and/or the strategy, and/or the mutual independence and expandability of the result response can be realized, and the plug-ins and the template configuration, and/or the parameter list, and/or the strategy, and/or the result response can be arranged and combined, the reuse of each component is greatly realized, the expandability of the task is greatly enhanced, and the universality of the method for realizing task scheduling is ensured, so that the expandability of the trigger event is greatly enhanced, the working efficiency is improved, and the working cost is reduced.
In addition, through the automatic operation and maintenance process, when the task execution fails, the task scheduling engine automatically controls the tasks, so that the influence of accumulation of the failed tasks on normal task operation is avoided; moreover, the failed task reenters the normal scheduling process through the attempt of the periodic execution of the failed task, so that the resources are saved, the efficiency is improved, and the manual intervention is avoided.
Additional features and advantages of the application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the application. The objectives and other advantages of the application may be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the claimed subject matter and are incorporated in and constitute a part of this specification, illustrate embodiments of the subject matter and together with the description serve to explain the principles of the subject matter and not to limit the subject matter.
FIG. 1 is a flowchart of a method for implementing task scheduling according to the present application;
FIG. 2 is a schematic flow chart of an implementation of an automatic operation and maintenance process according to the present application;
fig. 3 is a schematic structural diagram of a system for implementing task scheduling according to the present application.
Detailed Description
To make the objects, technical solutions and advantages of the present application more apparent, embodiments of the present application will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
In one exemplary configuration of the present application, a computing device includes one or more processors (CPUs), input/output interfaces, a network interface, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer readable media does not include non-transitory computer readable media (transient media), such as modulated data signals and carrier waves.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
Currently, in practical applications, a time-based and periodic task scheduling trigger point is used in most cases. The tasks are triggered according to a time standard, and one task can be separately scheduled to synchronize time according to a period so as to ensure that a trigger point has an accurate time standard. One common type of task scheduling is Quartz, which is an open source job scheduling framework, written entirely in Java and designed for use in J2SE and J2EE applications. Quartz provides great flexibility without sacrificing simplicity. Quartz can be used to create simple or complex schedules for executing a job. Quartz has many features, such as: database support, clustering, plug-in, EJB job pre-construction, JavaMail and others, support cron-like expressions, and the like. In addition, cron4j, cron4j is a Java task scheduling framework, similar to crontab under UNIX system.
The existing technical scheme for realizing task scheduling mostly triggers events by various time rules and supports scheduling schemes of various time rules or frequencies. However, the triggering event types are narrow, and can be driven only by some preset and fixed triggering events. Even for a general task scheduler such as Quartz, the expansibility of trigger events is still not ideal enough, which undoubtedly reduces the working efficiency and increases the working cost. In addition, in some existing solutions for implementing task scheduling, once a large number of tasks fail due to errors in the process of running a large number of tasks, the tasks can be continuously run only after manual intervention and troubleshooting are performed; without human intervention, a number of normal tasks will be affected. The problems are solved with low efficiency, high cost and the like.
Fig. 1 is a flowchart of a method for implementing task scheduling according to the present application, as shown in fig. 1, including:
step 100: tasks are created using task templates implemented using plug-ins.
The task in this application is derived from the task template and a new task is created, meaning that it inherits all the properties of the task template. The task template at least comprises: a task template Identification (ID) for uniquely identifying the task template; task template names, wherein different task template IDs correspond to different task template names; and the plug-in is used for dynamically loading the tasks through task scheduling, and the interface of the plug-in meets the preset requirement.
Because the plug-in is a dynamically loaded module, the plug-in can be written temporarily as required, and only needs to be written according to the preset interface requirement. The interface of the plug-in may be four functions of execute (work), pause (pause), retry (resume), interrupt (terminate). Different plug-ins, the functions that appear when a task is executed, are completely different. According to the method and the device, the trigger event can be conveniently expanded according to the writing of the plug-in. It should be noted that creating tasks by using plug-ins is a conventional technical means for those skilled in the art, and the specific implementation method is not used to limit the scope of the present application, and it should be emphasized in the present application that in task scheduling, tasks are created by using task templates implemented by using plug-ins, so that the extensibility of tasks is enhanced.
Further, the task template may further include: template configuration, and/or parameter lists, and/or policies, and/or outcome responses; wherein,
the contents of the template configuration are a combination of commands, and the template configuration may be a file with tpl as an extension. In actual use, the contents of the template configuration file can be written as required. That is, the functions of the tasks of the same plug-in and different template configurations are different, so that the expandability of the tasks is further enhanced.
In the template configuration, several macros built into the task scheduling engine may be used, as shown in Table 1:
TABLE 1
In addition to the macros shown in table 1, variable external macros can be used in the template configuration, where the external macros are used to transfer parameters in the task template to the x. The format of the outlaid macro may be: % [ N ]%; wherein N is 0, 1, 2 …. In the parameter list, the first parameter is: % [0 ]%, the second parameter is: percent 1, and so on. When the plug-in uses the tpl file, the external macros at different positions are automatically replaced by the real parameter values in the parameter list.
The parameter list is a list of parameters that are passed in through the work function when the task is executed. The parameter list may continue to pass into the tpl file to control and instantiate the tpl file, or may be completely independent of the tpl file. How the parameters in the parameter list are used is entirely determined by the plug-in, and the parameters may be divided into fixed-value parameters and/or variable-value parameters. Wherein,
a fixed value parameter means that the value of the parameter is fixed, such as: -h 127.0.0.1-p 8080 "ab c", etc., wherein the values of the five parameters are fixed, respectively: -h, 127.0.0.1, -p, 8080, "a b c". At this time, the input value is not changed in the transmission process;
the variable-value parameter refers to a parameter that includes a parameter macro and a parameter statement. At this time, the input value is converted from the formal parameter to the substantial parameter during the transmission process, and is instantiated into a different value. Such as:
macro nameFunction of
%[RANDOM]%Random number of 0-100
%[NOWS]%Time of yyyy-MM-dd HH: MM: SS format
%[NOWU]%Time in integer format
%[Y]%Year in the current time
%[m]%Month in current time
%[d]%Day of the current time
%[H]%Hour in the current time
%[M]%Minutes of the current time
%[S]%Second in current time
TABLE 2
When the parameters in the parameter list include the parameters related to time in table 2, the task scheduling engine will automatically extract the corresponding values from the scheduled time of the task. It can be seen that even if the plug-in and template configurations are fixed, the parameter list can generate many different changes, so that completely different tasks are formed, and the expandability of the tasks is further enhanced.
And the strategy is used for analyzing the output of the plug-in. In the plug-in development process, the policy may be in any format and in any form, such as extensible markup language (xml) format, initialization file (ini) format, data configuration file (dat) format, lightweight data interchange (json, JavaScript object) format, binary system, or the like. No matter what form the strategy takes, the strategy scheduling and management of the task scheduling engine on the strategy is not influenced, because the plug-in is really understood and can analyze the strategy, and the plug-in is dynamically developed and added. And the expandability of the task is further enhanced through the intervention of the strategy in the whole task processing flow.
And the result response is called at the end stage of the task, and the completion of the next link of the task can be driven according to the execution result of the task. The result response is also a dynamically loaded module, but the result response has only one Action function. The result response can be newly added or adapted according to the actual needs, and any required action is realized, so that the expandability of the task is further enhanced.
In the step, the expandability of the task is enhanced by using the task created by the task template realized by the plug-in, and the method is a universal task creation mode; in addition, due to the mutual independence and expandability of the plug-ins, the template configuration, the parameter list, the strategy and the result response in the task template, and the permutation and combination among the plug-ins, the template configuration, the parameter list, the strategy and the result response, the reuse of each component is greatly realized, the expandability of the task is greatly enhanced, and the universality of the method for realizing task scheduling is ensured.
Step 101: and scheduling the tasks in the real-time queue according to the real-time state of the tasks.
Scheduling a task, that is, executing the task, which is actually a process in which each component of a task template is gradually loaded and applied, substantially includes: starting a working thread according to a task instance contained in the task created in the step 100; and dynamically loading the plug-in, finishing the working thread after the task is successfully executed, and destroying the successfully executed task. It should be noted that a task may be composed of one or more task instances, as is well known to those skilled in the art.
The start of scheduling may be triggered according to a schedule created according to a scheduled task table for scheduling scheduled tasks, or may be triggered manually; the manually triggered task is obtained by the external interface through the underlying communication.
Further, still include: calling a work function of the plug-in to transfer template configuration parameters and/or parameters in a parameter list and/or strategy information, and analyzing and processing the parameters; reading template configuration and use strategies, and calling an Action function to load result responses; and after the task is successfully executed, ending the working thread and destroying the successfully executed task.
In the process of task scheduling, the method of the application further comprises the following steps: monitoring the status of the executing task, recording the progress (such as retry times, etc.) and completion (such as execution success or execution failure, etc.) of the executing task, and if the task in the real-time queue is successfully executed and completed, deleting the task from the real-time queue, i.e. performing task cleaning, mainly comprising: recording the task and the execution result thereof to a database, destroying a task instance, deleting the task from a real-time task queue, and then updating a counter for recording the execution times of the task;
if the task fails to be executed, whether to execute the task again is determined according to the interval time of the task failure (namely the interval time of the last time of the failed execution and the current time) and the limit of the retry number. The method specifically comprises the following steps: judging whether the retry times exceed a preset retry time threshold, further judging whether the interval time exceeds a preset retry interval threshold when the retry times do not exceed the retry time threshold, and if the interval time exceeds the retry interval threshold, immediately retrying to re-execute the task; if it is determined that the threshold number of retries has been exceeded, then the task is no longer performed. If the threshold of the retry times is not exceeded and the threshold of the retry interval is not exceeded, the task is not executed for the moment and is put back into the real-time queue to continue waiting.
For memo or future testing, the method further comprises the following steps: all information dump of tasks which are not executed any more (namely, mirroring) is put into a file, and then task cleaning is carried out on the tasks, which mainly comprises the following steps: and recording the task and the execution result thereof in a database, destroying a task instance, deleting the task from the real-time task queue, and updating a counter for recording the execution times of the task.
During the task execution process, the task scheduling engine further performs concurrent task control according to the current length of the real-time task queue, that is, controls the total number of tasks executed simultaneously. When a new task is executed, the length of a task queue currently being executed is always inquired, and if the length of the current queue is smaller than a preset queue length threshold (the maximum length value allowed by the task queue), the task is directly executed; if the length of the current queue has exceeded the queue length threshold, then the task will not be executed in this round.
The method also comprises the following steps: and determining whether to reload the scheduled task table or not according to the state of the configuration watchdog, namely True/False (True/False), and generating the latest time table according to the currently loaded scheduled task table. The application of the watchdog belongs to the conventional technical means of technicians in the field, the specific implementation can be realized through hardware or software, and details are not repeated, in the method, the watchdog is used, when the state of the watchdog is true, the watchdog is reloaded into the scheduled task table, the latest time schedule is generated according to the currently loaded scheduled task table, and the start of scheduling is triggered according to the latest time schedule so as to restart the scheduling of the tasks.
Further, the method of the present application further comprises: judging whether the task scheduling engine is suspended according to a control instruction from the outside, and if the task scheduling engine is suspended, not checking the automatic task queue; otherwise, checking the automatic task queue and executing all tasks in the schedule, wherein the time is not later than the current time.
It should be noted that the task scheduling engine may preferentially check the manual task queue, i.e., execute immediately as long as there is a task in the manual task queue.
As a task scheduling engine, the automatic tasks scheduled at any moment are necessarily various in quantity and variety. Various problems or failures of the task are almost unavoidable. Once a large number of tasks fail, the failed tasks will be retried continuously, occupying the queue of real-time tasks. In view of the fact that the total number of tasks which can be executed concurrently at the same time is limited, a large number of tasks are inevitably queued up, and task congestion is caused; even if some types of tasks do not fail, they cannot be executed because other types of failed tasks crowd real-time tasks. Therefore, the method of the present application further comprises: an automated operation and maintenance process is determined whether to perform a task to be performed.
Fig. 2 is a schematic flow diagram of an automatic operation and maintenance process implemented by the present application, where a continuous failure task queue for storing continuous failure tasks, a time threshold for automatically switching to a suspended state after a task is continuously failed, and a preset retry time window for retrial detection after a task is suspended are preset in a task scheduling engine. These two thresholds may be set in a configuration file; as shown in fig. 2, the method comprises the following steps:
step 200: before the current task (the task in the automatic task queue) is executed, whether a continuous failure task with consistent task ID exists in the continuous failure task queue is searched according to the task ID, and if the continuous failure task exists, the step 201 is executed; otherwise step 205 is entered.
Step 201: and acquiring the continuous failure times and the final execution time of the task to be executed currently.
Step 202: judging whether the obtained continuous failure times are larger than a preset time threshold value or not, and if so, entering a step 203; otherwise step 205 is entered.
Step 203: judging whether the difference between the current time and the obtained last execution time is smaller than a retry time window or not, and entering a step 204 if the difference is smaller than the retry time window; otherwise step 205 is entered.
It should be noted that the task executed at this time is a task that performs tentative detection execution after entering the automatic operation and maintenance process. Therefore, when the number of continuous failures of a task is greater than the preset number threshold, but the difference between the current time and the last execution time of the task is greater than the retry time window, the task needs to be executed in a detection manner in the automatic operation and maintenance process, so that the problem of task congestion caused by the reason that the failed task always processes a queue waiting state is solved.
Step 204: exiting the current task means not executing the task currently ready to be executed. The process is exited.
Step 205 to step 206: the task that is currently ready to be executed is executed, and the process proceeds to step 208 when the task is successfully executed, and proceeds to step 207 when the task is failed to be executed.
Step 207: and updating the mark of the task in the continuous failure task queue, namely adding one to the continuous failure times, and setting the final execution time as the current time. The flow is ended.
Step 208: and resetting the mark of the task in the continuous failure task queue, namely clearing the continuous failure times, and finally setting the execution time as the current time.
In addition, in order to better realize the automatic operation and maintenance of the task, the method further comprises the following steps: and starting or closing the automatic operation and maintenance process. After the task scheduling engine is initialized, the default automatic operation and maintenance process is started.
Through the automatic operation and maintenance process, when the task execution fails, the task scheduling engine automatically controls the tasks, and the influence of accumulation of the failed tasks on normal task operation is avoided; moreover, the failed task reenters the normal scheduling process through the regular attempt of the failed task, so that the resources are saved, the efficiency is improved, and the manual intervention is avoided.
The present application further provides a system for implementing task scheduling, as shown in fig. 3, including: an interface and adaptation unit, a task scheduling engine, and a task instance unit, wherein,
the interface and adaptation unit is used for acquiring an external manual task by the task scheduling engine; and the system is further used for receiving control instructions such as pause and continue from the outside to the task scheduling engine and acquiring the state of the task scheduling engine.
A task instance unit, which is used for completing the work content given to the task according to the parameters transmitted when the task is started and the sequence of execution (work) -response (response); and reporting the real-time state and progress information in the task execution process to a task scheduling engine. The task instances are the components of tasks (also called running tasks) which are scheduled by the task engine one by one, and when one task is scheduled and started, the task instances are both automatic tasks and manual tasks.
And the task scheduling engine is used for creating a task by using a task template realized by adopting the plug-in and scheduling the task according to the real-time state of the task. Specifically, the task scheduling engine includes a task creation module and a task execution module, wherein,
and the task creating module is used for creating the task by utilizing the task template realized by the plug-in. Wherein,
the task template at least comprises: the task template ID is used for uniquely identifying the task template; task template names, wherein different task template IDs correspond to different task template names; the plug-in is used for dynamically loading the tasks through task scheduling, and an interface of the plug-in meets the preset requirement;
the task template further comprises: a template configuration for containing a combination of commands; and/or a parameter list which is transmitted through a work function when the task is executed; and/or a policy for analyzing the output of the plug-in; and/or a result response for driving completion of a next link of the task according to the execution result of the task.
The task execution module is specifically used for gradually loading and applying the components of the task template: and starting a working thread according to the created task instance, dynamically loading the plug-in, finishing the working thread after the task is successfully executed, and destroying the successfully executed task.
Further, the task execution module is further configured to call a work function of the plug-in to transfer the template configuration parameter, and/or the parameter in the parameter list, and/or the policy information, and parse and process the parameter.
Further, the task execution module is further configured to configure a watchdog and enter task scheduling when the watchdog state is true.
Further, the task execution module is also used for not checking the automatic task queue when receiving the pause instruction from the interface and the adaptation unit; upon receiving a continue instruction from the interface and adaptation unit, the automatic task queue is checked and all tasks in the schedule are executed that are not later than the current time.
The task scheduling engine of the present application further comprises: the task monitoring module is used for monitoring the state of the task being executed, recording the progress and the completion of the task, and particularly,
when the task is successfully executed, deleting the task from the real-time queue;
when the task fails to execute, whether to execute the task again is determined according to the interval time of the task failure and the limit of the retry number. Specifically, the method comprises the following steps: judging whether the retry times exceed a preset retry time threshold value, further judging whether the interval time exceeds a retry interval threshold value when the retry times do not exceed the retry time threshold value, and if the interval time exceeds the retry interval, immediately re-executing the task; if the retry times of the task are judged to exceed the retry time threshold value, the task is not executed any more; if the retry times of the task do not exceed the retry times threshold and the interval time does not exceed the retry interval threshold, the task is not executed temporarily and is put back into the real-time queue to continue waiting.
At this time, the task execution module is further configured to perform mirroring on information of the task that is no longer executed, and delete the task.
And the task execution module is also used for controlling the concurrent tasks according to the current length of the real-time task queue: when a new task is executed, inquiring the length of a task queue currently being executed, and when the length of the current queue is smaller than a preset queue length threshold value, directly executing the task; when the length of the current queue has exceeded the queue length threshold, the task is not executed.
The task scheduling engine of the present application further comprises: and an automatic operation and maintenance module.
In the automatic operation and maintenance module, a continuous failure task queue for storing continuous failure tasks, a time threshold value for automatically switching to a pause state after the tasks are continuously failed, and a preset retry time window for retrial detection after the tasks are paused are preset; before the current task is to be executed, the following steps are specifically performed:
if the current task exists in the continuous failure task queue, acquiring the continuous failure times and the last execution time of the current task to be executed, and exiting the current task when the continuous failure times are larger than a preset time threshold value and the difference between the current time and the acquired last execution time is smaller than a retry time window; when the continuous failure times are smaller than a preset time threshold value, executing the task to be executed at present; when the continuous failure times are larger than a preset time threshold value and the difference between the current time and the obtained last execution time is larger than a retry time window, executing the task to be executed currently;
the automatic operation and maintenance module is further used for resetting the continuous failure times of the task to zero after the task is successfully executed, and finally setting the execution time as the current time; and after the execution of the task fails, adding one to the continuous failure times of the task, and finally setting the execution time as the current time.
It will be appreciated by those skilled in the art that the components of the apparatus and steps of the method provided in the embodiments of the present application described above may be centralized on a single computing device or distributed across a network of multiple computing devices. Alternatively, they may be implemented in program code executable by a computing device. Thus, they may be stored in a memory device for execution by a computing device, or they may be separately fabricated as individual integrated circuit modules, or multiple modules or steps thereof may be fabricated as a single integrated circuit module for implementation. Thus, the present application is not limited to any specific combination of hardware and software.
Although the embodiments disclosed in the present application are described above, the descriptions are only for the convenience of understanding the present application, and are not intended to limit the present application. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the disclosure as defined by the appended claims.

Claims (34)

CN201310187584.3A2013-05-202013-05-20Task scheduling method and systemPendingCN104166590A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201310187584.3ACN104166590A (en)2013-05-202013-05-20Task scheduling method and system

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201310187584.3ACN104166590A (en)2013-05-202013-05-20Task scheduling method and system

Publications (1)

Publication NumberPublication Date
CN104166590Atrue CN104166590A (en)2014-11-26

Family

ID=51910422

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201310187584.3APendingCN104166590A (en)2013-05-202013-05-20Task scheduling method and system

Country Status (1)

CountryLink
CN (1)CN104166590A (en)

Cited By (38)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN104461562A (en)*2014-12-222015-03-25山东中创软件商用中间件股份有限公司Task creating method and system
CN105468682A (en)*2015-11-162016-04-06中国建设银行股份有限公司Event scheduling system
CN105467873A (en)*2015-11-272016-04-06北京友信宏科电子科技有限公司Task scheduling method and device of vehicle alternating-current motor controller
CN105468500A (en)*2015-11-162016-04-06中国建设银行股份有限公司Timing task monitoring method and device
CN105912390A (en)*2016-04-072016-08-31四川大学Template based task scheduling strategy in cloud computation environment
CN106156185A (en)*2015-04-202016-11-23阿里巴巴集团控股有限公司A kind of service request performs the querying method of state, Apparatus and system
CN106354633A (en)*2016-08-252017-01-25中国电子科技集团公司第四十研究所Task schedule generation method based on algorithmic plug-in
CN106412088A (en)*2016-10-252017-02-15深圳市万普拉斯科技有限公司Data synchronization method and terminal
CN106445651A (en)*2015-08-072017-02-22北京京东尚科信息技术有限公司Task executing method and system
CN106558120A (en)*2015-09-292017-04-05上海汽车集团股份有限公司A kind of method and device of event handling
CN106775979A (en)*2016-12-132017-05-31郑州云海信息技术有限公司Scheduler call method and system
CN107222534A (en)*2017-05-252017-09-29努比亚技术有限公司A kind of cluster timed task synchronous method, system and equipment
CN107368359A (en)*2017-05-312017-11-21杭州大搜车汽车服务有限公司A kind of asynchronous task performs method and its storage medium, device
CN107391251A (en)*2017-09-112017-11-24云南大学Method for scheduling task and device based on Forth virtual machines
CN107943686A (en)*2017-10-302018-04-20北京奇虎科技有限公司A kind of test dispatching method, apparatus, server and storage medium
CN107957903A (en)*2017-11-132018-04-24中国平安财产保险股份有限公司Asynchronous task scheduling method, server and storage medium
CN108021430A (en)*2016-10-312018-05-11杭州海康威视数字技术股份有限公司A kind of distributed task scheduling processing method and processing device
CN108154431A (en)*2018-01-172018-06-12北京网信云服信息科技有限公司A kind of target raises condition processing method and device
CN108153595A (en)*2018-01-182018-06-12成都无糖信息技术有限公司A kind of big data distributed task scheduling processing unit based on python
CN108920259A (en)*2018-03-302018-11-30华为技术有限公司Deep learning job scheduling method, system and relevant device
CN108958915A (en)*2018-06-282018-12-07中国建设银行股份有限公司Timed task executes method and device
CN109002353A (en)*2018-08-162018-12-14北京中科梧桐网络科技有限公司A kind of JAVA unifies task central dispatching method
WO2019019249A1 (en)*2017-07-242019-01-31平安科技(深圳)有限公司Method, apparatus and device for executing network request, and computer-readable storage medium
CN109597815A (en)*2018-10-262019-04-09阿里巴巴集团控股有限公司Data state updating method, device, equipment and medium
CN109684053A (en)*2018-11-052019-04-26广东岭南通股份有限公司The method for scheduling task and system of big data
CN109819674A (en)*2017-09-212019-05-28深圳市汇顶科技股份有限公司Computer storage medium, embedded dispatching method and system
CN110688206A (en)*2019-09-052020-01-14平安科技(深圳)有限公司Timing task scheduling method and device, computer equipment and storage medium
CN110858166A (en)*2018-08-222020-03-03北京国双科技有限公司Application exception processing method and device, storage medium and processor
CN110890975A (en)*2018-09-112020-03-17北京京东金融科技控股有限公司 Data task management automation method, system, electronic device, storage medium
CN110968407A (en)*2018-09-302020-04-07北京国双科技有限公司Task execution method and device, storage medium and electronic device
CN111443959A (en)*2020-03-272020-07-24北京金山云网络技术有限公司Task execution method and device and server
CN111598611A (en)*2020-04-272020-08-28五八有限公司Integral behavior processing method, server, electronic equipment and storage medium
CN111736929A (en)*2020-06-222020-10-02北京百度网讯科技有限公司 Method, apparatus, device, and readable storage medium for creating task instances
CN112130972A (en)*2020-08-242020-12-25北京思特奇信息技术股份有限公司 Method and system for task processing
CN112328385A (en)*2021-01-042021-02-05鹏城实验室 Plugin-based multi-scenario Kubernetes task submission method
CN114168390A (en)*2021-12-132022-03-11深圳前海环融联易信息科技服务有限公司Distributed consistent transaction execution method based on retry mechanism
WO2022261867A1 (en)*2021-06-162022-12-22华为技术有限公司Task scheduling method and apparatus
CN116400983A (en)*2023-06-072023-07-07北京长亭科技有限公司Integrated management method and system for large-scale plug-in

Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN101017546A (en)*2007-03-122007-08-15中国建设银行股份有限公司Method and device for categorical data batch processing
CN101042648A (en)*2007-04-202007-09-26北京航空航天大学Plug-in component, system and method for providing unionize interface for multicell application
CN102609295A (en)*2011-10-182012-07-25华中科技大学Dynamic operation scheduling system of virtual machine
CN102882706A (en)*2012-09-042013-01-16上海寰创通信科技股份有限公司Task-based flow data processing method in client server (CS) network managing system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN101017546A (en)*2007-03-122007-08-15中国建设银行股份有限公司Method and device for categorical data batch processing
CN101042648A (en)*2007-04-202007-09-26北京航空航天大学Plug-in component, system and method for providing unionize interface for multicell application
CN102609295A (en)*2011-10-182012-07-25华中科技大学Dynamic operation scheduling system of virtual machine
CN102882706A (en)*2012-09-042013-01-16上海寰创通信科技股份有限公司Task-based flow data processing method in client server (CS) network managing system

Cited By (55)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN104461562A (en)*2014-12-222015-03-25山东中创软件商用中间件股份有限公司Task creating method and system
CN106156185B (en)*2015-04-202019-12-13阿里巴巴集团控股有限公司Method, device and system for inquiring service request execution state
CN106156185A (en)*2015-04-202016-11-23阿里巴巴集团控股有限公司A kind of service request performs the querying method of state, Apparatus and system
CN106445651A (en)*2015-08-072017-02-22北京京东尚科信息技术有限公司Task executing method and system
CN106558120A (en)*2015-09-292017-04-05上海汽车集团股份有限公司A kind of method and device of event handling
CN105468682A (en)*2015-11-162016-04-06中国建设银行股份有限公司Event scheduling system
CN105468500A (en)*2015-11-162016-04-06中国建设银行股份有限公司Timing task monitoring method and device
CN105468682B (en)*2015-11-162018-12-14中国建设银行股份有限公司A kind of event scheduling system
CN105467873A (en)*2015-11-272016-04-06北京友信宏科电子科技有限公司Task scheduling method and device of vehicle alternating-current motor controller
CN105467873B (en)*2015-11-272018-04-17北京友信宏科电子科技有限公司A kind of method for scheduling task and device of vehicle AC motor control
CN105912390A (en)*2016-04-072016-08-31四川大学Template based task scheduling strategy in cloud computation environment
CN106354633B (en)*2016-08-252019-01-04中国电子科技集团公司第四十一研究所Task schedule table generating method based on algorithm groupware
CN106354633A (en)*2016-08-252017-01-25中国电子科技集团公司第四十研究所Task schedule generation method based on algorithmic plug-in
CN106412088B (en)*2016-10-252019-10-18深圳市万普拉斯科技有限公司Data synchronization method and terminal
CN106412088A (en)*2016-10-252017-02-15深圳市万普拉斯科技有限公司Data synchronization method and terminal
CN108021430B (en)*2016-10-312021-11-05杭州海康威视数字技术股份有限公司 Distributed task processing method and device
CN108021430A (en)*2016-10-312018-05-11杭州海康威视数字技术股份有限公司A kind of distributed task scheduling processing method and processing device
CN106775979A (en)*2016-12-132017-05-31郑州云海信息技术有限公司Scheduler call method and system
CN107222534B (en)*2017-05-252020-11-17太仓市昊博技术服务有限公司Cluster timing task synchronization method, system and equipment
CN107222534A (en)*2017-05-252017-09-29努比亚技术有限公司A kind of cluster timed task synchronous method, system and equipment
CN107368359A (en)*2017-05-312017-11-21杭州大搜车汽车服务有限公司A kind of asynchronous task performs method and its storage medium, device
WO2019019249A1 (en)*2017-07-242019-01-31平安科技(深圳)有限公司Method, apparatus and device for executing network request, and computer-readable storage medium
CN107391251A (en)*2017-09-112017-11-24云南大学Method for scheduling task and device based on Forth virtual machines
CN109819674A (en)*2017-09-212019-05-28深圳市汇顶科技股份有限公司Computer storage medium, embedded dispatching method and system
CN109819674B (en)*2017-09-212022-04-26深圳市汇顶科技股份有限公司 Computer storage medium, embedded scheduling method and system
CN107943686A (en)*2017-10-302018-04-20北京奇虎科技有限公司A kind of test dispatching method, apparatus, server and storage medium
CN107957903A (en)*2017-11-132018-04-24中国平安财产保险股份有限公司Asynchronous task scheduling method, server and storage medium
CN108154431A (en)*2018-01-172018-06-12北京网信云服信息科技有限公司A kind of target raises condition processing method and device
CN108154431B (en)*2018-01-172021-07-06北京网信云服信息科技有限公司Target recruitment state processing method and device
CN108153595A (en)*2018-01-182018-06-12成都无糖信息技术有限公司A kind of big data distributed task scheduling processing unit based on python
US11954521B2 (en)2018-03-302024-04-09Huawei Cloud Computing Technologies Co., Ltd.Deep learning job scheduling method and system and related device
CN108920259A (en)*2018-03-302018-11-30华为技术有限公司Deep learning job scheduling method, system and relevant device
CN108958915A (en)*2018-06-282018-12-07中国建设银行股份有限公司Timed task executes method and device
CN109002353A (en)*2018-08-162018-12-14北京中科梧桐网络科技有限公司A kind of JAVA unifies task central dispatching method
CN110858166B (en)*2018-08-222023-08-25北京国双科技有限公司Processing method and device for application exception, storage medium and processor
CN110858166A (en)*2018-08-222020-03-03北京国双科技有限公司Application exception processing method and device, storage medium and processor
CN110890975A (en)*2018-09-112020-03-17北京京东金融科技控股有限公司 Data task management automation method, system, electronic device, storage medium
CN110968407A (en)*2018-09-302020-04-07北京国双科技有限公司Task execution method and device, storage medium and electronic device
CN109597815A (en)*2018-10-262019-04-09阿里巴巴集团控股有限公司Data state updating method, device, equipment and medium
CN109597815B (en)*2018-10-262023-08-18创新先进技术有限公司Data state updating method, device, equipment and medium
CN109684053B (en)*2018-11-052023-08-01广东岭南通股份有限公司Task scheduling method and system for big data
CN109684053A (en)*2018-11-052019-04-26广东岭南通股份有限公司The method for scheduling task and system of big data
CN110688206A (en)*2019-09-052020-01-14平安科技(深圳)有限公司Timing task scheduling method and device, computer equipment and storage medium
CN111443959B (en)*2020-03-272023-04-25北京金山云网络技术有限公司Task execution method, device and server
CN111443959A (en)*2020-03-272020-07-24北京金山云网络技术有限公司Task execution method and device and server
CN111598611A (en)*2020-04-272020-08-28五八有限公司Integral behavior processing method, server, electronic equipment and storage medium
CN111736929A (en)*2020-06-222020-10-02北京百度网讯科技有限公司 Method, apparatus, device, and readable storage medium for creating task instances
CN111736929B (en)*2020-06-222024-04-12北京百度网讯科技有限公司Method, apparatus, device and readable storage medium for creating task instance
CN112130972A (en)*2020-08-242020-12-25北京思特奇信息技术股份有限公司 Method and system for task processing
CN112328385B (en)*2021-01-042021-04-06鹏城实验室Multi-scene Kubernetes task submission method based on plug-in
CN112328385A (en)*2021-01-042021-02-05鹏城实验室 Plugin-based multi-scenario Kubernetes task submission method
WO2022261867A1 (en)*2021-06-162022-12-22华为技术有限公司Task scheduling method and apparatus
CN114168390A (en)*2021-12-132022-03-11深圳前海环融联易信息科技服务有限公司Distributed consistent transaction execution method based on retry mechanism
CN116400983A (en)*2023-06-072023-07-07北京长亭科技有限公司Integrated management method and system for large-scale plug-in
CN116400983B (en)*2023-06-072023-08-11北京长亭科技有限公司Integrated management method and system for large-scale plug-in

Similar Documents

PublicationPublication DateTitle
CN104166590A (en)Task scheduling method and system
US12333333B2 (en)Task scheduling method and apparatus
US7634687B2 (en)Checkpoint restart system and method
CN106201672B (en)Timed task setting system and timed task running method thereof
CN101567013B (en)Method and apparatus for implementing ETL scheduling
CN107832230B (en)Test method, equipment and system based on data tuning
CN112181621B (en)Task scheduling system, method, device and storage medium
CN109614391B (en)Database diagnosis system, database diagnosis method, and non-transitory machine-readable medium
US20080010535A1 (en)Automated and configurable system for tests to be picked up and executed
CN109656782A (en)Visual scheduling monitoring method, device and server
US10346262B2 (en)Job management apparatus, job management method and computer readable medium to generate and execute a retry job when an error occurs during a job step
CN114968272A (en)Algorithm operation method, device, equipment and storage medium
US7228407B2 (en)Adaptive management method and system with automatic dependency resolution
CN107566460B (en)Method and system for distributed deployment of planning tasks
CN110716943A (en)Missing data additional recording method and device, computer equipment and storage medium
CN120353610B (en) A method and system for intelligent capacity planning in a hybrid cloud environment
CN115495527A (en)Data synchronization management system and method
CN110019144A (en)A kind of method and system of big data platform data O&M
US10015078B2 (en)Policy-based order jeopardy management
US10684889B2 (en)Systems, methods, and computer program products for scheduling processing jobs to run in a computer system
CN117149378A (en) Task scheduling method, device, equipment and media for smart car operating system
EP3407191A1 (en)Managing job schedules
US10255128B2 (en)Root cause candidate determination in multiple process systems
CN113010278A (en)Batch processing method and system for financial insurance core system
CN112463179A (en)Component mounting method, device, equipment and storage medium

Legal Events

DateCodeTitleDescription
C06Publication
PB01Publication
C10Entry into substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication
RJ01Rejection of invention patent application after publication

Application publication date:20141126


[8]ページ先頭

©2009-2025 Movatter.jp