CN111078383A - Timed task management method, device, equipment and storage medium - Google Patents

Timed task management method, device, equipment and storage medium Download PDF

Info

Publication number
CN111078383A
CN111078383A CN201911347792.9A CN201911347792A CN111078383A CN 111078383 A CN111078383 A CN 111078383A CN 201911347792 A CN201911347792 A CN 201911347792A CN 111078383 A CN111078383 A CN 111078383A
Authority
CN
China
Prior art keywords
task
database table
timed
timing
timed 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
Application number
CN201911347792.9A
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.)
Zhejiang Nuonuo Network Technology Co ltd
Original Assignee
Zhejiang Nuonuo Network Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang Nuonuo Network Technology Co ltd filed Critical Zhejiang Nuonuo Network Technology Co ltd
Priority to CN201911347792.9A priority Critical patent/CN111078383A/en
Publication of CN111078383A publication Critical patent/CN111078383A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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/23Updating
    • G06F16/2365Ensuring data consistency and integrity
    • 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

Abstract

The application discloses a method, a device and equipment for managing a timing task and a computer readable storage medium, wherein the method comprises the following steps: presetting a database table for storing a timing task and packaging an updating method of the database table to generate a timing task management component; calling the timed task management component to obtain a timed task list with a starting state in the database table; and adding the target timed tasks in the timed task list into a processing queue, and managing each target timed task by responding to a management instruction of a user. Therefore, when the user manages the timing task, the user only needs to input a management instruction, and the timing task management component calls the pre-packaged updating method for the database table, so that the timing task can be managed, the operation of editing program codes is avoided, the management process of the timing task is simpler and more convenient, the requirement on the technical level of the user is reduced, and the consumption of manpower resources is reduced.

Description

