CN104346215A - Task scheduling service system and method - Google Patents

Task scheduling service system and method Download PDF

Info

Publication number
CN104346215A
CN104346215A CN201310342752.1A CN201310342752A CN104346215A CN 104346215 A CN104346215 A CN 104346215A CN 201310342752 A CN201310342752 A CN 201310342752A CN 104346215 A CN104346215 A CN 104346215A
Authority
CN
China
Prior art keywords
task
scheduling
module
priority
task scheduling
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
CN201310342752.1A
Other languages
Chinese (zh)
Inventor
刘海波
赖天建
漆动波
王祺
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ZTE Corp filed Critical ZTE Corp
Priority to CN201310342752.1A priority Critical patent/CN104346215A/en
Priority to PCT/CN2014/077702 priority patent/WO2014173339A1/en
Publication of CN104346215A publication Critical patent/CN104346215A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/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)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a task scheduling service system and a task scheduling service method. The task scheduling service system comprises a task scheduling end module, a service interface component module, a task scanning component module, a task queue component module and a task execution module, wherein the task scheduling end module is used for transmitting a task scheduling request; the service interface component module is used for establishing tasks according to the task scheduling requests and used for establishing corresponding scheduling task records in a databank; the task scanning component module is used for scanning the scheduling task records, used for calculating task priority according to a task scheduling priority algorithm, and further used for putting the tasks into corresponding task priority queues; the task queue component module is used for calculating tasks to be executed at present in the task priority queues according to task priority queues elements; the task execution module is used for executing the task to be executed at present. By adopting the task scheduling service system and the task scheduling service method, task scheduling is classified into different priorities, the task scheduling service execution efficiency is improved, and the different experience of users on task scheduling service of different priorities is improved.

Description

