CN110119323A - It is a kind of to take turns the method and system for executing delay queue based on the time - Google Patents

It is a kind of to take turns the method and system for executing delay queue based on the time Download PDF

Info

Publication number
CN110119323A
CN110119323A CN201910395110.5A CN201910395110A CN110119323A CN 110119323 A CN110119323 A CN 110119323A CN 201910395110 A CN201910395110 A CN 201910395110A CN 110119323 A CN110119323 A CN 110119323A
Authority
CN
China
Prior art keywords
delay
time
dispatching task
task
queue
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910395110.5A
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.)
Chongqing Bajie Electronic Commerce Co Ltd
Original Assignee
Chongqing Bajie Electronic Commerce 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 Chongqing Bajie Electronic Commerce Co Ltd filed Critical Chongqing Bajie Electronic Commerce Co Ltd
Priority to CN201910395110.5A priority Critical patent/CN110119323A/en
Publication of CN110119323A publication Critical patent/CN110119323A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • 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
    • 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/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a kind of methods taken turns based on the time and execute delay queue, comprising the following steps: creation delay dispatching task;Update the state of delay queue;It is taken turns based on the time and executes delay dispatching task.The invention also discloses a kind of systems taken turns based on the time and execute delay queue, including interface module, database, recall module, execution module, judgment module, state update module and cleaning modul.The present invention has carried out reasonable management to delay dispatching task whole life cycle, the creation including task, registers, and updates, and executes, and returns, and the such as cleaning improve execution efficiency and precision, and it is visible to allow whole process to continue.

Description