Timed task management method, device, equipment and storage medium
Technical Field
The present invention relates to the field of task management, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for managing a timed task.
Background
At present, timing tasks are generally managed through a Quartz framework. However, due to Quartz framework based timing task management, management of target timing tasks is achieved by writing corresponding program code in response to user's current management requirements. Therefore, a large amount of human resources are consumed to write the program codes, the operation process is complicated, and the requirement on the professional technical level of the user is high, so that the requirement on the human resources is further increased.
Therefore, how to improve the convenience of timing task management and reduce the consumption of manpower resources in the timing task management process is a technical problem to be solved by the technical personnel in the field at present.
Disclosure of Invention
In view of the above, an object of the present invention is to provide a method for managing a timed task, which can improve convenience of managing the timed task and reduce consumption of human resources in a timed task management process; another object of the present invention is to provide a device, an apparatus and a computer readable storage medium for managing timed tasks, all of which have the above advantages.
In order to solve the above technical problem, the present invention provides a method for managing a timing task, including:
presetting a database table for storing a timing task and packaging an updating method of the database table to generate a timing task management component;
calling the timed task management component to obtain a timed task list with a starting state in the database table;
and adding the target timed tasks in the timed task list into a processing queue, and managing each target timed task by responding to a management instruction of a user.
Preferably, the process of presetting a database table for storing the timed task and packaging an update method for the database table to generate the timed task management component specifically includes:
setting the database table for storing the timing tasks;
packaging an updating method for the database table;
integrating a Quartz frame and setting calling interfaces for the database table and the processing queue;
and integrating an interactive interface by utilizing thymeleaf and bootstrap, and packaging to obtain the timed task management component.
Preferably, the process of adding the target timed task in the timed task list to a processing queue and managing each target timed task by responding to a management instruction of a user specifically includes:
and in response to a pause operation instruction input by a user, pausing the target timing task.
Preferably, the process of adding the target timed task in the timed task list to a processing queue and managing each target timed task by responding to a management instruction of a user specifically includes:
responding to a query instruction input by a user, and paging and displaying a timing task corresponding to the query instruction.
Preferably, the process of adding the target timed task in the timed task list to a processing queue and managing each target timed task by responding to a management instruction of a user specifically includes:
and displaying the processing state of the timing task.
Preferably, the process of calling the timed task management component to obtain the timed task list with the started state in the database table specifically includes:
calling the timed task management component;
and acquiring login information input by a user, verifying the login information, and entering the step of acquiring the timing task list with the starting state in the database table under the condition that the verification is passed.
In order to solve the above technical problem, the present invention further provides a device for managing a timing task, including:
the system comprises a setting module, a timing task management module and a processing module, wherein the setting module is used for presetting a database table for storing timing tasks, packaging an updating method of the database table and generating a timing task management component;
the calling module is used for calling the timing task management component to acquire a timing task list with a starting state in the database table;
and the processing module is used for adding the target timing tasks in the timing task list into a processing queue and managing each target timing task by responding to a management instruction of a user.
Preferably, the setting module specifically includes:
the first setting module is used for setting the database table for storing the timing task;
the packaging module is used for packaging the updating method of the database table;
the second setting module is used for integrating the Quartz frame and setting calling interfaces for the database table and the processing queue;
and the integration module is used for integrating the interactive interface by utilizing thymeleaf and bootstrap and packaging to obtain the timed task management component.
Preferably, the processing module specifically includes:
and the first response module is used for responding to a pause operation instruction input by a user and pausing the target timing task.
Preferably, the processing module specifically includes:
and the second response module is used for responding to the query instruction input by the user and displaying the timing task corresponding to the query instruction in a paging mode.
Preferably, the processing module specifically includes:
and the display module is used for displaying the processing state of the timing task.
Preferably, the calling module specifically includes:
the calling submodule is used for calling the timing task management component;
the verification submodule is used for acquiring login information input by a user, verifying the login information and calling the acquisition submodule under the condition that the verification is passed;
and the acquisition submodule is used for acquiring the timing task list with the starting state in the database table.
In order to solve the above technical problem, the present invention further provides a management device for a timing task, including:
a memory for storing a computer program;
and the processor is used for realizing the steps of any timing task management method when the computer program is executed.
In order to solve the above technical problem, the present invention further provides a computer-readable storage medium, wherein a computer program is stored on the computer-readable storage medium, and when being executed by a processor, the computer program implements the steps of any one of the above methods for managing timing tasks.
The invention provides a management method of a timing task, which comprises the following steps: presetting a database table for storing the timing task and packaging an updating method of the database table to generate a timing task management component; calling a timing task management component to obtain a timing task list with a starting state in a database table; and adding the target timed tasks in the timed task list into the processing queue, and responding to a management instruction of a user to manage the target timed tasks. Therefore, the method generates the timing task management component by presetting a database table for storing the timing task and packaging an updating method of the database table, so that a user can manage the target timing task through the timing task management component; that is to say, when a user manages a timed task, the user only needs to input a management instruction, and the timed task can be managed by calling a pre-packaged updating method for the database table, so that the operation of editing program codes is avoided, the management process of the timed task is simpler and more convenient, the requirement on the technical level of the user is reduced, and the consumption of manpower resources is reduced.
In order to solve the technical problem, the invention also provides a management device, equipment and a computer readable storage medium for the timed task, which have the beneficial effects.
Drawings
In order to more clearly illustrate the embodiments or technical solutions of the present invention, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for managing a timing task according to an embodiment of the present invention;
FIG. 2 is a block diagram of a device for managing timed tasks according to an embodiment of the present invention;
fig. 3 is a structural diagram of a management device for timing tasks according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The core of the embodiment of the invention is to provide a management method of the timing task, which can improve the convenience of the management of the timing task and reduce the consumption of manpower resources in the management process of the timing task; another core of the present invention is to provide a device, an apparatus and a computer-readable storage medium for managing a timing task, all of which have the above advantages.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Fig. 1 is a flowchart of a method for managing a timing task according to an embodiment of the present invention. As shown in fig. 1, a method for managing a timing task includes:
s10: presetting a database table for storing the timing task, packaging an updating method of the database table, and generating a timing task management component.
First, the purpose of this step is to generate a timed task management component. Specifically, a database table task _ schedule for storing the timing task is first set, and it is not limited to whether the timing task is set in the database table at this time, but the database table can store related information of the timing task, such as a name of the timing task, an opening time of the timing task, a state of the timing task, and the like, and in addition, the database table may further include other information of the timing task, such as a processing progress of the timing task, a presentation of the timing task, and the like, which is not limited in this embodiment.
After the database table is set up, the update method for the database table needs to be packaged. It should be noted that the method for encapsulating the update of the database table is common knowledge of those skilled in the art, and therefore, the detailed description thereof is omitted here. It should be noted that the method for updating the database table includes operations such as adding, deleting, modifying, querying, checking, and calling a timing task in the database table, and the specific content of the updating method is not limited in this embodiment.
Then, by integrating the Quartz framework and setting a calling interface for the database table and the processing queue, wherein the calling interface comprises addScheduleJob, updateJobCron, deleteScheduleJob and the like, when a timing task is added, the timing task can be added into the database table and the processing queue, and the timing task can be called from the database table into the processing queue for processing. In actual operation, a timed task management component nn-task-spring-boot-startup is generated by combining a springboot framework.
S20: calling a timing task management component to obtain a timing task list with a starting state in a database table;
s30: and adding the target timed tasks in the timed task list into the processing queue, and responding to a management instruction of a user to manage the target timed tasks.
Specifically, after the timed task management component is generated, when the timed task management is needed, the timed task management component is called, that is, the timed task management component is added to an operation item, then a timed task list with a starting state in a database table is obtained, and a corresponding target timed task in the timed task list is added to a processing queue, so that the target timed task is executed by using the processing queue.
It should be noted that, in actual operation, the user may input a management instruction according to actual needs to manage the database table and the timed task in the processing queue. The management instruction may include adding a timing task/modifying a timing task/deleting a timing task, etc., and the type of the management instruction that can be responded is determined according to the type of the interface that is set in advance when the timing task management component is set.
The method for managing the timing task provided by the embodiment of the invention comprises the following steps: presetting a database table for storing the timing task and packaging an updating method of the database table to generate a timing task management component; calling a timing task management component to obtain a timing task list with a starting state in a database table; and adding the target timed tasks in the timed task list into the processing queue, and responding to a management instruction of a user to manage the target timed tasks. Therefore, the method generates the timing task management component by presetting a database table for storing the timing task and packaging an updating method of the database table, so that a user can manage the target timing task through the timing task management component; that is to say, when a user manages a timed task, the user only needs to input a management instruction, and the timed task can be managed by calling a pre-packaged updating method for the database table, so that the operation of editing program codes is avoided, the management process of the timed task is simpler and more convenient, the requirement on the technical level of the user is reduced, and the consumption of manpower resources is reduced.
The present embodiment further considers that, in the prior art, when managing the timing task, the program code needs to be rewritten, that is, in order to implement the management function corresponding to the program code, the issuing of the program code needs to be stopped first, but this further increases the complexity of management. Therefore, on the basis of the foregoing embodiment, this embodiment further describes and optimizes the technical solution, and specifically, in this embodiment, a process of presetting a database table for storing a timed task and encapsulating an update method for the database table to generate a timed task management component specifically includes:
setting a database table for storing the timing task;
packaging an updating method for a database table;
integrating a Quartz frame and setting a calling interface for a database table and a processing queue;
and integrating the interactive interface by utilizing thymeleaf and bootstrap, and packaging to obtain the timing task management component.
Specifically, in this embodiment, in the process of setting a database table for storing a timing task in advance, packaging an update method for the database table, and generating a timing task management component, after setting the database table, packaging the update method for the database table, and integrating a Quartz frame, and setting a call interface for the database table and a processing queue, integrating an interactive interface by using thymeleaf and bootstrap, and packaging to obtain the timing task management component; the thyseleaf component is used for calling data from a database table to a front-end page, and the bootstrap component is used for setting the front-end management page, so that management operation of a timing task can be directly performed on a user interface, and the method for managing the timing task is more convenient and faster. Furthermore, the management page and the timed task execution are in one operation project, so that the management of the management page and the timed task execution can be realized by using one server, and the server resource is saved. It should be noted that, when adding, modifying, and stopping the timing task on the management page, rescheduleJob and deleteJob methods of the Scheduler are respectively invoked, where rescheduleJob corresponds to the adding and modifying timing task.
Therefore, the management page is further arranged in the timed task management component, so that the timed task can be directly managed on line through the management page, and convenience in managing the timed task can be further improved.
On the basis of the foregoing embodiment, this embodiment further describes and optimizes the technical solution, and specifically, in this embodiment, a process of adding a target timing task in a timing task list to a processing queue and managing each target timing task by responding to a management instruction of a user specifically includes:
and pausing the target timing task in response to a pause operation instruction input by a user.
In this embodiment, the management instruction of the user is specifically a pause operation instruction input by the user, and the pause operation instruction is sent to the processing queue by using a corresponding call interface in response to the pause operation instruction input by the user, so as to modify the timed task in the processing queue to be in a pause state.
Specifically, the pause operation instruction may be obtained by triggering a page control on the management page, or may be obtained by manually inputting the pause operation instruction by the user, which is not limited in this embodiment.
It can be seen that, in the embodiment, the target timing task is paused in response to the pause operation instruction input by the user, so that the timing task is further managed, and the use experience of the user is further improved.
On the basis of the foregoing embodiment, this embodiment further describes and optimizes the technical solution, and specifically, the process of adding the target timed task in the timed task list to the processing queue and managing each target timed task by responding to the management instruction of the user specifically includes:
and responding to the query instruction input by the user, and paging and displaying the timing task corresponding to the query instruction.
Specifically, in this embodiment, the management instruction is specifically an inquiry instruction, after the user inputs the inquiry instruction through the management page, the timing task corresponding to the inquiry instruction is retrieved from the database table by responding to the inquiry instruction, and when there are a plurality of corresponding timing tasks, the inquired timing task is displayed in a paging display manner. Specifically, the number of the timing tasks displayed on each page and the switching or jumping modes of different display pages are set, so that the timing tasks corresponding to the query instruction are displayed in a paging mode, a user can check the timing tasks conveniently, and the use experience of the user is improved.
On the basis of the foregoing embodiment, this embodiment further describes and optimizes the technical solution, and specifically, the process of adding the target timed task in the timed task list to the processing queue and managing each target timed task by responding to the management instruction of the user specifically includes:
and displaying the processing state of the timing task.
It should be noted that the processing state refers to a processing condition of the timing task, for example, an abnormal condition occurs in a processing process of a certain timing task, or a processing failure of a certain timing task, and the processing condition of each timing task is detected in real time, and the processing state corresponding to the timing task is further displayed on the management page, so that a user can more intuitively obtain the processing condition of the timing task, and the use experience of the user is further improved.
On the basis of the foregoing embodiment, this embodiment further describes and optimizes the technical solution, and specifically, in this embodiment, the process of invoking the timed task management component and acquiring the timed task list whose state is started in the database table specifically includes:
calling a timing task management component;
and acquiring login information input by a user, verifying the login information, and entering a step of acquiring a timing task list with a starting state in a database table under the condition that the verification is passed.
It should be noted that, in this embodiment, a user login module is set in the timed task management component in advance, so after the timed task management component is called, login information input by a user is obtained, where the login information includes a user name and a password, then the login information is verified, the currently obtained login information is compared with the previously stored verification information, and if the login information and the verification information are consistent, the verification is passed, so that the step of obtaining the timed task list in the database table whose state is start is entered.
Therefore, in the embodiment, after the timed task management component is called, the login information input by the user is further acquired and verified, and the timed task in the database table can be acquired only when the verification is passed, so that the management of the timed task is realized, the safety of timed task management can be improved, and information leakage is avoided.
The above detailed description is given for the embodiment of the method for managing the timed task, and the present invention further provides a device, an apparatus, and a computer-readable storage medium for managing the timed task corresponding to the method.
Fig. 2 is a structural diagram of a management apparatus for a timed task according to an embodiment of the present invention, and as shown in fig. 2, the management apparatus for a timed task includes:
a setting module 21, configured to preset a database table for storing the timing task, package an update method for the database table, and generate a timing task management component;
the calling module 22 is used for calling the timing task management component and acquiring a timing task list with a starting state in a database table;
and the processing module 23 is configured to add the target timed task in the timed task list to the processing queue, and manage each target timed task by responding to a management instruction of a user.
The management device of the timing task provided by the embodiment of the invention has the beneficial effect of the management method of the timing task.
As a preferred embodiment, the setting module 21 specifically includes:
the first setting module is used for setting a database table for storing the timing task;
the packaging module is used for packaging the updating method of the database table;
the second setting module is used for integrating the Quartz frame and setting a calling interface for the database table and the processing queue;
and the integration module is used for integrating the interactive interface by utilizing thymeleaf and bootstrap and packaging to obtain the timed task management component.
As a preferred embodiment, the processing module 23 specifically includes:
and the first response module is used for responding to a pause operation instruction input by a user and pausing the target timing task.
As a preferred embodiment, the processing module 23 specifically includes:
and the second response module is used for responding to the query instruction input by the user and displaying the timing task corresponding to the query instruction in a paging mode.
As a preferred embodiment, the processing module 23 specifically includes:
and the display module is used for displaying the processing state of the timing task.
As a preferred embodiment, the invoking module 22 specifically includes:
the calling submodule is used for calling the timing task management component;
the verification submodule is used for acquiring login information input by a user, verifying the login information and calling the acquisition submodule under the condition that the verification is passed;
and the acquisition submodule is used for acquiring a timing task list with a starting state in the database table.
Fig. 3 is a structural diagram of a management device for a timing task according to an embodiment of the present invention, and as shown in fig. 3, the management device for a timing task includes:
a memory 31 for storing a computer program;
and a processor 32 for implementing the steps of the management method of the timing task when executing the computer program.
The management equipment for the timing task provided by the embodiment of the invention has the beneficial effect of the management method for the timing task.
In order to solve the above technical problem, the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the management method for the timing task.
The computer-readable storage medium provided by the embodiment of the invention has the beneficial effects of the management method of the timing task.
The method, apparatus, device and computer readable storage medium for managing timed tasks provided by the present invention are described in detail above. The principles and embodiments of the present invention are explained herein using specific examples, which are set forth only to help understand the method and its core ideas of the present invention. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.

