CN101887381A - Method and device for configuring timing tasks based on Quartz frame - Google Patents

Method and device for configuring timing tasks based on Quartz frame Download PDF

Info

Publication number
CN101887381A
CN101887381A CN 201010216117 CN201010216117A CN101887381A CN 101887381 A CN101887381 A CN 101887381A CN 201010216117 CN201010216117 CN 201010216117 CN 201010216117 A CN201010216117 A CN 201010216117A CN 101887381 A CN101887381 A CN 101887381A
Authority
CN
China
Prior art keywords
task
tasks
timing
user
module
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
CN 201010216117
Other languages
Chinese (zh)
Inventor
高磊
沈行
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Wecoo Electronic Business Technology Co Ltd
Original Assignee
Beijing Wecoo Electronic Business Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Wecoo Electronic Business Technology Co Ltd filed Critical Beijing Wecoo Electronic Business Technology Co Ltd
Priority to CN 201010216117 priority Critical patent/CN101887381A/en
Publication of CN101887381A publication Critical patent/CN101887381A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention provides a method for configuring timing tasks based on a Quartz frame, comprising the following steps of: 102, setting timing service interfaces; 104, increasing the tasks by users through the timing service interfaces, appointing the time rules of the tasks and allocating unique identification to the tasks; and 106, according to the time rules, executing the tasks by using the corresponding service interfaces according to the unique identifications in the preset time. The invention also provides a device for configuring timing tasks based on the Quartz frame. By adopting the technical scheme, the invention can be used for looking up the running states of the tasks in real time, dynamically increasing the tasks and suspending, recovering and removing the timing tasks.

Description