It is a kind of to take turns the method and system for executing delay queue based on the time
Technical field
Computer science software information technical field of the present invention, and in particular to a kind of taken turns based on the time executes delay queue Method and system.
Background technique
Netty is the java Open Framework provided by JBOSS.Netty provides asynchronous, event driven network and answers With program frame and tool, quickly to develop the network server and client-side program of high-performance, high reliability.
The often place of delay dispatching in need in present business scenario;Such as: if three after 1. orders place an order There is no trustship just to cancel an order automatically within ten minutes.Employer is notified to improve demand etc. 2. 1 hour of order does not improve to send short messages Deng.
Such scene at present, it will usually be realized in such a way that a plan target scans.For what is scanned in this way Data need to be traversed for all objects, and whether inspection data one by one are expired etc., and the efficiency in this way in execution will not be too Height, and the style of this design also greatly affects the precision of data.
Summary of the invention
For the defects in the prior art, the present invention provides it is a kind of based on the time take turns execute delay queue method and be System, the efficiency that lifting system executes.
In order to solve the above-mentioned technical problem, present invention employs the following technical solutions:
A method of it is taken turns based on the time and executes delay queue, which comprises the following steps:
Create delay dispatching task;
Update the state of delay queue;
It is taken turns based on the time and executes delay dispatching task.
It is described to create delay dispatching task simultaneously in delay queue as optimization further include:
Create dubbo interface.
As optimization, which is characterized in that after the creation delay dispatching task, the method also includes:
Registration delays scheduler task.
As optimization, after the registration delays scheduler task, further includes:
The delay dispatching task is put into delay queue.
As optimization, the state for updating delay queue is specifically included:
The state of the delay dispatching task is updated in required time;
Update delay queue.
It is described to be specifically included based on time wheel execution delay dispatching task as optimization:
Delay dispatching task is executed in required time based on time wheel.
As optimization, after the delay dispatching task based on time wheel execution further include:
Judge whether the delay dispatching task runs succeeded and update the state of the delay dispatching task after being performed.
As optimization, the method also includes:
Periodically clear up the delay dispatching task executed.
As optimization, the concrete methods of realizing of the registration delays scheduler task are as follows: delay dispatching task is passed through into task Registration interface is inserted into the database of the delay dispatching system.
As optimization, the state concrete methods of realizing for updating the delay dispatching task in required time are as follows:
New delay dispatching task is swept into delay queue from the database, and more new state;
It is up to or the delay dispatching task more new state that is still not carried out more than the expected time lays equal stress on and is newly swept into delay queue In.
As optimization, the delay queue is DelayQueue.
As optimization, the time wheel is HashedWheelTimer.
As optimization, the concrete methods of realizing for executing delay dispatching task in required time based on time wheel are as follows:
Judge whether delay dispatching task runs succeeded, and judging result value is returned by dubbo interface;
The state of the delay dispatching task after executing is updated according to judging result value and is stored in database.
In this way it can be ensured that the correctness of delay dispatching task status.
It is a kind of based on the time take turns execute delay queue system, including interface module, database, recall module, execute mould Block, judgment module, state update module and cleaning modul;
The interface module is for receiving delay dispatching task;
The database is for saving delay dispatching task;
The module that recalls is for recalling the delay dispatching task in the database;
The execution module is for recalling the delay dispatching task of module described in timing execution;
The judgment module is for judging whether delay dispatching task runs succeeded;
The state update module is used to update the state of the delay dispatching task;
The cleaning modul is for periodically clearing up the delay dispatching task executed in the database.
Reasonable management is carried out to delay dispatching task this provides one, the system for improving execution efficiency.
The beneficial effects of the present invention are embodied in: present invention incorporates the skills such as dubbo, MySQL, HashedWheelTimer Art has carried out reasonable management to delay dispatching task whole life cycle, and creation, registration including task update, are executed, returned Return, clear up etc., execution efficiency and precision are improved, and it is visible to allow whole process to continue.
Detailed description of the invention
It, below will be to specific in order to illustrate more clearly of the specific embodiment of the invention or technical solution in the prior art Embodiment or attached drawing needed to be used in the description of the prior art are briefly described.In all the appended drawings, similar element Or part is generally identified by similar appended drawing reference.In attached drawing, each element or part might not be drawn according to actual ratio.
Fig. 1 is a kind of method flow for the method that execution delay queue is taken turns based on the time described in a certain embodiment of the present invention Figure;
Fig. 2 is a kind of method flow for the method that execution delay queue is taken turns based on the time described in another embodiment of the present invention Figure;
Fig. 3 is a kind of example flow diagram of method that execution delay queue is taken turns based on the time of the present invention.
Specific embodiment
It is described in detail below in conjunction with embodiment of the attached drawing to technical solution of the present invention.Following embodiment is only used for Clearly illustrate technical solution of the present invention, therefore be only used as example, and cannot be used as a limitation and limit protection model of the invention It encloses.
It should be noted that unless otherwise indicated, technical term or scientific term used in this application should be this hair The ordinary meaning that bright one of ordinary skill in the art are understood.
As shown in Figure 1, proposing a kind of method taken turns based on the time and execute delay queue, which is characterized in that including following Step:
Create delay dispatching task;
Update the state of delay queue;
It is taken turns based on the time and executes delay dispatching task.
It is described to create delay dispatching task simultaneously in delay queue as optimization further include:
Create dubbo interface.
As optimization, which is characterized in that after the creation delay dispatching task, the method also includes:
Registration delays scheduler task.
As optimization, after the registration delays scheduler task, further includes:
The delay dispatching task is put into delay queue.
As optimization, the state for updating delay queue is specifically included:
The state of the delay dispatching task is updated in required time;
Update delay queue.
It is described to be specifically included based on time wheel execution delay dispatching task as optimization:
Delay dispatching task is executed in required time based on time wheel.
As optimization, after the delay dispatching task based on time wheel execution further include:
Judge whether the delay dispatching task runs succeeded and update the state of the delay dispatching task after being performed.
As optimization, the method also includes:
Periodically clear up the delay dispatching task executed.
As optimization, the concrete methods of realizing of the registration delays scheduler task are as follows: delay dispatching task is passed through into task Registration interface is inserted into the database of the delay dispatching system.
As optimization, the state concrete methods of realizing for updating the delay dispatching task in required time are as follows:
New delay dispatching task is swept into delay queue from the database, and more new state;
It is up to or the delay dispatching task more new state that is still not carried out more than the expected time lays equal stress on and is newly swept into delay queue In.
As optimization, the delay queue is DelayQueue.
As optimization, the time wheel is HashedWheelTimer.
As optimization, the concrete methods of realizing for executing delay dispatching task in required time based on time wheel are as follows:
Judge whether delay dispatching task runs succeeded, and judging result value is returned by dubbo interface;
The state of the delay dispatching task after executing is updated according to judging result value and is stored in database.
As Figure 2-3, a kind of to take turns the system for executing delay queue based on the time, including interface module, database, recall Module, execution module, judgment module, state update module and cleaning modul.
Interface module is task registration interface, for receiving delay dispatching task.In the present embodiment, interface module includes com、zbj、trade、delay、api、service、DelayService、invoke。
Database is for saving delay dispatching task.In the present embodiment, delay dispatching task is registered to by interface module In system and save in the database.In the present embodiment, database uses MySQL database.
Module is recalled for recalling the delay dispatching task in database into delay queue.In the present embodiment, delay is adjusted Degree task includes that the delay dispatching task of new registration and reception meet or exceed the delay dispatching that the expected time is still not carried out and appoint Business.Delay queue uses Delay Queue.Expected time is exactly the time of default.
Delay Queue is a unbounded obstruction queue, only could therefrom extract element when delay expires.The queue Head be delay expire after the holding time longest Delayed element.
Execution module executes the delay dispatching task for recalling module for timing.In the present embodiment, execution module is Expect.exe (time) executes interface, and the time of execution is arranged by the way that the value of time is arranged.
Judgment module is for judging whether delay dispatching task runs succeeded.In the present embodiment, judging result value passes through Dubbo interface returns.
State update module is used to update the state of the delay dispatching task.In the present embodiment, state update module is The time of more new state is arranged by the way that the value of time is arranged in expect (time).The state of delay dispatching task is divided into wait hold In row, execution, three kinds are executed.
Delay dispatching task of the cleaning modul for having been executed in timing Clean Up Database.In the present embodiment, cleaning modul For DataScheduleService.invoke, retain 15 days data.
In the present embodiment, it is based on Netty framework establishment that system, which is delay dispatching system,.
As shown in Figure 1, a kind of take turns the method for executing delay queue based on the time, comprising the following steps:
S1, creation dubbo interface create delay dispatching task.By configuring dubbo interface, the corresponding creation of different interfaces Different size of delay dispatching task, to establish different size of delay queue.
First the delay dispatching task scan entry time wheel of creation, then configured according to database, interface concurrent Number size, the thread pool for creating corresponding corresponding size carry out the execution of delay dispatching task.
S2, registration delays scheduler task to delay dispatching system.
In the present embodiment, the concrete methods of realizing of step S2 are as follows: be inserted into delay dispatching task by task registration interface Into the database of delay dispatching system.Specifically: the task registration interface (com.zbj.t for calling delay dispatching system to provide ), rade.delay.api.service.DelayService.invoke by delay dispatching task registration to delay dispatching system Database in.
S3, the state for updating delay dispatching task in required time.
Concrete methods of realizing in step S3 are as follows:
S3.1, the data of new delay dispatching task are swept into delay queue from the database of delay dispatching system, And according to the parameter more new state of expect (time);
S3.2, the delay dispatching task for being up to or being still not carried out more than the expected time data according to expect (time) Parameter more new state lay equal stress on and be newly swept into delay queue.
S4, delay dispatching system time wheel in required time by expect.exe (time) execute interface execute delay Scheduler task.
In the present embodiment, the time wheel of delay dispatching system is HashedWheelTimer.
HashedWheelTimer is mainly used to a large amount of timed tasks of efficient process.HashedWheelTimer can be managed Solution is Set<Task>[] array, and each slot position (slot) indicates a Set<Task>.HashedWheelTimer has two A important parameter:
Tick Duration: every tick primary time interval, every tick will once reach next slot position;
TicksPerWheel: the slot number in wheel;
Assuming that the time wheel of a ticksPerWheel=8, to tick Duration=100ms, then 800ms can be walked A complete circle, after timer.start (), just starts tick, every tick is primary, and timer can will record tick times total number ticks.When a new overtime task is added in we, it can be calculated according to the time-out time of the task of time-out and wheel time started time Out it should slot position.
S5, judge whether delay dispatching task runs succeeded and update the state of the delay dispatching task after being performed.Tool Body are as follows:
S5.1, judge whether delay dispatching task runs succeeded, and judging result value is returned by dubbo interface.
S5.2, the state of the delay dispatching task after executing is updated according to judging result value and is stored in database.If holding It goes successfully, return judging result value is true, and more new state is to have executed;If executing failure, returning to judging result value is False, more new state are to be not carried out.
State is the delay dispatching task executed in S6, timing cleaning Clean Up Database.In the present embodiment, timing It is 15 days, i.e., the execution data every 15 days, before cleaning 15 days.
Finally, it should be noted that the above embodiments are only used to illustrate the technical solution of the present invention., rather than its limitations;To the greatest extent Pipe present invention has been described in detail with reference to the aforementioned embodiments, those skilled in the art should understand that: its according to So be possible to modify the technical solutions described in the foregoing embodiments, or to some or all of the technical features into Row equivalent replacement;And these are modified or replaceed, various embodiments of the present invention technology that it does not separate the essence of the corresponding technical solution The range of scheme should all cover within the scope of the claims and the description of the invention.