A kind of task scheduling service system and method
Technical field
The present invention relates to the communications field, refer to a kind of task scheduling service system and method especially.
Background technology
In recent years, electronic communication has popularized our daily life.Wherein the application of voice mail is also very extensive.Current voice mail comprises the timed task such as new mail Advise By Wire, guest's timing message, outgoing call extraction fax, calendar prompting, these timed tasks are by the business operation of user's time appointed day a bit, some is the subsequent treatment caused by the business operation of user's time appointed day, and some adopts internal task mechanism to realize for realizing a certain function.
Calling of these timed tasks is all perform Internal processing steps based on service application layer, add the complexity of business application module, cause the strong coupling of the data structure of service application layer and internal system, Data distribution8 and intermodule relation, and constantly to expand due to service channel and to change, the overlapping development of identical function can be caused to test, reduce efficiency of research and development, be also difficult to guarantee product quality and performances.
Summary of the invention
The technical problem to be solved in the present invention is to provide a kind of task scheduling service system and method.The processing logic of service application layer can be simplified, improve execution efficiency and the Consumer's Experience of task scheduling service.
For solving the problems of the technologies described above, embodiments of the invention provide a kind of task scheduling service system and method, and described task scheduling service system comprises:
Task call end module, for initiating task scheduling request;
Service interface component module, for according to described task scheduling request, creation task, and create corresponding scheduler task record in a database;
Task scan assembly module, for scanning described scheduler task record, according to task scheduling priority algorithm calculation task priority, then puts into corresponding priority query by task;
Task queue assembly module, for selecting the current task that will perform according to priority query's element dequeue algorithm in described priority query;
Task execution module, for performing the described current task that will perform.
Wherein, described task scheduling service system also comprises:
Task statistical module, the number of tasks that the number of tasks that task scheduling request sum and described task execution module for obtaining and add up the described task call end module initiation in dispatching cycle run succeeded is failed with execution.
WEB administration module, for scheduling rule, the systematic parameter of configuration task, and the process progress of inquiry current task.
Wherein, described service interface component module, when creation task, should be task computation start-up time and allocating task number according to task scheduling algorithm.
Wherein, described service interface component module also for: receive described task execution module task action result report, respond described task execution module to execution failed task carries out task retry or carries out the receipt process of task.
Wherein, described service interface component module also for: when task retry, restart the time according to task scheduling rule computational algorithm calculation task.
Wherein, described task scheduling rule computational algorithm, specifically refers to: system time current during creation task+maximum start delay duration * (being greater than the number of tasks ratio summation of all dispatching priorities of new task dispatching priority).
Wherein, when described service interface component module carries out the process of task receipt, task acknowledgement information should be returned according to the information of task to task call end module.
Wherein, described service interface component module also for: move in history lists preserve performing terminating of task.
Wherein, described task scan assembly module also for: when scanning time-out and expired task, to service interface component module Report Tasks result, described service interface component module is made to carry out task retry to time-out and expired task or carry out the receipt process of task.
Wherein, described task queue assembly module also for: when initiating task occurs abnormal, to service interface component module Report Tasks result, make described service interface component module carry out task retry to starting abnormal task or carry out the receipt process of task.
Wherein, described task scheduling priority algorithm, specifically refers to: the system-level priority * 2+ priority of task mark+1 that the task type of new task is corresponding.
Wherein, described priority query element dequeue algorithm, specifically refers to: task queue assembly module takes out task process one by one according to the dispatching priority of individual queue from each task queue, first processes the task in high-priority queue, task in reprocessing Low Priority Queuing, then circulates.
Embodiments of the invention additionally provide a kind of method for scheduling task, comprising:
Initiate task scheduling request;
According to described task scheduling request, creation task, and create corresponding scheduler task record in a database;
Described scheduler task record is scanned, according to task scheduling priority algorithm calculation task priority, then task is put into corresponding priority query;
According to priority query's element dequeue algorithm, in described priority query, select the current task that will perform;
Perform the current task that will perform.
Wherein, described method for scheduling task also comprises: when task retry, restarts the time according to Mission Rules Guidelines algorithm calculation task.
The beneficial effect of technique scheme of the present invention is as follows:
The above embodiment of the present invention initiates task scheduling request by task call end module; Service interface component module according to described task scheduling request, creation task, and create corresponding scheduler task record in a database; Task scan assembly module scans described scheduler task record, according to task scheduling priority algorithm calculation task priority, then task is put into corresponding priority query; Task queue assembly module selects the current task that will perform according to priority query's element dequeue algorithm in described priority query; Task execution module performs the described current task that will perform; Both simplify the processing logic of service application layer, improve task scheduling service execution efficiency, also enhance the differential experience that external user is served different priorities task scheduling simultaneously.
Accompanying drawing explanation
Fig. 1 is the structural drawing of task scheduling service system of the present invention.
Fig. 2, Fig. 3, Fig. 4 are the particular flow sheet of task scheduling implementation method of the present invention.
Fig. 5 is the process flow diagram of method for scheduling task of the present invention.
Embodiment
For making the technical problem to be solved in the present invention, technical scheme and advantage clearly, be described in detail below in conjunction with the accompanying drawings and the specific embodiments.
The present invention is directed to calling of existing timed task is all perform inter-process and the very low problem of efficiency based on service application layer, provides a kind of task scheduling service system and method.
As shown in Figure 1, embodiments of the invention provide a kind of task scheduling service system, comprising:
Task call end module 101, for initiating task scheduling request;
Service interface component module 102, for according to described task scheduling request, creation task, and create corresponding scheduler task record in a database;
Task scan assembly module 103, for scanning described scheduler task record, according to task scheduling priority algorithm calculation task priority, then puts into corresponding priority query by task;
Task queue assembly module 104, for selecting the current task that will perform according to priority query's element dequeue algorithm in described priority query;
Task execution module 105, for performing the described current task that will perform.
The above embodiment of the present invention initiates task scheduling request by task call end module; Service interface component module according to described task scheduling request, creation task, and create corresponding scheduler task record in a database; Task scan assembly module scans described scheduler task record, according to task scheduling priority algorithm calculation task priority, then task is put into corresponding priority query; Task queue assembly module selects the current task that will perform according to priority query's element dequeue algorithm in described priority query; Task execution module performs the described current task that will perform; Not only simplify the processing logic of service application layer, improve task scheduling service execution efficiency, also enhance the differential experience that external user is served different priorities task scheduling simultaneously.
Wherein, more as shown in Figure 1, the embodiment of above-mentioned task scheduling service system of the present invention can also comprise:
Task statistical module 106, the number of tasks that the number of tasks that task scheduling request sum and described task execution module for obtaining the described task call end module initiation in dispatching cycle run succeeded is failed with execution.
WEB administration module 107, for the process progress of the scheduling rule of configuration task, systematic parameter and inquiry current task.
Described service interface component module 102 when creation task, specifically for: be task computation start-up time and allocating task number according to task scheduling algorithm.
Described service interface component module 102 also for: receive described task execution module 105 task action result report, respond described task execution module 105 to execution failed task carries out task retry or carries out the receipt process of task.
Described service interface component module 102 also for: when task retry, restart the time according to task scheduling rule computational algorithm calculation task.
Described task scheduling rule computational algorithm, specifically refers to: system time current during creation task+maximum start delay duration * (being greater than the number of tasks ratio summation of all dispatching priorities of new task dispatching priority).
When described service interface component module 102 carries out the process of task receipt, specifically for: the information according to task returns task acknowledgement information to task call end module 101.
Described service interface component module 102 also for: move in history lists preserve performing terminating of task.
Described task scan assembly module 103 also for: when scanning time-out and expired task, to service interface component module 102 Report Tasks result, described service interface component module 102 is made to carry out task retry to time-out and expired task or carry out the receipt process of task.
Described task queue assembly module 104 also for: when initiating task occurs abnormal, to service interface component module 102 Report Tasks result, described service interface component module 102 is made to carry out task retry to starting abnormal task or carry out the receipt process of task.
Described task scheduling priority algorithm, specifically refers to: the system-level priority * 2+ priority of task mark+1 that the task type of new task is corresponding.
Described priority query element dequeue algorithm, specifically refer to: task queue assembly module 104 takes out task process one by one according to the dispatching priority of individual queue from each task queue, first process the task in high-priority queue, the task in process Low Priority Queuing, then circulates.
Illustrating said system below in conjunction with Fig. 2-Fig. 4 is how to run realization.
As shown in Figure 2, be the particular flow sheet of the implementation method of task scheduling service system of the present invention, mainly contain following steps:
Step 201, WEB administration module 107 primary responsibility collocation task scheduling rule, comprises the system-level priority of task, forbids the parameters such as scheduling time, retry interval and maximum reattempt times;
Step 202, task call end module 101 sends task scheduling request to service interface component module 102, needs to specify the type of current scheduling task, the need of by fields such as scheduling result receipts, scheduler task field start-up time is optional in request message;
Step 203, service interface component module 102, after the request of reception task scheduling, according to the start-up time of task scheduling rule computational algorithm calculation task, and creates corresponding task scheduling record in a database; Wherein, need the task counter according to each dispatching priority in measurement period, the number of tasks calculating each dispatching priority accounts for the ratio of general assignment number.
Step 204, task scan assembly 103 goes out to meet the task of task start condition according to task scheduling priority algorithm queries, scans its task scheduling record, and task scheduling record is put into corresponding task priority queue; Wherein, such as, system-level priority is 3 kinds (0,1,2), often kind of task type is divided into common and urgent 2 kinds of priority (0,1), therefore the maximum dispatching priority number of levels of whole system is 6, but consider follow-up possibility expanding system level priority number, therefore the configurable maximum dispatching system level priority number that it is supported of task scheduling service, default to 6.
Step 205, task satisfactory in priority query, according to priority query's element dequeue algorithm, recalls by task queue assembly module 104, and sends to task execution module 105 to perform; Wherein, task priority queue element (QE) dequeue algorithm comprises: task queue assembly takes out task process from each task queue one by one according to the dispatching priority progression of individual queue, and first process high-priority queue, reprocessing Low Priority Queuing, then circulates.Often from the queue of correspondence, take out element according to priority value 6,5,4,3,2,1 in wheel circulation;
Step 206, task execution module 105, after reception task scheduling performs request, triggers intelligent network platform and carries out task scheduling, and execution result is fed back to service interface component module 102;
By service interface component module 102, step 207, judges that whether scheduling is successful, if success, enters step 208; If failure, enters step 209;
Step 208, judge that task scheduling request is the need of receipt by service interface component module 102, if desired receipt, then enter step 210; If do not need, enter step 214, this task scheduling terminates, and scheduler task imports in task history lists by service interface component module 102;
By service interface component module 102, step 209, judges whether the number of retries of scheduler task exceedes maximum reattempt times, if exceed, gets back to step 208; If be no more than, enter step 212, by service interface component module 102 calculation task retry start-up time, scan for task scan assembly module 103;
Step 210, judge that whether receipt execution result is successful to task call end 101 by service interface component module 102, if success, enter step 214, this task scheduling terminates, and scheduler task imports in task history lists by service interface component module 102; If unsuccessful, enter step 213, by the service interface component module 102 calculation task retry receipt time, scan for task scan assembly module 103.
As shown in Figure 3, to service interface component module 102 request scheduling task create and perform process in, tasks carrying and two stages of task receipt can be divided into:
First be service interface component module 102 creation task in task list, need etc. pending after task creation;
There will be three kinds of situations waiting in pending process:
Scheduling starts successfully then is executed the task by task execution module 105;
Initiatively task is cancelled by task call end 101;
Etc. pending and overtime;
Usually three kinds of results are had in the stage of executing the task:
Run succeeded, task execution module 105 returns tasks carrying success;
Perform failure, can be divided into: task execution module 105 returns tasks carrying failure; Task queue assembly module 104 returns task start failure; The task time-out of waiting status;
Perform time-out;
Task in task list all needs receipt, usually has four kinds of situations in the task receipt stage:
Waiting receipt, receipt failure but can retry;
Receipt success;
Receipt failure, receipt failure and can not retry, or receipt failure and exceed maximum reattempt times;
Receipt time-out, waiting receipt time-out;
As shown in Figure 4, obtain the task counter of each dispatching priority in dispatching cycle according to task statistical module 106, the number of tasks calculating each dispatching priority accounts for the ratio of general assignment number.There is not task for avoiding certain dispatching priority and but take sheet time delay, therefore this algorithm adopts the total task number ratio accounting for all dispatching priorities according to the number of tasks of each dispatching priority, calculates the task start time of each dispatching priority.
As shown in Figure 5, embodiments of the invention also provide a kind of method for scheduling task, comprising:
Step 501, initiates task scheduling request;
Step 502, according to described task scheduling request, creation task, and create corresponding scheduler task record in a database;
Step 503, scans described scheduler task record, according to task scheduling priority algorithm calculation task priority, then task is put into corresponding priority query;
Step 504, according to priority query's element dequeue algorithm, selects the current task that will perform in described priority query;
Step 505 performs the current task that will perform.
Further, above-described embodiment can further include:
After the success of step 506 tasks carrying, by execution result receipt to task service interface component module 102;
The task of end moves in task history lists and preserves by step 507 service interface component module 102.
Further, described method for scheduling task, also comprises: when task retry, and service interface component should restart the time according to Mission Rules Guidelines algorithm calculation task.
Further, described method for scheduling task, also comprises: for terminating and requiring the task of receipt, service interface component should return task acknowledgement information according to mission bit stream to task call end.
The embodiment of the method is the embodiment corresponding with said system, and in said system embodiment, all realization flows are all applicable to the embodiment of the method, also can reach identical technique effect.
Task scheduling service system of the present invention and method are the thought built based on system layer, are responsible for by middle service layer the scheduling realizing timed task with internal module alternately.Specifically, the first, for external user, the scheduling of task is more in real time intelligent, and supports multiple deployment of task scheduling system module; Taboo can be arranged exhale the period, open the functions such as Hu Yanchi; User can also be made to experience the otherness of different priorities task scheduling service.The second, for manufacturer and internal engineering deployment maintenance, the configuration of system is simply effective, easy to operate; Simplify service application layer processing logic, improve task scheduling service execution efficiency; Realize the WEB interface of parameter configuration, facilitate the management maintenance of keeper; Adopt data statistics platform, have certificate to the statistics of system user amount, performance and stability is more clear.The above embodiment of the present invention not only simplify the processing logic of service application layer, improves task scheduling service execution efficiency, also enhances the differential experience that external user is served different priorities task scheduling simultaneously.
The above is the preferred embodiment of the present invention; it should be pointed out that for those skilled in the art, under the prerequisite not departing from principle of the present invention; can also make some improvements and modifications, these improvements and modifications also should be considered as protection scope of the present invention.