Claims (9)

1. A method for managing a timed task, comprising:
presetting a database table for storing a timing task and packaging an updating method of the database table to generate a timing task management component;
calling the timed task management component to obtain a timed task list with a starting state in the database table;
and adding the target timed tasks in the timed task list into a processing queue, and managing each target timed task by responding to a management instruction of a user.
2. The method according to claim 1, wherein the process of presetting a database table for storing the timed task and encapsulating an update method for the database table to generate the timed task management component specifically includes:
setting the database table for storing the timing tasks;
packaging an updating method for the database table;
integrating a Quartz frame and setting calling interfaces for the database table and the processing queue;
and integrating an interactive interface by utilizing thymeleaf and bootstrap, and packaging to obtain the timed task management component.
3. The method according to claim 2, wherein the process of adding the target timed task in the timed task list to a processing queue and managing each target timed task by responding to a management instruction of a user specifically comprises:
and in response to a pause operation instruction input by a user, pausing the target timing task.
4. The method according to claim 2, wherein the process of adding the target timed task in the timed task list to a processing queue and managing each target timed task by responding to a management instruction of a user specifically comprises:
responding to a query instruction input by a user, and paging and displaying a timing task corresponding to the query instruction.
5. The method according to claim 2, wherein the process of adding the target timed task in the timed task list to a processing queue and managing each target timed task by responding to a management instruction of a user specifically comprises:
and displaying the processing state of the timing task.
6. The method according to any one of claims 1 to 5, wherein the process of calling the timed task management component to obtain the timed task list whose state is started in the database table specifically includes:
calling the timed task management component;
and acquiring login information input by a user, verifying the login information, and entering the step of acquiring the timing task list with the starting state in the database table under the condition that the verification is passed.
7. An apparatus for managing a timed task, comprising:
the system comprises a setting module, a timing task management module and a processing module, wherein the setting module is used for presetting a database table for storing timing tasks, packaging an updating method of the database table and generating a timing task management component;
the calling module is used for calling the timing task management component to acquire a timing task list with a starting state in the database table;
and the processing module is used for adding the target timing tasks in the timing task list into a processing queue and managing each target timing task by responding to a management instruction of a user.
8. A device for managing timed tasks, comprising:
a memory for storing a computer program;
processor for implementing the steps of the method for managing timed tasks according to any one of claims 1 to 6 when executing said computer program.
9. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the method for managing timed tasks according to any one of claims 1 to 6.
CN201911347792.9A 2019-12-24 2019-12-24 Timed task management method, device, equipment and storage medium Pending CN111078383A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911347792.9A CN111078383A (en) 2019-12-24 2019-12-24 Timed task management method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911347792.9A CN111078383A (en) 2019-12-24 2019-12-24 Timed task management method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111078383A true CN111078383A (en) 2020-04-28