Claims (10)

1. a kind of take turns the method for executing delay queue based on the time, which comprises the following steps:
Create delay dispatching task;
Update the state of delay queue;
It is taken turns based on the time and executes delay dispatching task.
2. a kind of according to claim 1 take turns the method for executing delay queue based on the time, which is characterized in that described to postpone Delay dispatching task is created simultaneously in queue further include:
Create dubbo interface.
3. a kind of according to claim 1 take turns the method for executing delay queue based on the time, which is characterized in that the creation is prolonged After slow scheduler task, the method also includes:
Registration delays scheduler task.
4. a kind of according to claim 3 take turns the method for executing delay queue based on the time, which is characterized in that the registration is prolonged After slow scheduler task, further includes:
The delay dispatching task is put into delay queue.
5. a kind of according to claim 1 take turns the method for executing delay queue based on the time, which is characterized in that the update is prolonged The state of slow queue specifically includes:
The state of the delay dispatching task is updated in required time;
Update delay queue.
6. according to claim 1 it is a kind of based on the time take turns execute delay queue method, which is characterized in that it is described based on when Between wheel execute delay dispatching task specifically include:
Delay dispatching task is executed in required time based on time wheel.
7. according to claim 1 it is a kind of based on the time take turns execute delay queue method, which is characterized in that it is described based on when Between wheel execute delay dispatching task after further include:
Judge whether the delay dispatching task runs succeeded and update the state of the delay dispatching task after being performed.
8. a kind of according to claim 7 take turns the method for executing delay queue based on the time, which is characterized in that the method is also Include:
Periodically clear up the delay dispatching task executed.
9. a kind of according to claim 3 take turns the method for executing delay queue based on the time, which is characterized in that the registration is prolonged Slow scheduler task concrete methods of realizing are as follows: delay dispatching task is inserted into the delay dispatching system by task registration interface Database in.
10. a kind of take turns the system for executing delay queue based on the time, which is characterized in that including interface module, database, recall mould Block, execution module, judgment module, state update module and cleaning modul;
The interface module is for receiving delay dispatching task;
The database is for saving delay dispatching task;
The module that recalls is for recalling the delay dispatching task in the database;
The execution module is for recalling the delay dispatching task of module described in timing execution;
The judgment module is for judging whether delay dispatching task runs succeeded;
The state update module is used to update the state of the delay dispatching task;
The cleaning modul is for periodically clearing up the delay dispatching task executed in the database.
CN201910395110.5A 2019-05-13 2019-05-13 It is a kind of to take turns the method and system for executing delay queue based on the time Pending CN110119323A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910395110.5A CN110119323A (en) 2019-05-13 2019-05-13 It is a kind of to take turns the method and system for executing delay queue based on the time

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910395110.5A CN110119323A (en) 2019-05-13 2019-05-13 It is a kind of to take turns the method and system for executing delay queue based on the time