Claims (15)

1. a task scheduling service system, is characterized in that, comprising:
Task call end module, for initiating task scheduling request;
Service interface component module, for according to described task scheduling request, creation task, and create corresponding scheduler task record in a database;
Task scan assembly module, for scanning described scheduler task record, according to task scheduling priority algorithm calculation task priority, then puts into corresponding priority query by task;
Task queue assembly module, for selecting the current task that will perform according to priority query's element dequeue algorithm in described priority query;
Task execution module, for performing the described current task that will perform.
2. task scheduling service system according to claim 1, is characterized in that, also comprise:
Task statistical module, the number of tasks that the number of tasks that task scheduling request sum and described task execution module for obtaining the described task call end module initiation in dispatching cycle run succeeded is failed with execution.
3. task scheduling service system according to claim 1, is characterized in that, also comprise:
WEB administration module, for the process progress of the scheduling rule of configuration task, systematic parameter and inquiry current task.
4. task scheduling service system according to claim 1, is characterized in that, described service interface component module when creation task, specifically for: be task computation start-up time and allocating task number according to task scheduling algorithm.
5. task scheduling service system according to claim 1, it is characterized in that, described service interface component module also for: receive described task execution module task action result report, respond described task execution module to execution failed task carries out task retry or carries out the receipt process of task.
6. task scheduling service system according to claim 5, is characterized in that, described service interface component module also for: when task retry, restart the time according to task scheduling rule computational algorithm calculation task.
7. task scheduling service system according to claim 6, is characterized in that, described task scheduling rule computational algorithm, specifically refers to:
System time current during creation task+maximum start delay duration * (being greater than the number of tasks ratio summation of all dispatching priorities of new task dispatching priority).
8. task scheduling service system according to claim 5, is characterized in that, when described service interface component module carries out the process of task receipt, specifically for: the information according to task returns task acknowledgement information to task call end module.
9. task scheduling service system according to claim 1, is characterized in that, described service interface component module also for: move in history lists preserve performing terminating of task.
10. task scheduling service system according to claim 1, it is characterized in that, described task scan assembly module also for: when scanning time-out and expired task, to service interface component module Report Tasks result, described service interface component module is made to carry out task retry to time-out and expired task or carry out the receipt process of task.
11. task scheduling service systems according to claim 1, it is characterized in that, described task queue assembly module also for: when initiating task occurs abnormal, to service interface component module Report Tasks result, described service interface component module is made to carry out task retry to starting abnormal task or carry out the receipt process of task.
12. task scheduling service systems according to claim 1, is characterized in that, described task scheduling priority algorithm, specifically refers to:
The system-level priority * 2+ priority of task mark+1 that the task type of new task is corresponding.
13. task scheduling service systems according to claim 1, is characterized in that, described priority query element dequeue algorithm, specifically refers to:
Task queue assembly module takes out task process one by one according to the dispatching priority of individual queue from each task queue, and first process the task in high-priority queue, the task in reprocessing Low Priority Queuing, then circulates.
14. 1 kinds of method for scheduling task, is characterized in that, comprising:
Initiate task scheduling request;
According to described task scheduling request, creation task, and create corresponding scheduler task record in a database;
Described scheduler task record is scanned, according to task scheduling priority algorithm calculation task priority, then task is put into corresponding priority query;
According to priority query's element dequeue algorithm, in described priority query, select the current task that will perform;
Perform the current task that will perform.
15. method for scheduling task according to claim 14, is characterized in that, also comprise:
When task retry, restart the time according to Mission Rules Guidelines algorithm calculation task.
CN201310342752.1A 2013-08-07 2013-08-07 Task scheduling service system and method Pending CN104346215A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201310342752.1A CN104346215A (en) 2013-08-07 2013-08-07 Task scheduling service system and method
PCT/CN2014/077702 WO2014173339A1 (en) 2013-08-07 2014-05-16 Task scheduling service system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310342752.1A CN104346215A (en) 2013-08-07 2013-08-07 Task scheduling service system and method