Method and apparatus based on the configuring timing tasks of Quartz framework
Technical field
The present invention relates to timed task scheduling, in particular to a kind of method and apparatus of the configuring timing tasks based on the Quartz framework.
Background technology
In based on SAAS (Software as a Service, software is promptly served) enterprise application system, often need to add the task scheduling function, require the acquisition fixed time regularly to go to carry out service logic.
Existing based on SAAS system timed task implementation method:
1.crontab order
Introduce: the crontab order is common among the operating system of Unix and class Unix, is used to be provided with the instruction that periodically is performed.This order is from the standard input device reading command, and it is deposited in " crontab " file, for after read and carry out.
This speech derives from Greek chronos (χ ρ ó ν ο ζ), and original meaning is the time.Usually, the instruction that crontab stores is activated by finger daemon, and crond is usually at running background, and whether each minute checked has predetermined operation to need to carry out.This class operation is commonly referred to as cron jobs.
Its shortcoming: (1), crontab are system-level orders, and be very complicated during the migration of application program between multiple systems;
(2), crontab can't be built in the web container and manage;
(3), close at every turn, need the system manager of specialty to operate when suspending timed task.
2.java.util.timer class
Introduce: a kind of very practical thread function is provided in the kit of Java2: arrange in the future certain period to carry out the Timer of certain task, TimerTask in advance.Can use these classes to create background process, be allowed to condition at and carry out after waiting for one section official hour, perhaps allow it carry out at set intervals.TimerTask has realized the Runnable interface, and pending task places run ().Timer is a class of arranging TimerTask, and both generally work together for this.At first should create the object of a TimerTask when using, carry out it with the class object arrangement of a Timer then
Its shortcoming:,, need carry out secondary development if in program run, realize functions such as time-out or recovery timed task though the java.util.timer class is very practical.
3.Quartz framework
Introduce: Quartz (OpenSymphony increases income and is organized in the project of increasing income in job placement (Jobscheduling) field) is a job scheduling framework of increasing income, provide simply but powerful mechanism for carry out job scheduling in java application, Quartz allows the developer to come schedule job according to the time interval (or sky).It has realized the many-to-many relationship of operation and trigger, can also be related with different triggers a plurality of operations.It not only can realize all functions of preceding two kinds of timed tasks, and only need dispose the management that just can realize timed task a little in system.
Its shortcoming: though the function of Quartz is very practical, can not dynamically increase, suspend, recover, remove timed task.
Therefore, need a kind of mode of novel configuring timing tasks, can realize real time inspection task run state, and dynamically increase task, suspend, recover, remove timed task.
Summary of the invention
Technical matters to be solved by this invention is, a kind of mode of configuring timing tasks is provided, and can realize real time inspection task run state, and dynamically increase task, suspends, recovers, removes timed task.
In view of this, the invention discloses a kind of method of the configuring timing tasks based on the Quartz framework, comprising: step 102 is provided with timing service interfaces; Step 104, the user is by timing service interfaces, and the increase task is specified the time rule of described task, and is described Task Distribution unique identification; Step 106 according to described time rule, goes up at the fixed time, uses the corresponding service interface to carry out described task according to described unique identification.In this technical scheme, by the instant configuration of timing service interfaces realization to timing services.
In technique scheme, preferably, described step 104 also comprises: described user by described timing service interfaces to other tasks suspend, recovery or deletion action.
In technique scheme, preferably, the described time rule of described user's appointment is stored in the database, and described step 104 also comprises: described user is from obtaining the time rule of all tasks from described database by inquiry.
In technique scheme, preferably, described step 102 also comprises: to obtain the relevant information of described all tasks, wherein, described relevant information comprises priority and task status to described user by inquiry.
In technique scheme, preferably, the thread of carrying out described task obtains from thread pool.In this technical scheme, improve the efficient of executing the task by thread pool.
The invention also discloses a kind of device of the configuring timing tasks based on the Quartz framework, comprising: timing service interfaces; Module is set, is used for supplying the user by described timing service interfaces, the increase task is specified the time rule of described task, and is described Task Distribution unique identification; Trigger according to described time rule, is gone up at the fixed time, uses the corresponding service interface to carry out described task according to described unique identification.In this technical scheme, by the instant configuration of timing service interfaces realization to timing services.
In technique scheme, preferably, described be provided with module also be used for for described user by described timing service interfaces to other tasks suspend, recovery or deletion action.
In technique scheme, preferably, also comprise database module, be used to store the described time rule of described user's appointment, the described module that is provided with also is used for for the user by inquiring about the time rule that obtains all tasks from described database module.
In technique scheme, preferably, described user uses the described operation that module is carried out that is provided with, and finishes by the described graphical interfaces that module is set provides.In this technical scheme, graphical interfaces makes that the operation of configuring timing tasks is simpler.
In technique scheme, preferably, also comprise: the thread pool module is used to provide the thread of carrying out described task.In this technical scheme, improve the efficient of executing the task by thread pool.
According to technical scheme of the present invention, can realize a kind of method and apparatus that disposes timing services, can real time inspection task run state, and dynamically increase task, suspend, recover, remove timed task.
Description of drawings
Fig. 1 is the process flow diagram according to the method for the configuration timing services based on the Quartz framework of the present invention;
Fig. 2 is the block diagram according to the device of the configuration timing services based on the Quartz framework of the present invention;
Fig. 3 is the process flow diagram of the method for the configuration timing services based on the Quartz framework according to an embodiment of the invention;
Fig. 4 is the synoptic diagram of intraware structure of the Scheduler of Quartz framework;
Fig. 5 and Fig. 6 are the screenshotss synoptic diagram of the device of the configuration timing services based on the Quartz framework according to an embodiment of the invention.
Embodiment
Describe in detail according to embodiments of the invention below with reference to accompanying drawing.
Fig. 1 is the process flow diagram according to the method for the configuration timing services based on the Quartz framework of the present invention.
As shown in Figure 1, the invention provides a kind of method of the configuring timing tasks based on the Quartz framework, comprising: step 102 is provided with timing service interfaces; Step 104, the user is by timing service interfaces, and the increase task is specified the time rule of described task, and is described Task Distribution unique identification; Step 106 according to described time rule, goes up at the fixed time, uses the corresponding service interface to carry out described task according to described unique identification.In this technical scheme, by the instant configuration of timing service interfaces realization to timing services.
In technique scheme, described step 104 also comprises: described user by described timing service interfaces to other tasks suspend, recovery or deletion action.
In technique scheme, the described time rule of described user's appointment is stored in the database, and described step 104 also comprises: described user is from obtaining the time rule of all tasks from described database by inquiry.
In technique scheme, described step 102 also comprises: to obtain the relevant information of described all tasks, wherein, described relevant information comprises priority and task status to described user by inquiry.
In technique scheme, the thread of carrying out described task obtains from thread pool.In this technical scheme, improve the efficient of executing the task by thread pool.
Fig. 2 is the block diagram according to the device of the configuration timing services based on the Quartz framework of the present invention.
As shown in Figure 2, the present invention also provides a kind of device 200 of the configuring timing tasks based on the Quartz framework, comprising: timing service interfaces 202; Module 204 is set, is used for supplying the user by described timing service interfaces 202, the increase task is specified the time rule of described task, and is described Task Distribution unique identification; Trigger 206 according to described time rule, is gone up at the fixed time, uses the corresponding service interface to carry out described task according to described unique identification.In this technical scheme, by the instant configuration of timing service interfaces realization to timing services.
In technique scheme, described be provided with module 204 also be used for for described user by described timing service interfaces to other tasks suspend, recovery or deletion action.
In technique scheme, also comprise database module, be used to store the described time rule of described user's appointment, the described module 204 that is provided with also is used for for the user by inquiring about the time rule that obtains all tasks from described database module.
In technique scheme, described user uses the described operation that module 204 is carried out that is provided with, and finishes by the described graphical interfaces that module 204 is set provides.In this technical scheme, graphical interfaces makes that the operation of configuring timing tasks is simpler.
In technique scheme, also comprise: the thread pool module is used to provide the thread of carrying out described task.In this technical scheme, improve the efficient of executing the task by thread pool.
Fig. 3 is the process flow diagram of the method for the configuration timing services based on the Quartz framework according to an embodiment of the invention.
At first, with the used technology of present embodiment in following explanation:
1.Quartz technology
Quartz has carried out high abstract to the field question of task scheduling, has proposed the notion of these 3 cores of scheduler, task and trigger, and these important key concepts is described by interface and class at org.quartz:
Job: be an interface, have only a method voidexecute (JobExecutionContext context), the developer realizes this interface definition operation task, and the JobExecutionContext class provides scheduling contextual various information.Information during the Job operation is kept in the JobDataMap example;
JobDetail:Quartz when carrying out Job, creates a Job example each again, so it does not directly accept the example of a Job, its receives a Job and realizes class on the contrary, so that the reflex mechanism instantiation Job by newInstance () during operation.Therefore need describe realization class and other the relevant static information of Job by a class, as information such as Job name, description, related audiomonitors, JobDetail has born this role.
Can more specifically understand its function by such constructed fuction: JobDetail (java.lang.String name, java.lang.String group, java.lang.ClassjobClass), this constructed fuction requires to specify the realization class of Job, and group name and the Job title of task in Scheduler;
Trigger: be a class, describe and trigger the Time Triggered rule that Job carries out.Mainly contain these two subclasses of SimpleTrigger and CronTrigger.When only triggering once or carrying out the selection that SimpleTrigger is best suited for the Fixed Time Interval cycle; CronTrigger then can define the scheduling scheme of various complicated time rules by the Cron expression formula: as per 9:00 execution in morning, Monday, Wednesday, afternoon Friday 5:00 execution etc.;
Calendar:org.quartz.Calendar is different with java.util.Calendar, it is the set (can simply org.quartz.Calendar be regarded as the set of java.util.Calendar---java.util.Calendar represents a calendar time point, and the Calendar of no specified otherwise back promptly refers to org.quartz.Calendar) of some calendar particular point in times.A Trigger can be related with a plurality of Calendar, so that get rid of or comprise some time point.
Suppose that we arrange weekly Monday morning 10:00 to execute the task, if but to run into legal red-letter day, task is not then carried out, and at this moment just need use Calendar to fix a point to get rid of on the basis of Trigger trigger mechanism.At the different time segment type, Quartz provides the realization class of several Calendar under org.quartz.impl.calendar bag, as AnnualCalendar, MonthlyCalendar, WeeklyCalendar respectively at annual, every month and define weekly;
Scheduler: the independent operating container of representing a Quartz, Trigger and JobDetail can be registered among the Scheduler, both have separately group and title in Scheduler, group and title are the foundations of a certain object in the Scheduler Search and Orientation container, the group of Trigger and title must be unique, the group of JobDetail and title also must be unique (but can be identical with title with the group of Trigger, because they are dissimilar).Scheduler has defined a plurality of interface methods, allows outside by Trigger and JobDetail in group and title visit and the control container.
Scheduler can be tied to Trigger among a certain JobDetail, and when Trigger triggered, corresponding Job just was performed like this.Job can corresponding a plurality of Trigger, but a Trigger can only corresponding Job.Can create a Scheduler example by SchedulerFactory.Scheduler has a SchedulerContext, and it is similar to ServletContext, and in store Scheduler contextual information, Job and Trigger can be visited the information in the SchedulerContext.SchedulerContext is inner to safeguard these context datas by a Map in the mode of key-value pair, and SchedulerContext is for preserving and obtain the method that data provide a plurality of put () and getXxx ().Can obtain corresponding SchedulerContext example by Scheduler#getContext ();
ThreadPool:Scheduler uses the infrastructure of a thread pool as task run, and task improves operational efficiency by the thread of sharing in the thread pool.
Job has a StatefulJob sub-interface, and representative has the task of state, and this interface is a label interface that does not have method, its objective is the type that allows Quartz know task, so that adopt different carrying into execution a plan.The stateless task has the JobDataMap copy of oneself when carrying out, can not influence the execution of next time to the change of JobDataMap.And have state task to share same JobDataMap example, and each task is carried out and can be preserved to the change that JobDataMap did, and the execution of back can be seen and this change all can the execution of back be made a difference at every turn after also promptly executing the task.
Just because of this reason, stateless Job can concurrently carry out, and has the StatefulJob of state concurrently not carry out, and this means if StatefulJob last time also is not finished, task next time will be blocked wait, be finished up to preceding subtask.Have state task need consider more factors than stateless task, program often has higher complexity, therefore unless necessary, should use stateless Job as far as possible.
If Quartz has used data base persistence task scheduling information, stateless JobDataMap only can keep once when the Scheduler registered task, and has the JobDataMap of state task correspondence all can preserve after executing the task at every turn.
Trigger self also can have a JobDataMap, and its related Job can obtain JobDataMap among the Trigger by JobExecutionContext.getTrigger () .getJobDataMap ().No matter state or stateless task are arranged, the term of execution of task, can not carry out promptly can the execution of next time not being exerted an influence lastingly to the change that JobDataMap did of Trigger yet.
Quartz has perfect incident and monitoring system, most of assembly all has incident, begin incident, close event or the like as incident, scheduler after the preceding incident of task execution, task execution back incident, the preceding incident of trigger triggering, the triggering, can register the interested incident of corresponding listener process.
Fig. 4 has described the intraware structure of Scheduler, and SchedulerContext provides the Scheduler overall situation visible contextual information, all corresponding JobDataMap of each task, and the JobDataMap that dotted line is expressed represents the task of state should be arranged:
A Scheduler can have a plurality of Triger groups and a plurality of JobDetail group, when registration Trigger and JobDetail, if the group under the not explicit appointment, Scheduler will put in the default set, and the group name of default set is Scheduler.DEFAULT GROUP.Group name and title have been formed full name of object, and full name of same type object can not be identical.
Scheduler itself is exactly a container, and it is being safeguarded the various assemblies of Quartz and is implementing the rule of scheduling.Scheduler also has a thread pool, and thread pool provides execution thread for task---and this creates a new thread when executing the task simply will have higher efficient, simultaneously by sharing taking of economizing on resources.By the support of thread pool assembly, the task scheduling high for busy degree, that pressure is big, Quartz can provide good retractility.
2.Spring in the timer-triggered scheduler technology
Spring has comprised the built-in support class to the timer-triggered scheduler service.Current, Spring supports to begin built-in Timer class and Quartz Scheduler from JDK1.3.The two can pass through FactoryBean, points to Timer respectively or quoting of Trigger example is configured.Further, have to Quartz Scheduler and Timer all effectively the instrument class can allow you call the method (similar common MethodInvokingFactoryBean operation) of certain destination object.
Secondly, the solution of present embodiment realizes thinking:
What is the dynamic timing task: be to formulate generation by the client, service end only knows what task this goes to carry out, but the timing of task is uncertain (being to be formulated by the client).The total so every customization of configuration file timed task of can not revising just increases a trigger, even if allow the client to revise configuration file, always but need restart the web service, the dynamic timing of Quartz in Spring can be found under research
<bean?id=″cronTrigger″class=″org.springframework.scheduling.quartz.CronTriggerBean″>
<property?name=″jobDetail″ref=″schedulerJobDetail″/>
<property?name=″cronExpression″>
<value>0/10****?</value>
</property>
In cronExpression be crucial, if can dynamically arrange the value of cronExpression, just can deal with problems smoothly.We just can not directly use org.springframework.scheduling.quartz.CronTriggerBean like this, need oneself to realize a dynamic dispatching service class, make up CronTrigger or SimpleTrigger therein, the dynamic-configuration time.
Dynamic dispatching service interface SchedulerService has only a polymorphic method schedule, SchedulerServiceImpl realizes the SchedulerService interface, inject org.quartz.Scheduler and org.quartz.JobDetail, the schedule method can dynamic-configuration org.quartz.CronExpression or org.quartz.SimpleTrigger scheduling time.Then realize the org.springframework.scheduling.quartz.QuartzJobBean of oneself, in self-defined QuartzJobBean class, inject service class as Rule of judgment according to triggername or triggergroup.
As shown in Figure 3, the step of present embodiment:
Step 302, it is the unique identification that at first will select a task that the user carries out the renewal operation, use the unique identification of trigger ID as task in this programme, recommended procedure person defines significant sign title according to different service needed during the scheme specific implementation, specifically explains in following meeting.The user can specify two kinds of executing rules on the page, and a kind of is timed task to be set carry out at interval, and another kind is to carry out the crontab fixed time in the picture linux order, and this setting is more comprehensive;
Step 304, calling timing service interfaces is the emphasis of this programme, the SchedulerService interface is realized a plurality of schedule methods, wherein, the addTrigger method is used to create timed task, the pauseTrigger method is used for suspended task, the resumeTrigger method is used for recovery tasks, the removeTrigdger method is used to remove task, the getQrtzTriggers method is used for query task, query interface is directly understood requested database, and other interfaces will call the relevant interface in the Quzrtz service;
Step 306 is revised the Scheduler interface that the timed task configuration need be called Quzrtz;
Step 308, the timing task information in-stockroom operation is to be finished by Quzrtz, use database preservation timed task need be provided with the org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.J obStoreTX in the quartz.Properties file, and data source uses the configuration of spring not repeat them here;
Step 310, when satisfying clocking discipline, timed task begins to carry out, this step need be created the QuartzJobBean of oneself according to service logic, only need QuartzJobBean of definition in this programme, when timed task is carried out, at first call the executeInternal method among the QuartzJobBean and import task into and carry out context JobExecutionContext, therefore will add the business processing interface in the executeInternal method, the task unique identification of mentioning according to the first step is judged and is called which business processing interface;
Step 312, the user carries out all query-defined timing task informations of query manipulation and is presented on the page, the direct Query Database of query interface.Use the JS timing method to call the real-time Displaying timer task run of the inquiry state of timed task, increase user experience.
Fig. 5 and Fig. 6 are the screenshotss synoptic diagram of the device of the configuration timing services based on the Quartz framework according to an embodiment of the invention.
Note transmission platform generally has transmission, reconciliation, the three bulk functions of withholing, each module all will regularly be carried out, suppose that this platform is the WEB program, according to this programme, at first define the task unique identification, it is that SMS_CHECKER, note are withholdd and be SMS_DEDUCTER that note is sent as SMS_SENDER, note reconciliation, and self-defined QuartzJobBean class is injected the Processing Interface of timed task according to the task unique identification in the executeInternal method.Configuration quartz.Properties file and spring configuration file thereof.After the realization, main interface as shown in Figure 5, this page is checked the task real-time running state, can suspend, recover, remove task dispatching, the interface of newly-increased task as shown in Figure 6.Advantage according to the device of present embodiment: revise timed task at every turn and need not to start service; Graphical interfaces is convenient to keeper's operation very much.
And, use the crontab command configuration timed task in the linux system at general example scene (note transmission platform), and note transmission, reconciliation, to withhold and respectively dispose a timed task, each timed task starts a process and carries out corresponding service.Its shortcoming: timed task relies on very much operating system, is not easy to transplant; Do not have administration interface easily, revise timed task at every turn and all want the keeper to carry out numerous and diverse linux order.
In sum, the method and apparatus of the configuration timing services that realizes according to technical scheme of the present invention, advantage is:
1. the ease for maintenance of timed task: the operator only need in background program, do shirtsleeve operation just can realize timed task newly-increased, suspend, recover, deletion.
2. its ease for use height of developer's angle: as long as import the needed jar bag of quartz, carry out the quartz database script, configuration quartz.properties, applicationContext-quartz.xml file for the developer.
The above is the preferred embodiments of the present invention only, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.Within the spirit and principles in the present invention all, any modification of being done, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. the method based on the configuring timing tasks of Quartz framework is characterized in that, comprising:
Step 102 is provided with timing service interfaces;
Step 104, the user is by timing service interfaces, and the increase task is specified the time rule of described task, and is described Task Distribution unique identification;
Step 106 according to described time rule, goes up at the fixed time, uses the corresponding service interface to carry out described task according to described unique identification.
2. method according to claim 1 is characterized in that, described step 104 also comprises:
Described user by described timing service interfaces to other tasks suspend, recovery or deletion action.
3. method according to claim 2 is characterized in that, the described time rule of described user's appointment is stored in the database,
Described step 104 also comprises:
Described user is from obtaining the time rule of all tasks from described database by inquiry.
4. method according to claim 1 is characterized in that, described step 102 also comprises:
To obtain the relevant information of described all tasks, wherein, described relevant information comprises priority and task status to described user by inquiry.
5. according to each described method in the claim 1 to 4, it is characterized in that the thread of carrying out described task obtains from thread pool.
6. the device based on the configuring timing tasks of Quartz framework is characterized in that, comprising:
Timing service interfaces;
Module is set, is used for supplying the user by described timing service interfaces, the increase task is specified the time rule of described task, and is described Task Distribution unique identification;
Trigger according to described time rule, is gone up at the fixed time, uses the corresponding service interface to carry out described task according to described unique identification.
7. device according to claim 6 is characterized in that, described be provided with module also be used for for described user by described timing service interfaces to other tasks suspend, recovery or deletion action.
8. device according to claim 7 is characterized in that, also comprises database module, is used to store the described time rule of described user's appointment,
The described module that is provided with also is used for for the user by inquiring about the time rule that obtains all tasks from described database module.
9. device according to claim 8 is characterized in that, described user uses the described operation that module is carried out that is provided with, and finishes by the described graphical interfaces that module is set provides.
10. according to each described device in the claim 6 to 9, it is characterized in that, also comprise:
The thread pool module is used to provide the thread of carrying out described task.
CN 201010216117 2010-06-22 2010-06-22 Method and device for configuring timing tasks based on Quartz frame Pending CN101887381A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010216117 CN101887381A (en) 2010-06-22 2010-06-22 Method and device for configuring timing tasks based on Quartz frame

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010216117 CN101887381A (en) 2010-06-22 2010-06-22 Method and device for configuring timing tasks based on Quartz frame