Publications (1)

Publication Number Publication Date
CN110119323A true CN110119323A (en) 2019-08-13

Family

ID=67522312

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910395110.5A Pending CN110119323A (en) 2019-05-13 2019-05-13 It is a kind of to take turns the method and system for executing delay queue based on the time

Country Status (1)

Country Link
CN (1) CN110119323A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110704206A (en) * 2019-09-09 2020-01-17 上海凯京信达科技集团有限公司 Real-time computing method, computer storage medium and electronic equipment
CN111143053A (en) * 2019-11-15 2020-05-12 杭州涂鸦信息技术有限公司 Scheduling method of timing task, server and storage device
CN112148442A (en) * 2020-08-06 2020-12-29 武汉达梦数据库有限公司 ETL flow scheduling method and device
CN112346857A (en) * 2020-10-22 2021-02-09 杭州安恒信息技术股份有限公司 Data issuing method and device, computer equipment and storage medium
CN112764912A (en) * 2021-02-27 2021-05-07 中电万维信息技术有限责任公司 Lightweight distributed scheduling method and system for data integration
CN113568976A (en) * 2021-07-28 2021-10-29 瑞幸咖啡信息技术(厦门)有限公司 System, method, equipment and storage medium for processing delay message
CN113760494A (en) * 2020-11-23 2021-12-07 北京京东振世信息技术有限公司 Task scheduling method and device
CN113760508A (en) * 2021-08-18 2021-12-07 成都安恒信息技术有限公司 Script issuing and scheduling method based on time wheel
CN113778689A (en) * 2021-09-22 2021-12-10 重庆允成互联网科技有限公司 Distributed timed task operation method, system, equipment and storage medium
CN113992712A (en) * 2021-10-21 2022-01-28 国药控股上海生物医药有限公司 Internet of things platform with data elimination function and data elimination method
CN116155970A (en) * 2023-02-08 2023-05-23 江苏苏宁银行股份有限公司 Distributed delay scheduling method and device based on TCP long connection

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1873615A (en) * 2006-01-20 2006-12-06 华为技术有限公司 Method for servicing task of timer
CN105760378A (en) * 2014-12-15 2016-07-13 阿里巴巴集团控股有限公司 Transaction state monitor method and device
CN106095585A (en) * 2016-06-22 2016-11-09 中国建设银行股份有限公司 Task requests processing method, device and enterprise information system
CN107679984A (en) * 2017-01-16 2018-02-09 北京资配易投资顾问有限公司 The method and apparatus that tracking data state is realized by poll
CN108733462A (en) * 2017-04-18 2018-11-02 北京京东尚科信息技术有限公司 The method and apparatus of delay task
CN109445926A (en) * 2018-11-09 2019-03-08 杭州玳数科技有限公司 Data task dispatching method and data task dispatch system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1873615A (en) * 2006-01-20 2006-12-06 华为技术有限公司 Method for servicing task of timer
CN105760378A (en) * 2014-12-15 2016-07-13 阿里巴巴集团控股有限公司 Transaction state monitor method and device
CN106095585A (en) * 2016-06-22 2016-11-09 中国建设银行股份有限公司 Task requests processing method, device and enterprise information system
CN107679984A (en) * 2017-01-16 2018-02-09 北京资配易投资顾问有限公司 The method and apparatus that tracking data state is realized by poll
CN108733462A (en) * 2017-04-18 2018-11-02 北京京东尚科信息技术有限公司 The method and apparatus of delay task
CN109445926A (en) * 2018-11-09 2019-03-08 杭州玳数科技有限公司 Data task dispatching method and data task dispatch system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
NEI10U: ""Netty案例集锦(并发编程篇)"", 《百度学术》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110704206A (en) * 2019-09-09 2020-01-17 上海凯京信达科技集团有限公司 Real-time computing method, computer storage medium and electronic equipment
CN110704206B (en) * 2019-09-09 2022-09-27 上海斑马来拉物流科技有限公司 Real-time computing method, computer storage medium and electronic equipment
CN111143053A (en) * 2019-11-15 2020-05-12 杭州涂鸦信息技术有限公司 Scheduling method of timing task, server and storage device
CN112148442A (en) * 2020-08-06 2020-12-29 武汉达梦数据库有限公司 ETL flow scheduling method and device
CN112346857A (en) * 2020-10-22 2021-02-09 杭州安恒信息技术股份有限公司 Data issuing method and device, computer equipment and storage medium
CN113760494A (en) * 2020-11-23 2021-12-07 北京京东振世信息技术有限公司 Task scheduling method and device
CN113760494B (en) * 2020-11-23 2023-09-26 北京京东振世信息技术有限公司 Task scheduling method and device
CN112764912A (en) * 2021-02-27 2021-05-07 中电万维信息技术有限责任公司 Lightweight distributed scheduling method and system for data integration
CN112764912B (en) * 2021-02-27 2022-09-30 中电万维信息技术有限责任公司 Lightweight distributed scheduling method and system for data integration
CN113568976A (en) * 2021-07-28 2021-10-29 瑞幸咖啡信息技术(厦门)有限公司 System, method, equipment and storage medium for processing delay message
CN113760508A (en) * 2021-08-18 2021-12-07 成都安恒信息技术有限公司 Script issuing and scheduling method based on time wheel
CN113778689A (en) * 2021-09-22 2021-12-10 重庆允成互联网科技有限公司 Distributed timed task operation method, system, equipment and storage medium
CN113992712A (en) * 2021-10-21 2022-01-28 国药控股上海生物医药有限公司 Internet of things platform with data elimination function and data elimination method
CN116155970A (en) * 2023-02-08 2023-05-23 江苏苏宁银行股份有限公司 Distributed delay scheduling method and device based on TCP long connection