Family

ID=70317320

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911347792.9A Pending CN111078383A (en) 2019-12-24 2019-12-24 Timed task management method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111078383A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760936A (en) * 2021-09-10 2021-12-07 杭州网易云音乐科技有限公司 Timing updating method, medium, device and electronic equipment
CN115061797A (en) * 2022-06-20 2022-09-16 广州市玄武无线科技股份有限公司 Method and device for calling Quartz component

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9146764B1 (en) * 2014-09-30 2015-09-29 Amazon Technologies, Inc. Processing event messages for user requests to execute program code
CN105224401A (en) * 2015-09-08 2016-01-06 深圳市永兴元科技有限公司 Scheduled task control method and device
CN107391188A (en) * 2017-07-17 2017-11-24 聚好看科技股份有限公司 A kind of method and apparatus for controlling timed task
CN107423638A (en) * 2017-08-02 2017-12-01 成都安恒信息技术有限公司 A kind of password management system and application method based on order detection type Modify password
CN108874513A (en) * 2017-05-11 2018-11-23 北京京东尚科信息技术有限公司 Handle method, system, electronic equipment and the computer-readable medium of timed task
CN109298924A (en) * 2018-09-26 2019-02-01 中国平安人寿保险股份有限公司 Management method, computer readable storage medium and the terminal device of timed task
CN109634733A (en) * 2018-12-13 2019-04-16 成都四方伟业软件股份有限公司 Task scheduling and managing method, device and operation management server
WO2019223173A1 (en) * 2018-05-21 2019-11-28 平安科技(深圳)有限公司 High-frequency task scheduling method and system, and computer device and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9146764B1 (en) * 2014-09-30 2015-09-29 Amazon Technologies, Inc. Processing event messages for user requests to execute program code
CN105224401A (en) * 2015-09-08 2016-01-06 深圳市永兴元科技有限公司 Scheduled task control method and device
CN108874513A (en) * 2017-05-11 2018-11-23 北京京东尚科信息技术有限公司 Handle method, system, electronic equipment and the computer-readable medium of timed task
CN107391188A (en) * 2017-07-17 2017-11-24 聚好看科技股份有限公司 A kind of method and apparatus for controlling timed task
CN107423638A (en) * 2017-08-02 2017-12-01 成都安恒信息技术有限公司 A kind of password management system and application method based on order detection type Modify password
WO2019223173A1 (en) * 2018-05-21 2019-11-28 平安科技(深圳)有限公司 High-frequency task scheduling method and system, and computer device and storage medium
CN109298924A (en) * 2018-09-26 2019-02-01 中国平安人寿保险股份有限公司 Management method, computer readable storage medium and the terminal device of timed task
CN109634733A (en) * 2018-12-13 2019-04-16 成都四方伟业软件股份有限公司 Task scheduling and managing method, device and operation management server

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760936A (en) * 2021-09-10 2021-12-07 杭州网易云音乐科技有限公司 Timing updating method, medium, device and electronic equipment
CN113760936B (en) * 2021-09-10 2024-04-05 杭州网易云音乐科技有限公司 Timing updating method, medium, device and electronic equipment
CN115061797A (en) * 2022-06-20 2022-09-16 广州市玄武无线科技股份有限公司 Method and device for calling Quartz component