Publications (1)

Publication Number Publication Date
CN104346215A true CN104346215A (en) 2015-02-11

Family

ID=51791069

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310342752.1A Pending CN104346215A (en) 2013-08-07 2013-08-07 Task scheduling service system and method

Country Status (2)

Country Link
CN (1) CN104346215A (en)
WO (1) WO2014173339A1 (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104794077A (en) * 2015-04-07 2015-07-22 无锡天脉聚源传媒科技有限公司 Link list storage method and system
CN104915256A (en) * 2015-06-05 2015-09-16 惠州Tcl移动通信有限公司 Method and system for realizing real-time scheduling of task
CN106295927A (en) * 2015-05-21 2017-01-04 北京京东尚科信息技术有限公司 The method and device of task is distributed to operator
CN106407021A (en) * 2016-07-01 2017-02-15 厦门易名科技股份有限公司 Queue-based business request processing method
WO2017045565A1 (en) * 2015-09-18 2017-03-23 阿里巴巴集团控股有限公司 Task operation retry method and device
CN106557359A (en) * 2015-09-30 2017-04-05 腾讯科技(深圳)有限公司 A kind of method for scheduling task and system
CN106570585A (en) * 2016-05-25 2017-04-19 清华大学 Task scheduling method and energy management device for self energy supply system
CN106598705A (en) * 2015-10-15 2017-04-26 阿里巴巴集团控股有限公司 Asynchronous task scheduling method, device and system and electronic equipment
CN106790642A (en) * 2017-01-10 2017-05-31 深圳淞鑫金融服务科技发展有限公司 The dispatching method and device of big data acquisition tasks
CN107423918A (en) * 2017-08-16 2017-12-01 广州环球梦电子商务股份有限公司 One kind is borrowed and sells platform commodity method for scheduling task and system
CN107688489A (en) * 2016-08-03 2018-02-13 北京京东尚科信息技术有限公司 A kind of method and system of scheduler task
CN107704323A (en) * 2017-11-07 2018-02-16 广州探迹科技有限公司 A kind of web crawlers method for scheduling task and device
CN108255589A (en) * 2017-08-29 2018-07-06 平安科技(深圳)有限公司 Method for scheduling task and server
CN108804096A (en) * 2017-05-05 2018-11-13 中思博安科技(北京)有限公司 A kind of task scheduling execution method and apparatus based on intelligent contract
CN109144683A (en) * 2017-06-28 2019-01-04 北京京东尚科信息技术有限公司 Task processing method, device, system and electronic equipment
WO2019029721A1 (en) * 2017-08-11 2019-02-14 中兴通讯股份有限公司 Task scheduling method, apparatus and device, and storage medium
CN109358956A (en) * 2018-09-30 2019-02-19 上海保险交易所股份有限公司 Service calling method
CN109669735A (en) * 2018-12-07 2019-04-23 武汉斗鱼鱼乐网络科技有限公司 Application starting method, apparatus and storage medium based on delay registration
CN109783211A (en) * 2018-12-14 2019-05-21 成都四方伟业软件股份有限公司 A kind of batch task scheduling system and dispatching method based on business diary
CN110109764A (en) * 2019-05-15 2019-08-09 重庆天蓬网络有限公司 Delayed tasks creation method, device, medium and electronic equipment
CN110362362A (en) * 2019-07-24 2019-10-22 北京明略软件系统有限公司 Method for scheduling task and device, storage medium, electronic device
CN111352728A (en) * 2019-08-28 2020-06-30 北京大学(天津滨海)新一代信息技术研究院 Self-adaptive scheduling method of data service cluster
CN112130972A (en) * 2020-08-24 2020-12-25 北京思特奇信息技术股份有限公司 Task processing method and system
CN112988428A (en) * 2021-04-26 2021-06-18 南京蜂泰互联网科技有限公司 Distributed message asynchronous notification middleware implementation method and system
CN113656157A (en) * 2021-08-10 2021-11-16 北京锐安科技有限公司 Distributed task scheduling method and device, storage medium and electronic equipment
CN114625520A (en) * 2022-05-16 2022-06-14 中博信息技术研究院有限公司 Distributed task scheduling gateway scheduling method based on current limiting

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648845A (en) * 2016-09-23 2017-05-10 努比亚技术有限公司 Distributed type task scheduling system and method
CN110895488B (en) * 2018-09-12 2023-10-20 三六零科技集团有限公司 Task scheduling method and device
CN110309024B (en) * 2019-04-23 2023-07-18 网宿科技股份有限公司 Data processing system and method for executing data processing task
CN111240823A (en) * 2020-01-16 2020-06-05 青岛农业大学 Remote collaborative computing application management scheduling algorithm
CN112667375A (en) * 2020-12-22 2021-04-16 杭州东信北邮信息技术有限公司 Task scheduling method and system based on big data service
CN112764902B (en) * 2021-01-21 2024-03-29 上海明略人工智能(集团)有限公司 Task scheduling method and system
CN116109423B (en) * 2023-04-11 2024-04-12 山东小数点信息技术有限公司 Social insurance batch reporting system and method

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060206894A1 (en) * 2005-03-09 2006-09-14 Fusionsoft Co., Ltd. Method of scheduling jobs using database management system for real-time processing
CN101770402A (en) * 2008-12-29 2010-07-07 中国移动通信集团公司 Map task scheduling method, equipment and system in MapReduce system
CN102096599A (en) * 2009-12-14 2011-06-15 中国移动通信集团公司 Multi-queue task scheduling method and related system and equipment
CN102122302A (en) * 2011-03-11 2011-07-13 北京神舟航天软件技术有限公司 Centralized processing system and method for documents
CN102196157A (en) * 2010-03-02 2011-09-21 新奥特(北京)视频技术有限公司 Program publishing system of TV (television) station
CN102567106A (en) * 2010-12-30 2012-07-11 中国移动通信集团云南有限公司 Task scheduling method, system and device
CN102880503A (en) * 2012-08-24 2013-01-16 新浪网技术(中国)有限公司 Data analysis system and data analysis method
CN103177035A (en) * 2011-12-26 2013-06-26 中国银联股份有限公司 Data query device and data query method in data base
CN103197969A (en) * 2013-03-27 2013-07-10 百度在线网络技术(北京)有限公司 Distributed timed task control device and method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7559062B2 (en) * 2003-10-30 2009-07-07 Alcatel Lucent Intelligent scheduler for multi-level exhaustive scheduling
CN101510164B (en) * 2009-03-25 2013-05-22 北京中星微电子有限公司 Multi-service scheduling method, apparatus and system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060206894A1 (en) * 2005-03-09 2006-09-14 Fusionsoft Co., Ltd. Method of scheduling jobs using database management system for real-time processing
CN101770402A (en) * 2008-12-29 2010-07-07 中国移动通信集团公司 Map task scheduling method, equipment and system in MapReduce system
CN102096599A (en) * 2009-12-14 2011-06-15 中国移动通信集团公司 Multi-queue task scheduling method and related system and equipment
CN102196157A (en) * 2010-03-02 2011-09-21 新奥特(北京)视频技术有限公司 Program publishing system of TV (television) station
CN102567106A (en) * 2010-12-30 2012-07-11 中国移动通信集团云南有限公司 Task scheduling method, system and device
CN102122302A (en) * 2011-03-11 2011-07-13 北京神舟航天软件技术有限公司 Centralized processing system and method for documents
CN103177035A (en) * 2011-12-26 2013-06-26 中国银联股份有限公司 Data query device and data query method in data base
CN102880503A (en) * 2012-08-24 2013-01-16 新浪网技术(中国)有限公司 Data analysis system and data analysis method
CN103197969A (en) * 2013-03-27 2013-07-10 百度在线网络技术(北京)有限公司 Distributed timed task control device and method

Cited By (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104794077A (en) * 2015-04-07 2015-07-22 无锡天脉聚源传媒科技有限公司 Link list storage method and system
CN106295927A (en) * 2015-05-21 2017-01-04 北京京东尚科信息技术有限公司 The method and device of task is distributed to operator
CN106295927B (en) * 2015-05-21 2022-07-05 北京京东尚科信息技术有限公司 Method and device for allocating tasks to operator
CN104915256A (en) * 2015-06-05 2015-09-16 惠州Tcl移动通信有限公司 Method and system for realizing real-time scheduling of task
WO2017045565A1 (en) * 2015-09-18 2017-03-23 阿里巴巴集团控股有限公司 Task operation retry method and device
US10866862B2 (en) 2015-09-18 2020-12-15 Alibaba Group Holding Limited Method and apparatus for job operation retry
CN106557359A (en) * 2015-09-30 2017-04-05 腾讯科技(深圳)有限公司 A kind of method for scheduling task and system
CN106598705A (en) * 2015-10-15 2017-04-26 阿里巴巴集团控股有限公司 Asynchronous task scheduling method, device and system and electronic equipment
CN106598705B (en) * 2015-10-15 2020-08-11 菜鸟智能物流控股有限公司 Asynchronous task scheduling method, device and system and electronic equipment
CN106570585B (en) * 2016-05-25 2019-10-18 清华大学 A kind of method for scheduling task and energy management apparatus towards self-power supply system
CN106570585A (en) * 2016-05-25 2017-04-19 清华大学 Task scheduling method and energy management device for self energy supply system
CN106407021A (en) * 2016-07-01 2017-02-15 厦门易名科技股份有限公司 Queue-based business request processing method
CN107688489B (en) * 2016-08-03 2021-01-26 北京京东尚科信息技术有限公司 Method and system for scheduling tasks
CN107688489A (en) * 2016-08-03 2018-02-13 北京京东尚科信息技术有限公司 A kind of method and system of scheduler task
CN106790642A (en) * 2017-01-10 2017-05-31 深圳淞鑫金融服务科技发展有限公司 The dispatching method and device of big data acquisition tasks
CN108804096A (en) * 2017-05-05 2018-11-13 中思博安科技(北京)有限公司 A kind of task scheduling execution method and apparatus based on intelligent contract
CN109144683A (en) * 2017-06-28 2019-01-04 北京京东尚科信息技术有限公司 Task processing method, device, system and electronic equipment
WO2019029721A1 (en) * 2017-08-11 2019-02-14 中兴通讯股份有限公司 Task scheduling method, apparatus and device, and storage medium
CN109388482A (en) * 2017-08-11 2019-02-26 中兴通讯股份有限公司 Dispatching method, device and the storage medium of task
CN107423918A (en) * 2017-08-16 2017-12-01 广州环球梦电子商务股份有限公司 One kind is borrowed and sells platform commodity method for scheduling task and system
CN108255589A (en) * 2017-08-29 2018-07-06 平安科技(深圳)有限公司 Method for scheduling task and server
CN107704323A (en) * 2017-11-07 2018-02-16 广州探迹科技有限公司 A kind of web crawlers method for scheduling task and device
CN109358956A (en) * 2018-09-30 2019-02-19 上海保险交易所股份有限公司 Service calling method
CN109358956B (en) * 2018-09-30 2021-03-16 上海保险交易所股份有限公司 Service calling method
CN109669735A (en) * 2018-12-07 2019-04-23 武汉斗鱼鱼乐网络科技有限公司 Application starting method, apparatus and storage medium based on delay registration
CN109669735B (en) * 2018-12-07 2022-02-22 武汉斗鱼鱼乐网络科技有限公司 Application starting method and device based on delayed registration and storage medium
CN109783211A (en) * 2018-12-14 2019-05-21 成都四方伟业软件股份有限公司 A kind of batch task scheduling system and dispatching method based on business diary
CN110109764A (en) * 2019-05-15 2019-08-09 重庆天蓬网络有限公司 Delayed tasks creation method, device, medium and electronic equipment
CN110362362A (en) * 2019-07-24 2019-10-22 北京明略软件系统有限公司 Method for scheduling task and device, storage medium, electronic device
CN111352728A (en) * 2019-08-28 2020-06-30 北京大学(天津滨海)新一代信息技术研究院 Self-adaptive scheduling method of data service cluster
CN111352728B (en) * 2019-08-28 2023-10-03 北京大学(天津滨海)新一代信息技术研究院 Self-adaptive scheduling method of data service cluster
CN112130972A (en) * 2020-08-24 2020-12-25 北京思特奇信息技术股份有限公司 Task processing method and system
CN112988428A (en) * 2021-04-26 2021-06-18 南京蜂泰互联网科技有限公司 Distributed message asynchronous notification middleware implementation method and system
CN113656157A (en) * 2021-08-10 2021-11-16 北京锐安科技有限公司 Distributed task scheduling method and device, storage medium and electronic equipment
CN113656157B (en) * 2021-08-10 2024-04-23 北京锐安科技有限公司 Distributed task scheduling method and device, storage medium and electronic equipment
CN114625520A (en) * 2022-05-16 2022-06-14 中博信息技术研究院有限公司 Distributed task scheduling gateway scheduling method based on current limiting
CN114625520B (en) * 2022-05-16 2022-08-30 中博信息技术研究院有限公司 Distributed task scheduling gateway scheduling method based on current limiting

Also Published As

Publication number Publication date
WO2014173339A1 (en) 2014-10-30

Similar Documents

Publication Publication Date Title
CN104346215A (en) Task scheduling service system and method
US10303509B2 (en) Distributed task system based on internet of things and service processing method for distributed tasks based on the same
CN106293919B (en) A kind of the built-in tasks dispatching device and method of time trigger
CN203206480U (en) Client device for intelligent scheduling of network tasks based multiple network scheduling constraints
CN103346974A (en) Controlling method of service process and network device
CN101102360B (en) A method for automatic form return
CN101135981A (en) Method and device for realizing batch report generation
Bhullar et al. Intelligent stress calculation and scheduling in segmented processor systems using buddy approach
CN108804215A (en) A kind of task processing method, device and electronic equipment
CN109547312B (en) 1553B bus event message scheduling method sensitive to message interval
CN112667383A (en) Task execution and scheduling method, system, device, computing equipment and medium
CN112199180A (en) Multitask scheduling method and device, electronic equipment and readable storage medium
CN103731549B (en) A kind of management method of intelligent mobile phone terminal message
CN102573073B (en) Resource allocation method and system for physical layer of terminal
CN100502388C (en) Route processing method for modules of border gateway protocol (BGP)
CN101320443A (en) Electronic work order processing method and device
CN111107229A (en) Outbound prediction method and device for intelligent customer service
CN107302487A (en) Number obtaining method and system on line
CN114489970A (en) Method and system for realizing queue sequencing by using scheduling plug-in Kubernetes
CN111026809B (en) Distributed execution system for scheduling process
CN115619114A (en) Numbering method, numbering device, electronic equipment and computer readable storage medium
CN111210045A (en) Shutdown instruction sending optimization method
CN110704180B (en) Workflow scheduling method based on hybrid cloud
CN101170448A (en) System and method for processing a large number reporting message on topology interface in telecommunication network management system
CN114090205A (en) Task processing method, device, equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20150211

RJ01 Rejection of invention patent application after publication