Similar Documents

Publication Publication Date Title
CN110119323A (en) It is a kind of to take turns the method and system for executing delay queue based on the time
CN1862575B (en) Method for planing dispatching timing task
CN100585563C (en) Method for servicing task of timer
CN101859260B (en) Timer management device and management method for operating system
CN101567013A (en) Method and apparatus for implementing ETL scheduling
CN105389209A (en) Asynchronous batch task processing method and system
CN105260248B (en) A kind of task scheduling system and dispatching method being dynamically adapted
CN112181621B (en) Task scheduling system, method, device and storage medium
CN102592198B (en) A kind of workflow engine supporting composite service
CN105630588A (en) Distributed job scheduling method and system
CN102129393A (en) Universal timed task management realization method
CN108280150A (en) A kind of distribution asynchronous service distribution method and system
CN105719126A (en) System and method for internet big data task scheduling based on life cycle model
CN105824695A (en) Timed task scheduling plug-in Quartz use
CN101106734A (en) Task dispatching system and method for intelligent network system
CN112346842A (en) Workflow task scheduling method based on directed acyclic graph
CN111538525B (en) Rapid iteration and rollback method for program release
CN113360282A (en) Task management method and device, electronic equipment and storage medium
CN105227648B (en) A kind of subway comprehensive monitoring system time sequence triggering method based on time bucket
CN113119127A (en) Task scheduling method and system for RPA robot
CN110109837B (en) Integrated test method, integrated test device, controller and medium
CN102096857B (en) Collaboration method and device for data processing process
CN106201692A (en) A kind of timing task processing system and method
CN111177232B (en) Data processing method, device, system and storage medium
CN112099971B (en) Method for smoothly upgrading SDN controller

Legal Events

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

Application publication date: 20190813