Publications (1)

Publication Number Publication Date
CN101887381A true CN101887381A (en) 2010-11-17

Family

ID=43073309

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010216117 Pending CN101887381A (en) 2010-06-22 2010-06-22 Method and device for configuring timing tasks based on Quartz frame

Country Status (1)

Country Link
CN (1) CN101887381A (en)

Cited By (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049321A (en) * 2012-12-27 2013-04-17 中国建设银行股份有限公司 Intelligentized task processing device and intelligentized task processing method
CN103197969A (en) * 2013-03-27 2013-07-10 百度在线网络技术(北京)有限公司 Distributed timed task control device and method
CN103246555A (en) * 2013-05-03 2013-08-14 深圳中兴网信科技有限公司 Task scheduling device and task scheduling method
CN103744677A (en) * 2014-01-10 2014-04-23 浪潮电子信息产业股份有限公司 CLI mode-based linux textual and graphical task processing system
CN104252407A (en) * 2013-11-05 2014-12-31 深圳市华傲数据技术有限公司 Method and device for recording tasks under quartz frame
CN104360898A (en) * 2014-10-30 2015-02-18 北京京东尚科信息技术有限公司 Method and device for running task
CN104391696A (en) * 2014-11-13 2015-03-04 中国建设银行股份有限公司 Automatic task processing method and device
CN104536819A (en) * 2014-12-29 2015-04-22 同程网络科技股份有限公司 Task scheduling method based on WEB service
CN104765639A (en) * 2015-04-30 2015-07-08 北京奇虎科技有限公司 Timed task scheduling system and method
CN104765641A (en) * 2014-01-02 2015-07-08 中国移动通信集团安徽有限公司 Job scheduling method and system
CN105094961A (en) * 2015-08-11 2015-11-25 北京思特奇信息技术股份有限公司 Task scheduling management system based on quartz frame and method thereof
CN105468500A (en) * 2015-11-16 2016-04-06 中国建设银行股份有限公司 Timing task monitoring method and device
CN105511958A (en) * 2014-10-11 2016-04-20 阿里巴巴集团控股有限公司 Method and device for task scheduling
CN105677391A (en) * 2015-12-30 2016-06-15 深圳联友科技有限公司 Method and apparatus for realizing timing plug-in
CN106021068A (en) * 2016-05-27 2016-10-12 北京京东尚科信息技术有限公司 Monitoring method for service interface and monitoring system
CN106201694A (en) * 2016-07-13 2016-12-07 北京农信互联科技有限公司 Configuration method and system for executing timing task under distributed system
CN106681701A (en) * 2015-11-09 2017-05-17 华为技术有限公司 Task display method and device
CN106775965A (en) * 2016-11-17 2017-05-31 腾讯科技(深圳)有限公司 A kind of processing method and processing device of timed task
CN107085605A (en) * 2017-04-12 2017-08-22 泰康保险集团股份有限公司 Method, device and the electronic equipment packed for data
CN107122893A (en) * 2017-04-13 2017-09-01 上海雷腾软件股份有限公司 Distribute the method and apparatus of resource automatically based on timer
CN107122892A (en) * 2017-04-13 2017-09-01 上海雷腾软件股份有限公司 The method and apparatus that a kind of vehicle is arranged an order according to class and grade
CN107168723A (en) * 2017-03-29 2017-09-15 武汉斗鱼网络科技有限公司 The implementation method and device of plan target
CN107562529A (en) * 2017-10-24 2018-01-09 郑州云海信息技术有限公司 The implementation method and device of timed task in a kind of operation system
CN107704315A (en) * 2017-03-31 2018-02-16 广东网金控股股份有限公司 A kind of timed task dispatch service framework and method based on Quartz
CN107908486A (en) * 2017-11-06 2018-04-13 山东浪潮通软信息科技有限公司 A kind of cycle performs the method and device of task
CN107943574A (en) * 2017-12-04 2018-04-20 山东中创软件工程股份有限公司 A kind of task management method and device
CN108399095A (en) * 2017-02-04 2018-08-14 北京京东尚科信息技术有限公司 Dynamic is supported to manage method, system, equipment and the storage medium of timed task
CN108549652A (en) * 2018-03-08 2018-09-18 北京三快在线科技有限公司 Hotel's dynamic data acquisition methods, device, electronic equipment and readable storage medium storing program for executing
CN108885560A (en) * 2015-10-13 2018-11-23 施耐德电器工业公司 Method for the load that shares out the work in software definition automated system
CN109634589A (en) * 2018-12-07 2019-04-16 上海上实龙创智慧能源科技股份有限公司 A kind of processing method for the automatic Realtime Alerts task of sewage treatment process
CN109636175A (en) * 2018-12-07 2019-04-16 上海上实龙创智慧能源科技股份有限公司 A kind of automatic processing method of business system timed task
CN109714411A (en) * 2018-12-25 2019-05-03 浪潮电子信息产业股份有限公司 The task timing of springboot micro services frame executes method, apparatus, equipment and medium
CN110019059A (en) * 2017-12-04 2019-07-16 北京京东尚科信息技术有限公司 A kind of method and apparatus of Timing Synchronization
CN110688212A (en) * 2019-09-26 2020-01-14 山东浪潮通软信息科技有限公司 Timing management method and system based on quartz
CN110764894A (en) * 2019-10-24 2020-02-07 北京锐安科技有限公司 Timed task management method, device, equipment and storage medium
CN110928572A (en) * 2019-10-12 2020-03-27 中国平安财产保险股份有限公司 Interface calling and service system separation method, system and computer equipment
CN111143043A (en) * 2019-12-02 2020-05-12 天津同阳科技发展有限公司 Scheduled task processing method, device, equipment and medium based on Quartz service
CN112083997A (en) * 2020-09-25 2020-12-15 中国建设银行股份有限公司 Start-stop control method, management method and device of service channel
CN112416563A (en) * 2020-12-28 2021-02-26 中科院计算技术研究所大数据研究院 Distributed dynamic timing task scheduling method
CN112506624A (en) * 2020-10-29 2021-03-16 望海康信(北京)科技股份公司 Timing task scheduling system, method and corresponding computer equipment and storage medium
CN113312419A (en) * 2021-06-01 2021-08-27 北京思特奇信息技术股份有限公司 Timing scheduling method and system for subscription service
CN113742044A (en) * 2021-09-09 2021-12-03 平安科技(深圳)有限公司 Timed task management method, device, equipment and storage medium
CN115061797A (en) * 2022-06-20 2022-09-16 广州市玄武无线科技股份有限公司 Method and device for calling Quartz component
CN115146982A (en) * 2022-07-15 2022-10-04 浙江欧菲克斯交通科技有限公司 Intelligent scheduling control system, method and interface for mobile variable traffic information board
WO2023245370A1 (en) * 2022-06-20 2023-12-28 北京小米移动软件有限公司 Scheduled task management method and apparatus, electronic device, and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1828541A (en) * 2006-04-07 2006-09-06 浙江大学 Implementation method for timing task in Java operating system
WO2009034368A1 (en) * 2007-09-14 2009-03-19 Bae Systems Plc Real time priority based scheduling for radar tasks
CN101667147A (en) * 2009-07-27 2010-03-10 浪潮电子信息产业股份有限公司 Multitasking controllable automatic snapshot method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1828541A (en) * 2006-04-07 2006-09-06 浙江大学 Implementation method for timing task in Java operating system
WO2009034368A1 (en) * 2007-09-14 2009-03-19 Bae Systems Plc Real time priority based scheduling for radar tasks
CN101667147A (en) * 2009-07-27 2010-03-10 浪潮电子信息产业股份有限公司 Multitasking controllable automatic snapshot method

Cited By (61)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049321B (en) * 2012-12-27 2015-12-02 中国建设银行股份有限公司 Intelligent Task treating apparatus and intelligent task disposal route
CN103049321A (en) * 2012-12-27 2013-04-17 中国建设银行股份有限公司 Intelligentized task processing device and intelligentized task processing method
CN103197969A (en) * 2013-03-27 2013-07-10 百度在线网络技术(北京)有限公司 Distributed timed task control device and method
CN103197969B (en) * 2013-03-27 2017-02-08 百度在线网络技术(北京)有限公司 Distributed timed task control device and method
CN103246555A (en) * 2013-05-03 2013-08-14 深圳中兴网信科技有限公司 Task scheduling device and task scheduling method
CN104252407A (en) * 2013-11-05 2014-12-31 深圳市华傲数据技术有限公司 Method and device for recording tasks under quartz frame
CN104765641A (en) * 2014-01-02 2015-07-08 中国移动通信集团安徽有限公司 Job scheduling method and system
CN104765641B (en) * 2014-01-02 2019-04-12 中国移动通信集团安徽有限公司 A kind of job scheduling method and system
CN103744677A (en) * 2014-01-10 2014-04-23 浪潮电子信息产业股份有限公司 CLI mode-based linux textual and graphical task processing system
CN105511958A (en) * 2014-10-11 2016-04-20 阿里巴巴集团控股有限公司 Method and device for task scheduling
CN104360898A (en) * 2014-10-30 2015-02-18 北京京东尚科信息技术有限公司 Method and device for running task
CN104360898B (en) * 2014-10-30 2018-01-23 北京京东尚科信息技术有限公司 The method and apparatus of operation task
CN104391696A (en) * 2014-11-13 2015-03-04 中国建设银行股份有限公司 Automatic task processing method and device
CN104391696B (en) * 2014-11-13 2017-10-24 中国建设银行股份有限公司 A kind of autotask processing method and processing device
CN104536819A (en) * 2014-12-29 2015-04-22 同程网络科技股份有限公司 Task scheduling method based on WEB service
CN104765639A (en) * 2015-04-30 2015-07-08 北京奇虎科技有限公司 Timed task scheduling system and method
CN105094961A (en) * 2015-08-11 2015-11-25 北京思特奇信息技术股份有限公司 Task scheduling management system based on quartz frame and method thereof
CN108885560A (en) * 2015-10-13 2018-11-23 施耐德电器工业公司 Method for the load that shares out the work in software definition automated system
CN106681701B (en) * 2015-11-09 2020-04-14 华为技术有限公司 Task display method and device
CN106681701A (en) * 2015-11-09 2017-05-17 华为技术有限公司 Task display method and device
CN105468500A (en) * 2015-11-16 2016-04-06 中国建设银行股份有限公司 Timing task monitoring method and device
CN105677391A (en) * 2015-12-30 2016-06-15 深圳联友科技有限公司 Method and apparatus for realizing timing plug-in
CN106021068B (en) * 2016-05-27 2018-07-17 北京京东尚科信息技术有限公司 The monitoring method and monitoring system of service interface
CN106021068A (en) * 2016-05-27 2016-10-12 北京京东尚科信息技术有限公司 Monitoring method for service interface and monitoring system
CN106201694B (en) * 2016-07-13 2019-06-14 北京农信互联科技有限公司 Configuration method and system for executing timing task under distributed system
CN106201694A (en) * 2016-07-13 2016-12-07 北京农信互联科技有限公司 Configuration method and system for executing timing task under distributed system
CN106775965A (en) * 2016-11-17 2017-05-31 腾讯科技(深圳)有限公司 A kind of processing method and processing device of timed task
CN106775965B (en) * 2016-11-17 2021-03-23 腾讯科技(深圳)有限公司 Processing method and device for timing task
CN108399095A (en) * 2017-02-04 2018-08-14 北京京东尚科信息技术有限公司 Dynamic is supported to manage method, system, equipment and the storage medium of timed task
CN108399095B (en) * 2017-02-04 2021-08-10 北京京东尚科信息技术有限公司 Method, system, device and storage medium for supporting dynamic management of timed tasks
CN107168723A (en) * 2017-03-29 2017-09-15 武汉斗鱼网络科技有限公司 The implementation method and device of plan target
CN107704315A (en) * 2017-03-31 2018-02-16 广东网金控股股份有限公司 A kind of timed task dispatch service framework and method based on Quartz
CN107085605B (en) * 2017-04-12 2020-06-09 泰康保险集团股份有限公司 Method and device for data packaging and electronic equipment
CN107085605A (en) * 2017-04-12 2017-08-22 泰康保险集团股份有限公司 Method, device and the electronic equipment packed for data
CN107122893A (en) * 2017-04-13 2017-09-01 上海雷腾软件股份有限公司 Distribute the method and apparatus of resource automatically based on timer
CN107122892B (en) * 2017-04-13 2020-12-11 上海雷腾软件股份有限公司 Vehicle scheduling method and equipment
CN107122892A (en) * 2017-04-13 2017-09-01 上海雷腾软件股份有限公司 The method and apparatus that a kind of vehicle is arranged an order according to class and grade
CN107562529A (en) * 2017-10-24 2018-01-09 郑州云海信息技术有限公司 The implementation method and device of timed task in a kind of operation system
CN107908486A (en) * 2017-11-06 2018-04-13 山东浪潮通软信息科技有限公司 A kind of cycle performs the method and device of task
CN107943574A (en) * 2017-12-04 2018-04-20 山东中创软件工程股份有限公司 A kind of task management method and device
CN110019059B (en) * 2017-12-04 2022-04-12 北京京东尚科信息技术有限公司 Timing synchronization method and device
CN110019059A (en) * 2017-12-04 2019-07-16 北京京东尚科信息技术有限公司 A kind of method and apparatus of Timing Synchronization
CN108549652B (en) * 2018-03-08 2021-10-29 北京三快在线科技有限公司 Hotel dynamic data acquisition method and device, electronic equipment and readable storage medium
CN108549652A (en) * 2018-03-08 2018-09-18 北京三快在线科技有限公司 Hotel's dynamic data acquisition methods, device, electronic equipment and readable storage medium storing program for executing
CN109636175A (en) * 2018-12-07 2019-04-16 上海上实龙创智慧能源科技股份有限公司 A kind of automatic processing method of business system timed task
CN109634589A (en) * 2018-12-07 2019-04-16 上海上实龙创智慧能源科技股份有限公司 A kind of processing method for the automatic Realtime Alerts task of sewage treatment process
CN109714411A (en) * 2018-12-25 2019-05-03 浪潮电子信息产业股份有限公司 The task timing of springboot micro services frame executes method, apparatus, equipment and medium
CN110688212A (en) * 2019-09-26 2020-01-14 山东浪潮通软信息科技有限公司 Timing management method and system based on quartz
CN110928572A (en) * 2019-10-12 2020-03-27 中国平安财产保险股份有限公司 Interface calling and service system separation method, system and computer equipment
CN110764894A (en) * 2019-10-24 2020-02-07 北京锐安科技有限公司 Timed task management method, device, equipment and storage medium
CN111143043A (en) * 2019-12-02 2020-05-12 天津同阳科技发展有限公司 Scheduled task processing method, device, equipment and medium based on Quartz service
CN111143043B (en) * 2019-12-02 2021-08-10 天津同阳科技发展有限公司 Scheduled task processing method, device, equipment and medium based on Quartz service
CN112083997A (en) * 2020-09-25 2020-12-15 中国建设银行股份有限公司 Start-stop control method, management method and device of service channel
CN112506624A (en) * 2020-10-29 2021-03-16 望海康信(北京)科技股份公司 Timing task scheduling system, method and corresponding computer equipment and storage medium
CN112416563B (en) * 2020-12-28 2021-12-17 中科院计算技术研究所大数据研究院 Distributed dynamic timing task scheduling method
CN112416563A (en) * 2020-12-28 2021-02-26 中科院计算技术研究所大数据研究院 Distributed dynamic timing task scheduling method
CN113312419A (en) * 2021-06-01 2021-08-27 北京思特奇信息技术股份有限公司 Timing scheduling method and system for subscription service
CN113742044A (en) * 2021-09-09 2021-12-03 平安科技(深圳)有限公司 Timed task management method, device, equipment and storage medium
CN115061797A (en) * 2022-06-20 2022-09-16 广州市玄武无线科技股份有限公司 Method and device for calling Quartz component
WO2023245370A1 (en) * 2022-06-20 2023-12-28 北京小米移动软件有限公司 Scheduled task management method and apparatus, electronic device, and storage medium
CN115146982A (en) * 2022-07-15 2022-10-04 浙江欧菲克斯交通科技有限公司 Intelligent scheduling control system, method and interface for mobile variable traffic information board

Similar Documents

Publication Publication Date Title
CN101887381A (en) Method and device for configuring timing tasks based on Quartz frame
US11263084B2 (en) Saving program execution state
US9207975B2 (en) Managing distributed execution of programs
US9588822B1 (en) Scheduler for data pipeline
US9740522B2 (en) Controlled interruption and resumption of batch job processing
Varia Cloud architectures
RU2550520C1 (en) Securing opportunities of configured technological process
US8321558B1 (en) Dynamically monitoring and modifying distributed execution of programs
US8296419B1 (en) Dynamically modifying a cluster of computing nodes used for distributed execution of a program
US11294711B2 (en) Wait a duration timer action and flow engine for building automated flows within a cloud based development platform
US20110119680A1 (en) Policy-driven schema and system for managing data system pipelines in multi-tenant model
CN106104533A (en) Process the data set in large data storage vault
CN107148617A (en) Automatically configuring for storage group is coordinated in daily record
KR20070109417A (en) A middleware system facilitating development, deployment, and provision of stream-based services
CN110532074A (en) A kind of method for scheduling task and system of multi-tenant Mode S aaS service cluster environment
CN104536819A (en) Task scheduling method based on WEB service
CN113742044A (en) Timed task management method, device, equipment and storage medium
CN103810272A (en) Data processing method and system
CN114924858A (en) Task scheduling method and device, storage medium and electronic equipment
JP5007060B2 (en) Job management apparatus and job management method
CN102790788A (en) Grid resource management system
CN108287783A (en) A kind of collecting method and device
CN116882716B (en) Task scheduling method, device and storage medium
CN116431290A (en) Job scheduling method, apparatus, device, medium and program product
Zhang Enhancing Data Processing on Clouds with Hadoop/HBase

Legal Events

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

Application publication date: 20101117