CN110109764A - Delayed tasks creation method, device, medium and electronic equipment - Google Patents
Delayed tasks creation method, device, medium and electronic equipment Download PDFInfo
- Publication number
- CN110109764A CN110109764A CN201910403386.3A CN201910403386A CN110109764A CN 110109764 A CN110109764 A CN 110109764A CN 201910403386 A CN201910403386 A CN 201910403386A CN 110109764 A CN110109764 A CN 110109764A
- Authority
- CN
- China
- Prior art keywords
- task
- delay
- delayed
- identification code
- delay task
- 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
- 230000003111 delayed effect Effects 0.000 title claims abstract description 41
- 238000000034 method Methods 0.000 title claims abstract description 33
- 238000003860 storage Methods 0.000 claims description 12
- 238000001514 detection method Methods 0.000 claims description 8
- 238000004590 computer program Methods 0.000 claims description 4
- 230000026676 system process Effects 0.000 claims description 3
- 238000012795 verification Methods 0.000 claims description 3
- 230000002085 persistent effect Effects 0.000 claims description 2
- 238000005516 engineering process Methods 0.000 description 6
- 239000010453 quartz Substances 0.000 description 6
- VYPSYNLAJGMNEJ-UHFFFAOYSA-N silicon dioxide Inorganic materials O=[Si]=O VYPSYNLAJGMNEJ-UHFFFAOYSA-N 0.000 description 6
- 238000010586 diagram Methods 0.000 description 5
- 230000006870 function Effects 0.000 description 5
- 230000007246 mechanism Effects 0.000 description 5
- 230000003287 optical effect Effects 0.000 description 4
- 230000004044 response Effects 0.000 description 4
- 230000002159 abnormal effect Effects 0.000 description 3
- 238000007689 inspection Methods 0.000 description 2
- 238000004519 manufacturing process Methods 0.000 description 2
- 238000004806 packaging method and process Methods 0.000 description 2
- 230000000644 propagated effect Effects 0.000 description 2
- 238000009826 distribution Methods 0.000 description 1
- 239000013307 optical fiber Substances 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 230000001960 triggered 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/54—Interprogram communication
- G06F9/546—Message passing systems or structures, e.g. queues
-
- 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/54—Interprogram communication
- G06F9/547—Remote procedure calls [RPC]; Web services
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/544—Remote
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer And Data Communications (AREA)
Abstract
Present disclose provides a kind of delayed tasks creation method, system, medium and electronic equipments, method includes: that service access side calls the service system that is delayed to create delayed tasks by identification code, access way supports HTTP/DUBBO/MQ access, whether identification code described in delayed tasks system test is legal, do not refuse to create the delayed tasks if if examining, if examining the identification code legal, delayed tasks described in delayed tasks system creation, and it is persisted to database.The scheme proposed through the invention, unified management can be carried out to serial, parallel delay business by the business management system that is delayed, to solve the problems, such as that current delayed tasks do not support distributed system and delay time error causes greatly delay business that mistake occurs.
Description
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method, an apparatus, a medium, and an electronic device for creating a delay task.
Background
The delayed task is different from the timing task, and the timing task is often in a fixed period and has definite trigger time. While a delay task generally has no fixed start time, it is often triggered by one event and triggers another event for a period of time after the event triggers. However, the existing delay task has the problems of large delay time error, no support for distribution, no task management interface, single access mode and the like, so that a new method for creating the delay task is needed to be developed.
Disclosure of Invention
An object of the present disclosure is to provide a method, an apparatus, a medium, and an electronic device for creating a delay task, which can solve at least one of the above-mentioned technical problems. The specific scheme is as follows:
according to a specific implementation manner of the present disclosure, in a first aspect, the present disclosure provides a method for creating a delay task, including:
step S1: receiving a delay task created by a service access party calling a delay service system through an identification code, wherein the access mode supports HTTP/DUBBO/MQ access;
step S2: the delay task system checks whether the identification code is legal or not, and if the identification code is not legal, the delay task system refuses to create the delay task;
step S3: and if the identification code is verified to be legal, the delay task system establishes the delay task and persists the delay task to a database.
Further, after the step S3, the method may further include:
step S4: and when the time triggering condition of the delayed task is met, the delayed task system processes the delayed task.
Further, after the step S3, the method may further include:
step S5: and continuing to perform delayed task management based on MySQL.
Further, the delay task includes:
serial tasks and parallel tasks.
Further, the refusing to create the delay task if the verification fails includes:
and if the detection is not passed, requesting to create the delay task for multiple times at a certain time interval until the set maximum request times are reached.
According to a specific embodiment of the present disclosure, in a second aspect, the present disclosure provides a latency task creating device, including:
the calling unit is used for receiving a delay task created by a service access party calling the delay service system through the identification code, and the access mode supports HTTP/DUBBO/MQ access;
the checking unit is used for checking whether the identification code is legal or not, and refusing to create the delay task if the identification code is not legal;
and the creating unit is used for creating the delay task by using a JAVA reflection technology and persisting the delay task to a database if the identification code is verified to be legal.
Further, the method also comprises the following steps:
and the callback unit is used for calling back the processing delay task of the service system.
Further, the delay task includes:
serial tasks and parallel tasks.
Further, the inspection unit is further configured to:
and if the detection is not passed, requesting to create the delay task for multiple times at a certain time interval until the set maximum request times are reached.
According to a third aspect, the present disclosure provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method of any one of the above.
According to a fourth aspect thereof, the present disclosure provides an electronic device, comprising: one or more processors; storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to carry out a method as claimed in any preceding claim.
By the scheme provided by the invention, the serial and parallel delay services can be uniformly managed by the delay service management system, so that the problems that the current delay task does not support a distributed system and the delay service is wrong due to large delay time error are solved.
In addition, the invention can flexibly select the access mode according to the use scene: in addition, through the access support identity recognition, only the tasks meeting the access permission conditions can produce corresponding tasks, the safety of a business system is ensured, a failure retry strategy is ensured, and the service abnormal tasks can be timely recovered.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure. It is to be understood that the drawings in the following description are merely exemplary of the disclosure, and that other drawings may be derived from those drawings by one of ordinary skill in the art without the exercise of inventive faculty. In the drawings:
FIG. 1 shows a flowchart of a delayed task creation method according to an embodiment of the disclosure;
fig. 2 is a schematic structural diagram of a delayed task creating device according to an embodiment of the present disclosure.
Detailed Description
To make the objects, technical solutions and advantages of the present disclosure clearer, the present disclosure will be described in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only a part of the embodiments of the present disclosure, rather than all embodiments. All other embodiments, which can be derived by one of ordinary skill in the art from the embodiments disclosed herein without making any creative effort, shall fall within the scope of protection of the present disclosure.
The terminology used in the embodiments of the present disclosure is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. As used in the disclosed embodiments and the appended claims, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise, and "a plurality" typically includes at least two.
It should be understood that the term "and/or" as used herein is merely one type of association that describes an associated object, meaning that three relationships may exist, e.g., a and/or B may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
It should be understood that although the terms first, second, third, etc. may be used to describe … … in embodiments of the present disclosure, these … … should not be limited to these terms. These terms are used only to distinguish … …. For example, the first … … can also be referred to as the second … … and, similarly, the second … … can also be referred to as the first … … without departing from the scope of embodiments of the present disclosure.
The words "if", as used herein, may be interpreted as "at … …" or "at … …" or "in response to a determination" or "in response to a detection", depending on the context. Similarly, the phrases "if determined" or "if detected (a stated condition or event)" may be interpreted as "when determined" or "in response to a determination" or "when detected (a stated condition or event)" or "in response to a detection (a stated condition or event)", depending on the context.
It is also noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that an article or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such article or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in the article or device in which the element is included.
Alternative embodiments of the present disclosure are described in detail below with reference to the accompanying drawings.
Example 1
As shown in fig. 1, according to a specific embodiment of the present disclosure, the present disclosure provides a method for creating a delay task, which specifically includes the following steps:
s1: a receiving service access party calls a delay service system to create a delay task through an identification code, and the access mode supports HTTP/DUBBO/MQ access;
s2: the delay task system checks whether the identification code is legal or not, and if the identification code is not legal, the delay task system refuses to create the delay task;
s3: and if the identification code is verified to be legal, the delay task system establishes the delay task and persists the delay task to a database.
Optionally, if the identification code is verified to be legal, the delay task system generates a delay task corresponding to the parameter by using a JAVA reflection mechanism according to the parameter transmitted from the access party, and persists the delay task in the database.
S4: and when the time triggering condition of the delayed task is met, the delayed task system processes the delayed task.
Optionally, the method is implemented by a delayed task system, and the service system is called back according to the service incoming parameter, and the call-back service system supports three modes: HTTP, DUBBO, MQ.
S5: and continuing to perform delayed task management based on MySQL.
Optionally, the delay task includes:
serial tasks and parallel tasks.
Optionally, the refusing to create the delay task if the verification fails, includes:
and if the detection is not passed, requesting to create the delay task for multiple times at a certain time interval until the set maximum request times are reached.
The specific implementation mode is as follows:
firstly, a service access party calls a delay service production delay task to support HTTP/DUBBO/MQ access; the access mode can be flexibly selected. Taking the HTTP access mode as an example, the service system calls the HTTP service of the delayed task system in the HTTP mode. The delay task system uses ngnix to perform load balancing, and the availability of the system is improved. And when the delay task system receives the service request, the identity recognition is carried out, and whether the incoming identification code meets the access condition is verified. If the condition is met, a delay task is created, and the condition that the service system error prompt is returned is not met.
And then, the delay task system produces a delay task corresponding to the parameters by utilizing a JAVA reflection mechanism according to the parameters transmitted by the access party. For example, serial tasks and parallel tasks can be produced; the serial task can trigger the next task only after the execution of the previous task is finished; the parallel task does not need to wait for the execution result of the previous task, the next task is executed as long as the time is up, and a plurality of tasks can be executed in parallel. And after the task Job object is successfully created, calling the API of quartz to produce a delayed task, and falling to a related database.
Finally, when waiting for the triggering condition of the delayed task time to be met, the quartz calls an execute method of the jobs; the delay task system realizes the method and calls back the service system according to the service incoming parameters, and the call-back service system supports three modes of HTTP, DUBBO or MQ. Taking the HTTP mode as an example, the HTTP supports get, post call mode, and the post call is used by default. When the calling is failed, a mechanism of failure retry is provided, the frequency of failure retry supports the customization of the service system, and if no customization is adopted, the retry is carried out in a default mode. The frequency of failed retries is 15/15/30/180/1800/1800/1800/1800/3600 unit seconds, after reaching the maximum number of retries, the task is marked as failed and is not retried any more.
The delayed task system mainly utilizes a Java reflection technology to realize the requirement of converting a timing task into a delayed task by packaging api of quartz, and introduces technologies such as dubbo, zookeeper, ngnix and the like to improve the functions of the system.
By the scheme provided by the invention, the serial and parallel delay services can be uniformly managed by the delay service management system, so that the problems that the current delay task does not support a distributed system and the delay service is wrong due to large delay time error are solved.
In addition, the invention can flexibly select the access mode according to the use scene: in addition, through the access support identity recognition, only the tasks meeting the access permission conditions can produce corresponding tasks, the safety of a business system is ensured, a failure retry strategy is ensured, and the service abnormal tasks can be timely recovered.
Example 2
As shown in fig. 2, according to a specific embodiment of the present disclosure, the present disclosure provides a delayed task creating apparatus, including:
the calling unit 202 is used for receiving a service access party and calling the delay service system to create a delay task through the identification code, and the access mode supports HTTP/DUBBO/MQ access;
the checking unit 204 is used for checking whether the identification code is legal or not by the delayed task system, and refusing to create the delayed task if the identification code is not legal;
and if the identification code is verified to be legal, the delay task system creates the delay task and persists the delay task to a database.
Optionally, the method further includes:
and the callback unit 208 is used for processing the delay task by the delay task system when the delay task time triggering condition is met.
Optionally, the delay task includes:
serial tasks and parallel tasks.
Optionally, the inspection unit is further configured to:
and if the detection is not passed, requesting to create the delay task for multiple times at a certain time interval until the set maximum request times are reached.
The specific implementation mode is as follows:
firstly, a service access party calls a delay service production delay task to support HTTP/DUBBO/MQ access; the access mode can be flexibly selected. Taking the HTTP access mode as an example, the service system calls the HTTP service of the delayed task system in the HTTP mode. The delay task system uses ngnix to perform load balancing, and the availability of the system is improved. And when the delay task system receives the service request, the identity recognition is carried out, and whether the incoming identification code meets the access condition is verified. If the condition is met, a delay task is created, and the condition that the service system error prompt is returned is not met.
And then, the delay task system produces a delay task corresponding to the parameters by utilizing a JAVA reflection mechanism according to the parameters transmitted by the access party. For example, serial tasks and parallel tasks can be produced; the serial task can trigger the next task only after the execution of the previous task is finished; the parallel task does not need to wait for the execution result of the previous task, the next task is executed as long as the time is up, and a plurality of tasks can be executed in parallel. And after the task Job object is successfully created, calling the API of quartz to produce a delayed task, and falling to a related database.
Finally, when waiting for the triggering condition of the delayed task time to be met, the quartz calls an execute method of the jobs; the delay task system realizes the method and calls back the service system according to the service incoming parameters, and the call-back service system supports three modes of HTTP, DUBBO and MQ. Taking the HTTP mode as an example, the HTTP supports get, post call mode, and the post call is used by default. When the calling is failed, a mechanism of failure retry is provided, the frequency of failure retry supports the customization of the service system, and if no customization is adopted, the retry is carried out in a default mode. The frequency of failed retries is 15/15/30/180/1800/1800/1800/1800/3600 unit seconds, after reaching the maximum number of retries, the task is marked as failed and is not retried any more.
The delayed task system mainly utilizes a Java reflection technology to realize the requirement of converting a timing task into a delayed task by packaging api of quartz, and introduces technologies such as dubbo, zookeeper, ngnix and the like to improve the functions of the system.
By the scheme provided by the invention, the serial and parallel delay services can be uniformly managed by the delay service management system, so that the problems that the current delay task does not support a distributed system and the delay service is wrong due to large delay time error are solved.
In addition, the invention can flexibly select the access mode according to the use scene: in addition, through the access support identity recognition, only the tasks meeting the access permission conditions can produce corresponding tasks, the safety of a business system is ensured, a failure retry strategy is ensured, and the service abnormal tasks can be timely recovered.
Example 3
This embodiment provides an electronic device, electronic device includes: at least one processor; and a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the one processor to cause the at least one processor to perform the method steps of the above embodiments.
Example 4
The disclosed embodiments provide a non-volatile computer storage medium having stored thereon computer-executable instructions that may perform the method steps as described in the embodiments above.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
Computer program code for carrying out operations for aspects of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of an element does not in some cases constitute a limitation on the element itself.
Claims (11)
1. A method for creating a delayed task, comprising:
step S1: receiving a delay task created by a service access party calling a delay service system through an identification code, wherein the access mode supports HTTP/DUBBO/MQ access;
step S2: the delay task system checks whether the identification code is legal or not, and if the identification code is not legal, the delay task system refuses to create the delay task;
step S3: and if the identification code is verified to be legal, the delay task system establishes the delay task and persists the delay task to a database.
2. The method of claim 1, wherein after the step S3, the method further comprises:
step S4: and when the time triggering condition of the delayed task is met, the delayed task system processes the delayed task.
3. The method of claim 1, wherein after the step S3, the method further comprises:
step S5: and continuing to perform delayed task management based on MySQL.
4. The method of claim 2, wherein the latency tasks comprise:
serial tasks and parallel tasks.
5. The method of claim 1, wherein denying creation of the deferred task if the check fails comprises:
and if the detection is not passed, requesting to create the delay task for multiple times at a certain time interval until the set maximum request times are reached.
6. A delay task creating apparatus, characterized in that:
the calling unit is used for receiving a delay task created by a service access party calling the delay service system through the identification code, and the access mode supports HTTP/DUBBO/MQ access;
the checking unit is used for checking whether the identification code is legal or not by the delay task system, and refusing to create the delay task if the identification code is not legal;
and the creating unit is used for creating the delay task by the delay task system and persisting the delay task to a database if the identification code is verified to be legal.
7. The apparatus of claim 6, wherein the delayed service system further comprises:
and the callback unit is used for processing the delay task by the delay task system when the delay task time triggering condition is met.
8. The apparatus of claim 7, wherein the latency task comprises:
serial tasks and parallel tasks.
9. The apparatus of claim 6, wherein the verification unit is further to:
and if the detection is not passed, requesting to create the delay task for multiple times at a certain time interval until the set maximum request times are reached.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1 to 5.
11. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to carry out the method of any one of claims 1 to 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910403386.3A CN110109764A (en) | 2019-05-15 | 2019-05-15 | Delayed tasks creation method, device, medium and electronic equipment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910403386.3A CN110109764A (en) | 2019-05-15 | 2019-05-15 | Delayed tasks creation method, device, medium and electronic equipment |
Publications (1)
Publication Number | Publication Date |
---|---|
CN110109764A true CN110109764A (en) | 2019-08-09 |
Family
ID=67490248
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910403386.3A Pending CN110109764A (en) | 2019-05-15 | 2019-05-15 | Delayed tasks creation method, device, medium and electronic equipment |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110109764A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111047032A (en) * | 2019-10-25 | 2020-04-21 | 深圳市道通智能航空技术有限公司 | Image detection acceleration method and device and storage medium |
CN111309496A (en) * | 2020-02-10 | 2020-06-19 | 北京无限光场科技有限公司 | Method, system, device, equipment and storage medium for realizing delay task |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101094167A (en) * | 2006-06-21 | 2007-12-26 | 中兴通讯股份有限公司 | Method for raising handling efficiency of message server |
US20110107334A1 (en) * | 2009-10-30 | 2011-05-05 | Realization Technologies, Inc. | Post facto identification and prioritization of causes of buffer consumption |
CN104346215A (en) * | 2013-08-07 | 2015-02-11 | 中兴通讯股份有限公司 | Task scheduling service system and method |
CN109325068A (en) * | 2018-08-10 | 2019-02-12 | 北京搜狐新媒体信息技术有限公司 | A kind of method for interchanging data and device |
CN109347918A (en) * | 2018-09-17 | 2019-02-15 | 五八有限公司 | Call method, calling device, server, terminal and computer readable storage medium |
CN109445929A (en) * | 2018-11-16 | 2019-03-08 | 杭州数澜科技有限公司 | A kind of method and system of scheduler task |
-
2019
- 2019-05-15 CN CN201910403386.3A patent/CN110109764A/en active Pending
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101094167A (en) * | 2006-06-21 | 2007-12-26 | 中兴通讯股份有限公司 | Method for raising handling efficiency of message server |
US20110107334A1 (en) * | 2009-10-30 | 2011-05-05 | Realization Technologies, Inc. | Post facto identification and prioritization of causes of buffer consumption |
CN104346215A (en) * | 2013-08-07 | 2015-02-11 | 中兴通讯股份有限公司 | Task scheduling service system and method |
CN109325068A (en) * | 2018-08-10 | 2019-02-12 | 北京搜狐新媒体信息技术有限公司 | A kind of method for interchanging data and device |
CN109347918A (en) * | 2018-09-17 | 2019-02-15 | 五八有限公司 | Call method, calling device, server, terminal and computer readable storage medium |
CN109445929A (en) * | 2018-11-16 | 2019-03-08 | 杭州数澜科技有限公司 | A kind of method and system of scheduler task |
Non-Patent Citations (1)
Title |
---|
把生活浪费在美好事物上: "延迟任务调度系统(技术选型与设计)", 《HTTPS://SQ.163YUN.COM/BLOG/ARTICLE/167374378538516480》 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111047032A (en) * | 2019-10-25 | 2020-04-21 | 深圳市道通智能航空技术有限公司 | Image detection acceleration method and device and storage medium |
CN111309496A (en) * | 2020-02-10 | 2020-06-19 | 北京无限光场科技有限公司 | Method, system, device, equipment and storage medium for realizing delay task |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108804215B (en) | Task processing method and device and electronic equipment | |
CN106775977B (en) | Task scheduling method, device and system | |
US10757631B2 (en) | Pausing functions of an assistant device during an active telephone call | |
US11070650B2 (en) | De-duplicating remote procedure calls | |
CN107577527B (en) | Task generation and scheduling method and device | |
CN110109764A (en) | Delayed tasks creation method, device, medium and electronic equipment | |
CN110609755A (en) | Message processing method, device, equipment and medium for cross-block chain node | |
CN107645476B (en) | Request processing method and device | |
CN111698319A (en) | Method, device and system for automatically popping screen when incoming call | |
CN110704131B (en) | Method and device for calling native application by HTML5 application | |
US20170371552A1 (en) | Scenario based logging | |
CN112445860B (en) | Method and device for processing distributed transaction | |
CN114091025B (en) | Security detection method, security detection device and mirror image construction method based on cloud native platform | |
US10231184B1 (en) | Cognitive assistant for mobile devices in low power mode | |
US10838845B2 (en) | Processing failed events on an application server | |
CN111045725A (en) | Control method, device and storage medium of code management system | |
CN116149749A (en) | Retry method, device, equipment and storage medium for business operation | |
US20220276901A1 (en) | Batch processing management | |
US11032308B2 (en) | Source verification device | |
US8701124B2 (en) | Notification barrier | |
CN106484536B (en) | IO scheduling method, device and equipment | |
CN110908763A (en) | Acceptance method, device, equipment and storage medium | |
CN112866306B (en) | Resource management method and cloud service platform | |
CN114500012B (en) | Verification code login method and system and electronic equipment | |
US20230062999A1 (en) | Method of edge-based auto containment |
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: 20190809 |