Similar Documents

Publication Publication Date Title
CN109684054B (en) Information processing method and device, electronic equipment and memory
CN109358851B (en) Chart component creating method and device and computer-readable storage medium
EP2437524A1 (en) M2m service platform and work method thereof
CN109800025A (en) Page loading method, device, equipment and storage medium
CN111078567B (en) Report generation method, terminal and storage medium of automatic test platform
WO2019227708A1 (en) Online debugging apparatus and method for test case, and computer-readable storage medium
CN107807841B (en) Server simulation method, device, equipment and readable storage medium
CN113220431B (en) Cross-cloud distributed data task scheduling method, device and storage medium
CN110110306B (en) Data display method and device, terminal and computer readable storage medium
CN111078383A (en) Timed task management method, device, equipment and storage medium
CN110597564A (en) Installation package construction and service component loading method, device and terminal equipment
CN111459541A (en) Application program packaging method and device, computer equipment and storage medium
CN111026530A (en) Task scheduling method and device, computer equipment and storage medium
CN110659131B (en) Task processing method, electronic device, computer equipment and storage medium
CN107517188A (en) A kind of data processing method and device based on Android system
JP5460928B1 (en) Programmable controller, programmable controller system, and execution error information creation method
CN110750453B (en) HTML 5-based intelligent mobile terminal testing method, system, server and storage medium
CN111294377B (en) Dependency network request sending method, terminal device and storage medium
CN111104331A (en) Software management method, terminal device and computer-readable storage medium
CN110874278A (en) Embedding method of external system, workflow system, device and storage medium
CN112631949B (en) Debugging method and device, computer equipment and storage medium
CN106844186B (en) Offline test method of application and terminal equipment
CN114237851A (en) Timed task execution method, timed task execution device, timed task execution equipment and timed task execution storage medium
CN112214712A (en) Automatic browser switching method and device, storage medium and electronic equipment
CN111459588A (en) Big data model setting method, terminal device and computer readable storage medium

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