CN108255596A - A kind of method and system for performing timed task - Google Patents
A kind of method and system for performing timed task Download PDFInfo
- Publication number
- CN108255596A CN108255596A CN201611238021.2A CN201611238021A CN108255596A CN 108255596 A CN108255596 A CN 108255596A CN 201611238021 A CN201611238021 A CN 201611238021A CN 108255596 A CN108255596 A CN 108255596A
- Authority
- CN
- China
- Prior art keywords
- timer
- timed task
- configuration item
- task configuration
- name
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 129
- 230000008569 process Effects 0.000 claims abstract description 106
- 238000012544 monitoring process Methods 0.000 claims description 17
- 238000012986 modification Methods 0.000 claims description 13
- 230000004048 modification Effects 0.000 claims description 13
- 238000004891 communication Methods 0.000 claims description 4
- 238000007726 management method Methods 0.000 description 5
- 230000008878 coupling Effects 0.000 description 2
- 238000010168 coupling process Methods 0.000 description 2
- 238000005859 coupling reaction Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 238000011946 reduction process Methods 0.000 description 2
- 238000012216 screening Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 235000013399 edible fruits Nutrition 0.000 description 1
- 230000002688 persistence Effects 0.000 description 1
- 230000002085 persistent effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
- G06F9/5038—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4812—Task transfer initiation or dispatching by interrupt, e.g. masked
- G06F9/4831—Task transfer initiation or dispatching by interrupt, e.g. masked with variable priority
- G06F9/4837—Task transfer initiation or dispatching by interrupt, e.g. masked with variable priority time dependent
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
The present invention relates to task scheduling field more particularly to a kind of method and system for performing timed task.The present invention is by presetting timed task configuration data table;A timed task configuration item is obtained from the timed task configuration data table;The timed task configuration item includes the configuration information of a process name, more than two timer names and each timer;The title of corresponding operating corresponds in the timer name and process;When timer corresponding with the timed task configuration item reaches preset time point, corresponding process is called to perform timed task.Multiple timed tasks can periodically be performed by individual process by realizing, improve the utilization rate of system resource.
Description
Technical field
The present invention relates to task scheduling field more particularly to a kind of method and system for performing timed task.
Background technology
Task scheduling is the Mission Planning Program of operating system, it can be configured right place handle certain programs and batch at
Manage the functions such as script.The prior art is that timer is configured in the level of program to perform timed task.Since process is program
Primary operation, therefore multiple processes need to be created and perform different timed tasks respectively, and can not be performed in individual process multiple
Timed task.When some program needs to be performed simultaneously multiple timed tasks, the resource utilization of system is low.
Invention content
The technical problems to be solved by the invention are:A kind of method and system for performing timed task are provided, realize it is single into
Journey can perform multiple timed tasks, improve the resource utilization of system.
In order to solve the above-mentioned technical problem, the technical solution adopted by the present invention is:
The present invention provides a kind of method for performing timed task, including:
S1, default timed task configuration data table;
S2, a timed task configuration item is obtained from the timed task configuration data table;The timed task configuration item
Include the configuration information of a process name, more than two timer names and each timer;It is corresponding in the timer name and process
The title of operation corresponds to;
S3, when timer corresponding with the timed task configuration item reaches preset time point, call corresponding
Process performs timed task.
The present invention also provides it is a kind of perform timed task system, including:
Presetting module, for presetting timed task configuration data table;
Acquisition module, for obtaining a timed task configuration item from the timed task configuration data table;The timing
Task configuration item includes the configuration information of a process name, more than two timer names and each timer;The timer name and
The title of corresponding operating corresponds in process;
Calling module, for when timer corresponding with the timed task configuration item reach preset time point when,
Corresponding process is called to perform timed task.
The beneficial effects of the present invention are:The present invention for a process by being configured multiple timers, the timing being configured
The title of event functions of the device name with performing a specific operation in process is corresponding, can when timer reaches preset time point
It is operated according to event functions execution corresponding in timer name calling process is corresponding with the timer, realizes that individual process performs
Multiple timed tasks improve the utilization rate of system resource.
Description of the drawings
Fig. 1 is a kind of flow diagram of the specific embodiment for the method for performing timed task of the present invention;
Fig. 2 is a kind of structure diagram of the specific embodiment for the system for performing timed task of the present invention;
Label declaration:
1st, presetting module;2nd, acquisition module;3rd, calling module;4th, preserving module.
Specific embodiment
For the technology contents that the present invention will be described in detail, the objects and the effects, below in conjunction with embodiment and coordinate attached
Figure is explained.
The design of most critical of the present invention is:By the way that multiple timers are configured for a process, realize that individual process is realized
Multiple timed tasks improve the utilization rate of system resource.
As shown in Figure 1, the present invention provides a kind of method for performing timed task, including:
S1, default timed task configuration data table;
S2, a timed task configuration item is obtained from the timed task configuration data table;The timed task configuration item
Include the configuration information of a process name, more than two timer names and each timer;It is corresponding in the timer name and process
The title of operation corresponds to;
S3, when timer corresponding with the timed task configuration item reaches preset time point, call corresponding
Process performs timed task.
Further, it further includes:
Default second process obtains and preserves the implementing result of the timed task to matching with a timed task in real time
Put the corresponding daily record data table of item.
Seen from the above description, process is the primary operation of program, is withered away with the closing of program, therefore, existing skill
The relevant information of process can not persistent storage in art.The implementing result of timed task is obtained simultaneously by default second process in real time
Preserve in the daily record data table of database, can persistence preserve the executive condition of timed task, when restarting is due to accident
During the program of closing, can timed task plan be restored according to daily record data table, improve the robustness of program.
Further, it further includes:
More than two first timers are created according to the timed task configuration item;
The first timer is added to preset timer object pond.
Seen from the above description, timer can be managed collectively by preset timer object pond, improved to different timing
The efficiency of the timer management of task.
Further, it further includes:
Preset first process monitors the timed task configuration data table in real time, obtains monitoring data;
When the monitoring data is update operation, first process updates the timer object pond.
Seen from the above description, the configuration information of timed task can be changed in run mode by realizing, improve the stability of system.
Such as finance, the higher and more huge system of communication class requirement of real-time, restart time needed for program compared with
It is long, significant impact can be caused.
Further, more than two first timers are created according to the timed task configuration item, specially:
Obtain the first host name where the corresponding process of process name in the timed task configuration item;
Obtain preset contingency table;The contingency table includes establishing the host name of communication connection with the machine;
Judge that first host name whether there is in the contingency table, match if so, creating with the timed task
Put the corresponding first timer of item;
Add preset timer object pond in the first timer to the machine.
Seen from the above description, realize that timer can periodically directly control the specific operation performed in corresponding process,
So as to improve the execution efficiency of timed task.
Further, it further includes:
The first process of default two or more monitors the timed task configuration data table in real time, obtains monitoring data;It is described
More than two first processes are respectively deployed in node different in cluster;
When the monitoring data is update operation, first process updates the timer object pond;
The second processes of default two or more obtain in real time and preserve the implementing result of the timed task to it is described certain
When the corresponding daily record data table of task configuration item.
Seen from the above description, by default more than two processes for being used to manage timer, management timing will can be used for
The process of device carries out distributed deployment, the coupling between reduction process, improves the ability of system concurrency operation.
Further, when the monitoring data is update operation, first process updates the timer object pond,
Specially:
When the update operation is adds new timed task configuration item, first process creation is determined with described new
When the corresponding second timer of task configuration item, and by the second timer be added to the timer object pond;
When the update operation is deletes a timed task configuration item, first process is from the timer object pond
It is middle to delete third timer corresponding with the timed task configuration item;
When the update operation is one timed task configuration item of modification, first process modification with it is described centainly former
Business corresponding 4th timer of configuration item.
Further, when the update operation is one timed task configuration item of modification, the first process modification and institute
Corresponding 4th timer of a timed task configuration item is stated, specially:
If configuration information of the update operation for a timer in the one timed task configuration item of modification, institute
State the parameter that the first process changes corresponding 4th timer according to the configuration information of a timer;
If the update operation is deletes the timer name in a timed task configuration item, first process
Corresponding 4th timer is deleted from the timer object pond;
If configuration of the update operation for the one timer name of addition and timer corresponding with the timer name
In information to a timed task configuration item, then:
Create the 4th timer corresponding with the timer name;
4th timer and corresponding operation are bound according to the timer name;
4th timer is configured according to the configuration information;
The 4th timer is added to shown timer object pond.
It seen from the above description, can be according to newer data real time modifying pair when timed task configuration data table updates
The timer answered.
As shown in Fig. 2, the present invention also provides a kind of system for performing timed task, including:
Presetting module 1, for presetting timed task configuration data table;
Acquisition module 2, for obtaining a timed task configuration item from the timed task configuration data table;The timing
Task configuration item includes the configuration information of a process name, more than two timer names and each timer;The timer name and
The title of corresponding operating corresponds in process;
Calling module 3, for when timer corresponding with the timed task configuration item reach preset time point when,
Corresponding process is called to perform timed task.
Further, it further includes:
Preserving module 4, for preset the second process obtain in real time and preserve the implementing result of the timed task to institute
State the corresponding daily record data table of a timed task configuration item.
Seen from the above description, individual process reality can be passed through by a kind of system for performing timed task provided by the invention
Existing multiple timed tasks improve the utilization rate of system resource.
The embodiment of the present invention one is:
S1, default timed task configuration data table;A timed task is obtained from the timed task configuration data table to match
Put item;The timed task configuration item includes the configuration information of a process name, more than two timer names and each timer;
The title of corresponding operating corresponds in the timer name and process;
Wherein, timed task configuration data table is created in the corresponding database of project, for configuring timing tasks.It is each
The configuration item of timed task includes a process name, including at least more than two timer names and corresponding with timer name each
The configuration information of timer, the configuration information of the timer include interval execution time, delay time and the readjustment of timer
The method of event functions.Wherein, the title of event functions of the title of timer with performing a specific operation in process is identical, leads to
Can automatically the operation in timer process corresponding with its be bound by crossing this method, i.e., when the timer reaches preset time point
Shi Zidong adjusts back corresponding event functions and performs the operation.
The first host name where the corresponding process of process name in S2, the acquisition timed task configuration item;
Obtain preset contingency table;The contingency table includes establishing the host name of communication connection with the machine;
Judge that first host name whether there is in the contingency table, match if so, creating with the timed task
Put the corresponding first timer of item;
Add preset timer object pond in the first timer to the machine.
Wherein, for the mode of more complicated huge project generally use distributed deployment, in order to which timer can be periodical
Ground directly controls the specific operation performed in corresponding process, and the host where timer should can lead to the host of the corresponding process of operation
Letter.In addition, by timer object pond be conducive to improve management timer efficiency and configuring timing tasks timer just
Profit.
S3, when timer corresponding with the timed task configuration item reaches preset time point, call corresponding
Process performs timed task;The second processes of default two or more obtain in real time and preserve the implementing result of the timed task to
The corresponding daily record data table of the one timed task configuration item.
Wherein, for the more complicated project using distributed deployment, timed task is grouped, presets more than two the
Two processes and by the way of distributed deployment, the second different processes are responsible for monitoring the execution knot of the timed task of different grouping
Fruit.
S4, default more than two first processes monitor the timed task configuration data table in real time, obtain monitoring data;Institute
It states more than two first processes and is respectively deployed in node different in cluster;
When the monitoring data is update operation, first process updates the timer object pond;Specially:
When the update operation is adds new timed task configuration item, first process creation is determined with described new
When the corresponding second timer of task configuration item, and by the second timer be added to the timer object pond;
When the update operation is deletes a timed task configuration item, first process is from the timer object pond
It is middle to delete third timer corresponding with the timed task configuration item;
When the update operation is one timed task configuration item of modification, first process modification with it is described centainly former
Business corresponding 4th timer of configuration item, specially:
If configuration information of the update operation for a timer in the one timed task configuration item of modification, institute
State the parameter that the first process changes corresponding 4th timer according to the configuration information of a timer;
If the update operation is deletes the timer name in a timed task configuration item, first process
Corresponding 4th timer is deleted from the timer object pond;
If configuration of the update operation for the one timer name of addition and timer corresponding with the timer name
In information to a timed task configuration item, then:
Create the 4th timer corresponding with the timer name;
4th timer and corresponding operation are bound according to the timer name;
4th timer is configured according to the configuration information;
The 4th timer is added to shown timer object pond.
The embodiment of the present invention two is:
One timed task of registration is submitted to database in process, timing is increased newly as Logic is serviced to Redis databases
Task configuration item;
Timer object pond management timer is established, Timer task pools are built as Task monitoring services start initialization, and
Start a Timer monitoring Redis database, obtain the content of Redis database updates in real time;
The timed task configuration item in Redis databases is read by screening conditions, is created according to timed task configuration item
Timer object;Screening conditions can need to be set as matching native machine name according to distributed deployment, common with multiple machines
Share the performance pressures for performing timed task.It, will after Task monitoring services get the newly-increased timed task configuration item of Logic services
Newly-built timer object is registered to Timer task pools;
The timer object meeting trustship newly created is dispatched to public system thread pool, and Timer task pools can start one
Sub- Timer is responsible for special disposal this task scheduling configuration;
Time, delay time and callback method are performed according to the interval of pre-set timer object, when condition reaches
Public system thread pool meeting callback method afterwards, performs corresponding timed task;The timing of sub- Timer settings can touch after reaching
Send out a callback method processTask;
Public system thread pool distributes a thread to trigger execution callback method, by the control of program after the completion of execution
System thread is given, this system thread will return in public system thread pool processTask methods and handle specific industry
Business logic, DB databases are written to by handling result;
Separately start first process, the timed task allocation list being mainly responsible in monitoring data library, when a certain timing is appointed
When business configuration item is changed in other program process, the first process can detect variation;First process is according to task configuration item
The content update Task task pools of modification, the content for such as changing task configuration item correspond to timer original with Task task pools
Come configuration be compared, if the corresponding timer of timed task configuration item newly read out not in Task task pools,
A new timer object is created, and increases to Task task pools;If it is different from delay time that interval performs the time, weigh
The interval of new setting timer object performs and delay time;If the object in timer object pond is not configured in timed task
In tables of data, then corresponding timer object resource is discharged, and deleted from Task task pools.
In conclusion a kind of method and system for performing timed task provided by the invention, by being configured for a process
Multiple timers, the title of event functions of the timer name being configured with performing a specific operation in process is corresponding, when timing
When device reaches preset time point, it can be performed according to event functions corresponding in timer name calling process corresponding to the timer
Operation, realize that individual process performs multiple timed tasks, improve the utilization rate of system resource.Further, when opening again
When moving the program due to accidental switching off, can timed task plan be restored according to daily record data table, improve the robustness of program.Into one
Step ground, can be managed collectively timer by preset timer object pond, improve to the timer management of different timing task
Efficiency.Further, the configuration information of timed task can be changed in run mode by realizing, improve the stability of system.Further,
It realizes that timer can periodically directly control the specific operation performed in corresponding process, effect is performed so as to improve timed task
Rate.Further, it by default more than two for managing the process of timer, can will be carried out for managing the process of timer
Distributed deployment, the coupling between reduction process improve the ability of system concurrency operation.Further, when timed task is configured
It, can be according to the corresponding timer of newer data real time modifying when tables of data updates.A kind of execution timing provided by the invention is appointed
The system of business can realize multiple timed tasks by individual process, improve the utilization rate of system resource.
The foregoing is merely the embodiment of the present invention, are not intended to limit the scope of the invention, every to utilize this hair
The equivalents that bright specification and accompanying drawing content are made directly or indirectly are used in relevant technical field, similarly include
In the scope of patent protection of the present invention.
Claims (10)
- A kind of 1. method for performing timed task, which is characterized in that including:S1, default timed task configuration data table;S2, a timed task configuration item is obtained from the timed task configuration data table;The timed task configuration item includes The configuration information of one process name, more than two timer names and each timer;Corresponding operating in the timer name and process Title correspond to;S3, when timer corresponding with the timed task configuration item reach preset time point when, call corresponding process Perform timed task.
- 2. the method according to claim 1 for performing timed task, which is characterized in that further include:Default second process obtain in real time and preserve the implementing result of the timed task to the timed task configuration item Corresponding daily record data table.
- 3. the method according to claim 1 for performing timed task, which is characterized in that further include:More than two first timers are created according to the timed task configuration item;The first timer is added to preset timer object pond.
- 4. the method according to claim 3 for performing timed task, which is characterized in that further include:Preset first process monitors the timed task configuration data table in real time, obtains monitoring data;When the monitoring data is update operation, first process updates the timer object pond.
- 5. the method according to claim 3 for performing timed task, which is characterized in that according to the timed task configuration item More than two first timers are created, specially:Obtain the first host name where the corresponding process of process name in the timed task configuration item;Obtain preset contingency table;The contingency table includes establishing the host name of communication connection with the machine;Judge that first host name whether there is in the contingency table, if so, creating and the timed task configuration item Corresponding first timer;Add preset timer object pond in the first timer to the machine.
- 6. the method according to claim 3 for performing timed task, which is characterized in that further include:The first process of default two or more monitors the timed task configuration data table in real time, obtains monitoring data;It is described two More than the first process be respectively deployed in node different in cluster;When the monitoring data is update operation, first process updates the timer object pond;The second processes of default two or more obtain in real time and preserve the implementing result of the timed task to it is described certain former The corresponding daily record data table of business configuration item.
- 7. the method according to claim 3 for performing timed task, which is characterized in that when the monitoring data is grasped for update When making, first process updates the timer object pond, specially:When the update operation is adds new timed task configuration item, first process creation is appointed with the new timing The business corresponding second timer of configuration item, and the second timer is added to the timer object pond;When the update operation is deletes a timed task configuration item, first process is deleted from the timer object pond Except third timer corresponding with the timed task configuration item;When the update operation is one timed task configuration item of modification, the first process modification is matched with a timed task Put corresponding 4th timer of item.
- 8. the method according to claim 7 for performing timed task, which is characterized in that when the update operation is modification one During timed task configuration item, first process changes the 4th timer corresponding with the timed task configuration item, specifically For:If configuration information of the update operation for a timer in the one timed task configuration item of modification, described the One process changes the parameter of corresponding 4th timer according to the configuration information of a timer;If the update operation is deletes the timer name in a timed task configuration item, first process is from institute It states and corresponding 4th timer is deleted in timer object pond;If the update operation is the one timer name of addition and the configuration information of timer corresponding with the timer name Into a timed task configuration item, then:Create the 4th timer corresponding with the timer name;4th timer and corresponding operation are bound according to the timer name;4th timer is configured according to the configuration information;The 4th timer is added to shown timer object pond.
- 9. a kind of system for performing timed task, which is characterized in that including:Presetting module, for presetting timed task configuration data table;Acquisition module, for obtaining a timed task configuration item from the timed task configuration data table;The timed task Configuration item includes the configuration information of a process name, more than two timer names and each timer;The timer name and process The title of middle corresponding operating corresponds to;Calling module, for when timer corresponding with the timed task configuration item reaches preset time point, calling Corresponding process performs timed task.
- 10. the system according to claim 9 for performing timed task, which is characterized in that further include:Preserving module, for preset the second process obtain in real time and preserve the implementing result of the timed task to it is described certain When the corresponding daily record data table of task configuration item.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201611238021.2A CN108255596A (en) | 2016-12-28 | 2016-12-28 | A kind of method and system for performing timed task |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201611238021.2A CN108255596A (en) | 2016-12-28 | 2016-12-28 | A kind of method and system for performing timed task |
Publications (1)
Publication Number | Publication Date |
---|---|
CN108255596A true CN108255596A (en) | 2018-07-06 |
Family
ID=62720338
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201611238021.2A Pending CN108255596A (en) | 2016-12-28 | 2016-12-28 | A kind of method and system for performing timed task |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108255596A (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109298962A (en) * | 2018-09-03 | 2019-02-01 | 中国平安人寿保险股份有限公司 | Monitoring method, computer readable storage medium and the terminal device of timed task |
CN109542598A (en) * | 2018-11-08 | 2019-03-29 | 泰康保险集团股份有限公司 | Timing task management method and device |
CN110471750A (en) * | 2019-07-12 | 2019-11-19 | 平安科技(深圳)有限公司 | Scheduled task control method, device, medium and computer equipment |
CN110673943A (en) * | 2019-09-29 | 2020-01-10 | 香港乐蜜有限公司 | Method and device for realizing timing task, electronic equipment and storage medium |
CN112015526A (en) * | 2019-05-30 | 2020-12-01 | 杭州海康威视数字技术股份有限公司 | Algorithm loading method and device and electronic equipment |
CN112817723A (en) * | 2021-02-04 | 2021-05-18 | 歌尔股份有限公司 | Timer calling method, device, equipment and computer readable storage medium |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1529519A (en) * | 2003-10-20 | 2004-09-15 | 中兴通讯股份有限公司 | Embedding system timer organizing method |
JP2008033577A (en) * | 2006-07-28 | 2008-02-14 | Kddi Corp | Multitask scheduling function-equipped device and program |
CN101859260A (en) * | 2010-05-14 | 2010-10-13 | 中国科学院计算技术研究所 | Timer management device and management method used in operating system |
CN106201672A (en) * | 2016-06-22 | 2016-12-07 | 武汉斗鱼网络科技有限公司 | A kind of timed task arranges system and timed task operation method thereof |
-
2016
- 2016-12-28 CN CN201611238021.2A patent/CN108255596A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1529519A (en) * | 2003-10-20 | 2004-09-15 | 中兴通讯股份有限公司 | Embedding system timer organizing method |
JP2008033577A (en) * | 2006-07-28 | 2008-02-14 | Kddi Corp | Multitask scheduling function-equipped device and program |
CN101859260A (en) * | 2010-05-14 | 2010-10-13 | 中国科学院计算技术研究所 | Timer management device and management method used in operating system |
CN106201672A (en) * | 2016-06-22 | 2016-12-07 | 武汉斗鱼网络科技有限公司 | A kind of timed task arranges system and timed task operation method thereof |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109298962A (en) * | 2018-09-03 | 2019-02-01 | 中国平安人寿保险股份有限公司 | Monitoring method, computer readable storage medium and the terminal device of timed task |
CN109298962B (en) * | 2018-09-03 | 2024-06-07 | 中国平安人寿保险股份有限公司 | Timing task monitoring method, computer readable storage medium and terminal device |
CN109542598A (en) * | 2018-11-08 | 2019-03-29 | 泰康保险集团股份有限公司 | Timing task management method and device |
CN112015526A (en) * | 2019-05-30 | 2020-12-01 | 杭州海康威视数字技术股份有限公司 | Algorithm loading method and device and electronic equipment |
CN110471750A (en) * | 2019-07-12 | 2019-11-19 | 平安科技(深圳)有限公司 | Scheduled task control method, device, medium and computer equipment |
CN110471750B (en) * | 2019-07-12 | 2024-09-24 | 平安科技(深圳)有限公司 | Timing task control method, device, medium and computer equipment |
CN110673943A (en) * | 2019-09-29 | 2020-01-10 | 香港乐蜜有限公司 | Method and device for realizing timing task, electronic equipment and storage medium |
CN112817723A (en) * | 2021-02-04 | 2021-05-18 | 歌尔股份有限公司 | Timer calling method, device, equipment and computer readable storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108255596A (en) | A kind of method and system for performing timed task | |
CN103197960B (en) | Dispatching method and system for batch job system | |
CN105260248B (en) | A dynamically adjustable task scheduling system and scheduling method | |
CN103970526A (en) | Android based single-activity view switching technology | |
CN102663543A (en) | Scheduling system used for enterprise data unification platform | |
CN106156998A (en) | The management method of a kind of Pending tasks and device | |
CN112068845A (en) | Multi-architecture-adaptive containerized CICD service deployment method and device | |
CN109726941A (en) | A kind of automatic marketing system of intelligent terminal and automatic marketing method | |
CN105955811A (en) | System and method for achieving task scheduling based on remote invoking mode | |
CN106789186A (en) | A kind of regulation management method and device, UMP monitoring systems and monitoring method | |
CN104407919A (en) | Data processing task scheduling system and method | |
CN105930511A (en) | Answer big data subscription platform | |
CN103019695B (en) | Data object and state control logical separation system and method | |
US20120026186A1 (en) | Assigning a color to a graphical element in a mes system | |
CN109189373A (en) | A kind of multi-person synergy development platform and method based on separate traffic application model | |
CN105223842A (en) | A kind of method to set up of dressing key function of terminal | |
CN103309658B (en) | Based on the dynamic evolution system and method for Agent | |
CN106445651A (en) | Task executing method and system | |
CN102043669B (en) | Workflow concurrency mode control method and device | |
CN107122285B (en) | Multi-process control dynamic display and intelligent change system and method | |
CN102387137B (en) | Implementation method and system of intelligent operation logic of a plurality of network devices | |
CN106815270A (en) | A kind of method and device for servicing dynamic management | |
CN105005492A (en) | Embedded equipment and software upgrading method | |
CN107862097A (en) | A kind of table data intelligence method for cleaning based on TimesTen memory banks | |
CN107729046A (en) | A kind of software version automation dissemination method and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |