CN112506624A - Timing task scheduling system, method and corresponding computer equipment and storage medium - Google Patents

Timing task scheduling system, method and corresponding computer equipment and storage medium Download PDF

Info

Publication number
CN112506624A
CN112506624A CN202011183967.XA CN202011183967A CN112506624A CN 112506624 A CN112506624 A CN 112506624A CN 202011183967 A CN202011183967 A CN 202011183967A CN 112506624 A CN112506624 A CN 112506624A
Authority
CN
China
Prior art keywords
message
timing
message queue
task
execution
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
CN202011183967.XA
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.)
Wanghai Kangxin Beijing Technology Co ltd
Original Assignee
Wanghai Kangxin Beijing 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 Wanghai Kangxin Beijing Technology Co ltd filed Critical Wanghai Kangxin Beijing Technology Co ltd
Priority to CN202011183967.XA priority Critical patent/CN112506624A/en
Publication of CN112506624A publication Critical patent/CN112506624A/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/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • G06F9/4887Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues involving deadlines, e.g. rate based, periodic
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses a timing task scheduling system, a method, corresponding computer equipment and a storage medium, wherein the system comprises a timing task scheduling module used for being deployed on a server and a message receiving module used for being contained in one or more service systems; the timing task scheduling module comprises: the task management submodule is used for configuring message parameters; the timing frame is used for controlling the sending of the message queue according to the message parameters configured by the task management submodule; the message service is used for sending the message queue to a message receiving module of a corresponding service system under the control of a timing frame; the message receiving module comprises: the monitoring submodule is used for monitoring the message queue; the receiving submodule is used for responding to the monitored message queue and receiving the message queue; and the task execution interface is used for executing the corresponding timing task according to the defined execution method. The invention can realize the decoupling of the timing module of the service system and save the development time and cost.

Description

Timing task scheduling system, method and corresponding computer equipment and storage medium
Technical Field
The present application relates to the field of electrical digital data processing, and more particularly, to a timed task scheduling system, method and corresponding computer device and storage medium.
Background
Currently, there are multiple business systems, such as medical systems, each of which repeatedly develops a timing scheduling task design, and each of which individually deploys its own timing module. Due to the multi-point deployment of the timing module, repeated scheduling is easy, a large amount of codes are redundant, the development time is long, and the development cost is high. In addition, the existing scheme serves a single scheduling task and cannot meet the high availability requirement.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention provides a timing task scheduling system, a timing task scheduling method, corresponding computer equipment and a storage medium, which can realize decoupling of a service system timing module and save development time and cost.
In a first aspect of the present invention, a timing task scheduling system is provided, which includes a timing task scheduling module for being deployed on a server and a message receiving module for being included in one or more service systems; wherein
The timing task scheduling module comprises:
the task management submodule is used for configuring message parameters, and the message parameters at least comprise the message queue name of the service system and the complete path of the timing execution class of the service system;
the timing frame is used for controlling the sending of the message queue according to the message parameters configured by the task management submodule; and
the message service is used for sending the message queue to a message receiving module of a corresponding service system under the control of a timing frame;
the message receiving module comprises:
the monitoring submodule is used for monitoring the message queue;
the receiving submodule is used for responding to the monitored message queue and receiving the message queue; and
and the task execution interface is used for executing the corresponding timing task according to the defined execution method.
In an embodiment, said performing the respective timing task comprises: instantiating the execution class by using a java reflection mechanism; and the execution class object calls an execution method to realize the local running of the corresponding timing task.
In an embodiment, the timed task scheduling module is deployed for a plurality of clusters.
In an embodiment, the timed task scheduling module further comprises a distributed lock for controlling the threads that acquire the lock to execute the task and the threads that do not acquire the lock to abandon the task.
In a second aspect of the present invention, a method for scheduling a timed task is provided, the method comprising:
on the server side, the server side is connected with the server,
receiving and storing configured message parameters, wherein the message parameters at least comprise the message queue name of a service system and a complete path of a timing execution class of the service system;
controlling the sending of the message queue according to the configured message parameters; and
controlled by the timing frame to send the message queue to the corresponding service system;
in a business system in communication with the server,
monitoring a message queue;
receiving a message queue in response to monitoring the message queue; and
and executing the corresponding timing task according to the defined execution method.
In a third aspect of the invention, a computer device is provided, comprising a processor, a memory and a computer program stored on the memory and executable on the processor, wherein the processor when executing the computer program realizes the steps of the method according to the second aspect of the invention.
In a fourth aspect of the invention, a computer-readable storage medium is provided, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to the second aspect of the invention.
According to the invention, the scheduling module is used for configuring the timing task in a centralized way, the timing function of the timing frame is used for realizing the timing transmission of the message, and the message receiving module carries out the reflection instantiation according to the execution class of the message transmission after receiving the message, thereby realizing the timing calling of the local service. The scheduling tasks are intensively and flexibly configured, the scheduling module does not need code development, system upgrading and the like, and only needs to configure the timing tasks, thereby avoiding repeated scheduling and realizing decoupling with a service system. The message receiving module realizes one-time development by utilizing a reflection principle, can run in each service system such as a medical system, and greatly saves development time and cost. Under the condition that a plurality of clusters are deployed in a scheduling module, the high availability requirement of scheduling can be realized.
Other features and advantages of the present invention will become more apparent from the detailed description of the embodiments of the present invention when taken in conjunction with the accompanying drawings.
Drawings
FIG. 1 is a block diagram of one embodiment of a system according to the present invention;
fig. 2 is a flow chart of an embodiment of a method according to the present invention.
For the sake of clarity, the figures are schematic and simplified drawings, which only show details which are necessary for understanding the invention and other details are omitted.
Detailed Description
Embodiments and examples of the present invention will be described in detail below with reference to the accompanying drawings.
The scope of applicability of the present invention will become apparent from the detailed description given hereinafter. It should be understood, however, that the detailed description and the specific examples, while indicating preferred embodiments of the invention, are given by way of illustration only.
Fig. 1 shows a block diagram of a preferred embodiment of a timed task scheduling system according to the present invention, which comprises a timed task scheduling module 100 for deployment on a server and a message receiving module 200, which may be included for each business system, such as a medical system, that involves timed tasks to receive message queues.
The timed task scheduling module 100 includes:
the task management sub-module 101 is configured to configure message parameters, where the message parameters at least include a message queue name of the service system and a complete path of a timing execution class of the service system, such as com.
A timing framework 102, such as an open source quartz framework known to those skilled in the art, for controlling the sending of the message queue according to the message parameters configured by the task management submodule; and
and the message service 103 is used for sending the message queue to a message receiving module of a corresponding service system under the control of the timing framework.
In a microservice environment, each service system may require a timed task function. The invention realizes the timing task scheduling of each service system by providing a centralized scheduling module, and avoids repeated scheduling.
The message receiving module 200 defines a task execution interface and an execute execution method. The message receiving module 200 includes:
a monitoring submodule 201, configured to monitor a message queue;
a receiving submodule 202, configured to receive a message queue in response to monitoring the message queue;
a task execution interface 203 that can instantiate an execution class such as com.viewhgih.test as exemplified above, e.g., class. The execution class object calls the execution method to realize the local operation of the corresponding timing task, and the processing logic is the service execution class processing.
Because the message receiving module utilizes the reflection principle, the execution class is configured in a configuration page (task management submodule), the code does not need to be changed, one-time development is realized, and the message receiving module can operate in each service system.
In an embodiment, the timed task scheduling module can perform multi-cluster deployment, thereby realizing high availability requirement of scheduling. In this case, the timed task scheduling module includes a distributed lock to meet the requirement of not repeatedly sending and receiving messages for idempotency, so that the thread that acquires the lock executes the task and the thread that does not acquire the lock abandons the task. Distributed locks can be implemented using the currently popular redis setnx.
FIG. 2 is a flow chart of a preferred embodiment of a method for scheduling timed tasks according to the present invention, the method comprising: on the server side, the server side is connected with the server,
in step S301, receiving and storing configured message parameters, where the message parameters at least include a message queue name of a service system and a complete path of a timing execution class of the service system;
in step S302, the sending of the message queue is controlled according to the configured message parameters; and
in step S303, the message queue is sent to the corresponding service system by the timing framework;
in a business system in communication with the server,
in step S304, a message queue is listened to;
in step S305, in response to monitoring the message queue, receiving the message queue;
in step S306, the corresponding timing task is executed according to the defined execution method. Specifically, the execution class is instantiated by using a java reflection mechanism, and the execution class object calls an execution method to realize local running of a corresponding timing task.
In another embodiment, the present invention 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 method embodiment shown and described in conjunction with fig. 2 or other corresponding method embodiments, which are not described herein again.
In another embodiment, the present invention provides a computer device, which includes a processor, a memory, and a computer program stored in the memory and capable of running on the processor, wherein the processor implements the steps of the method embodiment shown and described in conjunction with fig. 2 or other corresponding method embodiments when executing the computer program, and details are not repeated herein.
The various embodiments described herein, or certain features, structures, or characteristics thereof, may be combined as suitable in one or more embodiments of the invention. Additionally, in some cases, the order of steps depicted in the flowcharts and/or in the pipelined process may be modified, as appropriate, and need not be performed exactly in the order depicted. In addition, various aspects of the invention may be implemented using software, hardware, firmware, or a combination thereof, and/or other computer implemented modules or devices that perform the described functions. Software implementations of the present invention may include executable code stored in a computer readable medium and executed by one or more processors. The computer-readable medium may include a computer hard drive, ROM, RAM, flash memory, portable computer storage media such as CD-ROM, DVD-ROM, flash drives, and/or other devices with a Universal Serial Bus (USB) interface, and/or any other suitable tangible or non-transitory computer-readable medium or computer memory on which executable code may be stored and executed by a processor. The present invention may be used in conjunction with any suitable operating system.
As used herein, the singular forms "a", "an" and "the" include plural references (i.e., have the meaning "at least one"), unless the context clearly dictates otherwise. It will be further understood that the terms "has," "includes" and/or "including," when used in this specification, specify the presence of stated features, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, elements, components, and/or groups thereof. The term "and/or" as used herein includes any and all combinations of one or more of the associated listed items.
The foregoing describes some preferred embodiments of the present invention, but it should be emphasized that the invention is not limited to these embodiments, but can be implemented in other ways within the scope of the inventive subject matter. Various modifications and alterations of this invention will become apparent to those skilled in the art without departing from the spirit and scope of this invention.

Claims (10)

1. A timing task scheduling system, characterized in that the system comprises a timing task scheduling module for deploying on a server and a message receiving module for being included in one or more business systems; wherein
The timing task scheduling module comprises:
the task management submodule is used for configuring message parameters, and the message parameters at least comprise the message queue name of the service system and the complete path of the timing execution class of the service system;
the timing frame is used for controlling the sending of the message queue according to the message parameters configured by the task management submodule; and
the message service is used for sending the message queue to a message receiving module of a corresponding service system under the control of a timing frame;
the message receiving module comprises:
the monitoring submodule is used for monitoring the message queue;
the receiving submodule is used for responding to the monitored message queue and receiving the message queue; and
and the task execution interface is used for executing the corresponding timing task according to the defined execution method.
2. The system of claim 1, wherein the performing the respective timing task comprises:
instantiating the execution class by using a java reflection mechanism;
and the execution class object calls an execution method to realize the local running of the corresponding timing task.
3. The system of claim 1, wherein the timed task scheduling module is deployed for multiple clusters.
4. The system of claim 3, wherein the timed task scheduling module further comprises a distributed lock for controlling threads that acquire the lock to execute tasks and threads that do not acquire the lock to relinquish tasks.
5. The system in accordance with claim 4, wherein the distributed lock is implemented in a redis setnx.
6. A method for scheduling a timed task, the method comprising:
on the server side, the server side is connected with the server,
receiving and storing configured message parameters, wherein the message parameters at least comprise the message queue name of a service system and a complete path of a timing execution class of the service system;
controlling the sending of the message queue according to the configured message parameters; and
controlled by the timing frame to send the message queue to the corresponding service system;
in a business system in communication with the server,
monitoring a message queue;
receiving a message queue in response to monitoring the message queue; and
and executing the corresponding timing task according to the defined execution method.
7. The method of claim 6, wherein the performing the respective timing task comprises:
instantiating the execution class by using a java reflection mechanism;
and the execution class object calls an execution method to realize the local running of the corresponding timing task.
8. The method of claim 6, further comprising:
a distributed lock is provided on the server for controlling threads that acquire the lock to perform tasks and threads that do not acquire the lock to relinquish tasks.
9. A computer device comprising a processor, a memory and a computer program stored on the memory and executable on the processor, wherein the steps of the method according to any of claims 6-8 are implemented when the computer program is executed by the processor.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 6 to 8.
CN202011183967.XA 2020-10-29 2020-10-29 Timing task scheduling system, method and corresponding computer equipment and storage medium Pending CN112506624A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011183967.XA CN112506624A (en) 2020-10-29 2020-10-29 Timing task scheduling system, method and corresponding computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011183967.XA CN112506624A (en) 2020-10-29 2020-10-29 Timing task scheduling system, method and corresponding computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112506624A true CN112506624A (en) 2021-03-16

Family

ID=74954509

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011183967.XA Pending CN112506624A (en) 2020-10-29 2020-10-29 Timing task scheduling system, method and corresponding computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112506624A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113448749A (en) * 2021-06-04 2021-09-28 山东英信计算机技术有限公司 Method, system, device and medium for optimizing execution of expected timing task
CN113535353A (en) * 2021-06-29 2021-10-22 未鲲(上海)科技服务有限公司 Timing task scheduling method and device and computer equipment
CN113590216A (en) * 2021-07-19 2021-11-02 上海淇玥信息技术有限公司 Timing task centralized management method and device and electronic equipment
CN114780000A (en) * 2022-03-18 2022-07-22 江苏红网技术股份有限公司 Multipath large-scale real-time data job scheduling system and method thereof

Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101887381A (en) * 2010-06-22 2010-11-17 北京伟库电子商务科技有限公司 Method and device for configuring timing tasks based on Quartz frame
CN103197969A (en) * 2013-03-27 2013-07-10 百度在线网络技术(北京)有限公司 Distributed timed task control device and method
CN103677973A (en) * 2013-09-01 2014-03-26 西安重装渭南光电科技有限公司 Distributed multi-task scheduling management system
WO2016177138A1 (en) * 2015-08-27 2016-11-10 中兴通讯股份有限公司 Method, device and system for scheduling task
CN106648845A (en) * 2016-09-23 2017-05-10 努比亚技术有限公司 Distributed type task scheduling system and method
CN106815066A (en) * 2015-11-30 2017-06-09 阿里巴巴集团控股有限公司 A kind of timed task dispatching method, apparatus and system
CN108287751A (en) * 2017-01-09 2018-07-17 阿里巴巴集团控股有限公司 Task executing method and device, distributed system
US20180300174A1 (en) * 2017-04-17 2018-10-18 Microsoft Technology Licensing, Llc Efficient queue management for cluster scheduling
CN108829503A (en) * 2018-06-27 2018-11-16 泰康保险集团股份有限公司 Method for scheduling task, device, system, medium and electronic equipment
CN109086126A (en) * 2018-06-15 2018-12-25 阿里巴巴集团控股有限公司 Task scheduling processing method, apparatus, server, client and electronic equipment
CN109343941A (en) * 2018-08-14 2019-02-15 阿里巴巴集团控股有限公司 Task processing method, device, electronic equipment and computer readable storage medium
CN109582466A (en) * 2017-09-29 2019-04-05 北京金山软件有限公司 A kind of timed task executes method, distributed server cluster and electronic equipment
CN109656693A (en) * 2018-10-25 2019-04-19 中国平安人寿保险股份有限公司 Method for scheduling task, device, server and storage medium
CN110245008A (en) * 2018-03-09 2019-09-17 阿里巴巴集团控股有限公司 Timed task processing method, system and equipment
CN110334126A (en) * 2019-05-23 2019-10-15 平安科技(深圳)有限公司 Timed task processing method, device and computer equipment based on Spring MVC
CN110515677A (en) * 2019-07-30 2019-11-29 国云科技股份有限公司 A method of based on the customized timed task of cloudy platform
CN110532081A (en) * 2019-09-02 2019-12-03 政采云有限公司 A kind of timed task processing method and processing device
CN110888719A (en) * 2019-09-18 2020-03-17 广州市巨硅信息科技有限公司 Distributed task scheduling system and method based on web service
CN110990136A (en) * 2019-11-29 2020-04-10 北京奇艺世纪科技有限公司 Task processing method and task scheduler
CN111062723A (en) * 2019-10-25 2020-04-24 贝壳技术有限公司 Virtual account transfer method, device, system and storage medium
CN111142977A (en) * 2019-12-26 2020-05-12 深圳前海环融联易信息科技服务有限公司 Processing method and device of timing task, computer equipment and storage medium
CN111274052A (en) * 2020-01-19 2020-06-12 中国平安人寿保险股份有限公司 Data distribution method, server, and computer-readable storage medium
CN111459835A (en) * 2020-04-15 2020-07-28 望海康信(北京)科技股份公司 Service debugging method and device, electronic equipment and computer readable storage medium

Patent Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101887381A (en) * 2010-06-22 2010-11-17 北京伟库电子商务科技有限公司 Method and device for configuring timing tasks based on Quartz frame
CN103197969A (en) * 2013-03-27 2013-07-10 百度在线网络技术(北京)有限公司 Distributed timed task control device and method
CN103677973A (en) * 2013-09-01 2014-03-26 西安重装渭南光电科技有限公司 Distributed multi-task scheduling management system
WO2016177138A1 (en) * 2015-08-27 2016-11-10 中兴通讯股份有限公司 Method, device and system for scheduling task
CN106815066A (en) * 2015-11-30 2017-06-09 阿里巴巴集团控股有限公司 A kind of timed task dispatching method, apparatus and system
CN106648845A (en) * 2016-09-23 2017-05-10 努比亚技术有限公司 Distributed type task scheduling system and method
CN108287751A (en) * 2017-01-09 2018-07-17 阿里巴巴集团控股有限公司 Task executing method and device, distributed system
US20180300174A1 (en) * 2017-04-17 2018-10-18 Microsoft Technology Licensing, Llc Efficient queue management for cluster scheduling
CN109582466A (en) * 2017-09-29 2019-04-05 北京金山软件有限公司 A kind of timed task executes method, distributed server cluster and electronic equipment
CN110245008A (en) * 2018-03-09 2019-09-17 阿里巴巴集团控股有限公司 Timed task processing method, system and equipment
CN109086126A (en) * 2018-06-15 2018-12-25 阿里巴巴集团控股有限公司 Task scheduling processing method, apparatus, server, client and electronic equipment
CN108829503A (en) * 2018-06-27 2018-11-16 泰康保险集团股份有限公司 Method for scheduling task, device, system, medium and electronic equipment
CN109343941A (en) * 2018-08-14 2019-02-15 阿里巴巴集团控股有限公司 Task processing method, device, electronic equipment and computer readable storage medium
CN109656693A (en) * 2018-10-25 2019-04-19 中国平安人寿保险股份有限公司 Method for scheduling task, device, server and storage medium
CN110334126A (en) * 2019-05-23 2019-10-15 平安科技(深圳)有限公司 Timed task processing method, device and computer equipment based on Spring MVC
CN110515677A (en) * 2019-07-30 2019-11-29 国云科技股份有限公司 A method of based on the customized timed task of cloudy platform
CN110532081A (en) * 2019-09-02 2019-12-03 政采云有限公司 A kind of timed task processing method and processing device
CN110888719A (en) * 2019-09-18 2020-03-17 广州市巨硅信息科技有限公司 Distributed task scheduling system and method based on web service
CN111062723A (en) * 2019-10-25 2020-04-24 贝壳技术有限公司 Virtual account transfer method, device, system and storage medium
CN110990136A (en) * 2019-11-29 2020-04-10 北京奇艺世纪科技有限公司 Task processing method and task scheduler
CN111142977A (en) * 2019-12-26 2020-05-12 深圳前海环融联易信息科技服务有限公司 Processing method and device of timing task, computer equipment and storage medium
CN111274052A (en) * 2020-01-19 2020-06-12 中国平安人寿保险股份有限公司 Data distribution method, server, and computer-readable storage medium
CN111459835A (en) * 2020-04-15 2020-07-28 望海康信(北京)科技股份公司 Service debugging method and device, electronic equipment and computer readable storage medium

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
IT骑手: "spring的定时任务和@Scheduled注解里面的参数 (静态定时任务 动态定时任务)", 《HTTPS://BLOG.CSDN.NET/SCF1198862746/ARTICLE/DETAILS/91491271》 *
刘怀;沈捷;黄建新;: "一类分布式控制系统的容错优化调度算法", 系统仿真学报, no. 22 *
是GUAVA不是瓜娃: "定时任务框架Quartz-(一)Quartz入门与Demo搭建", 《HTTPS://BLOG.CSDN.NET/NOAMAN_WGS/ARTICLE/DETAILS/80984873》 *
朗SUKE: "利用反射实现定时任务工具类", 《HTTPS://BLOG.CSDN.NET/QQ_39025638/ARTICLE/DETAILS/85140099》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113448749A (en) * 2021-06-04 2021-09-28 山东英信计算机技术有限公司 Method, system, device and medium for optimizing execution of expected timing task
CN113535353A (en) * 2021-06-29 2021-10-22 未鲲(上海)科技服务有限公司 Timing task scheduling method and device and computer equipment
CN113535353B (en) * 2021-06-29 2022-05-20 未鲲(上海)科技服务有限公司 Timing task scheduling method and device and computer equipment
CN113590216A (en) * 2021-07-19 2021-11-02 上海淇玥信息技术有限公司 Timing task centralized management method and device and electronic equipment
CN113590216B (en) * 2021-07-19 2024-03-19 上海淇玥信息技术有限公司 Timing task centralized management method and device and electronic equipment
CN114780000A (en) * 2022-03-18 2022-07-22 江苏红网技术股份有限公司 Multipath large-scale real-time data job scheduling system and method thereof
CN114780000B (en) * 2022-03-18 2022-12-27 江苏红网技术股份有限公司 Multipath large-scale real-time data job scheduling system and method thereof

Similar Documents

Publication Publication Date Title
CN112506624A (en) Timing task scheduling system, method and corresponding computer equipment and storage medium
US6324690B1 (en) Installation of application software through a network from a source computer system on to a target computer system
CN110888743B (en) GPU resource using method, device and storage medium
US7987467B2 (en) Scale across in a grid computing environment
US9483314B2 (en) Systems and methods for fault tolerant batch processing in a virtual environment
CN113569987A (en) Model training method and device
CN113742031B (en) Node state information acquisition method and device, electronic equipment and readable storage medium
US11640314B2 (en) Service provision system, resource allocation method, and resource allocation program
EP2972824B1 (en) Computer system using in-service software upgrade
US20190171442A1 (en) Software update control device, software update control method, and recording medium having software update control program stored thereon
CN112463535A (en) Multi-cluster exception handling method and device
CN111858007A (en) Task scheduling method and device based on message middleware
CN110569113A (en) Method and system for scheduling distributed tasks and computer readable storage medium
CN113448686A (en) Resource deployment method and device, electronic equipment and storage medium
CN111526049A (en) Operation and maintenance system, operation and maintenance method, electronic device and storage medium
CN111459639A (en) Distributed task management platform and method supporting global multi-machine-room deployment
US10318456B2 (en) Validation of correctness of interrupt triggers and delivery
CN113032125A (en) Job scheduling method, device, computer system and computer-readable storage medium
CN106874047B (en) Distributed system scheduling method and device and distributed system
CN114968477A (en) Container heat transfer method and container heat transfer device
CN113658351B (en) Method and device for producing product, electronic equipment and storage medium
CN114168297A (en) Method, device, equipment and medium for scheduling collection tasks
CN114064438A (en) Database fault processing method and device
CN112231073A (en) Distributed task scheduling method and device
CN116400987B (en) Continuous integration method, device, electronic equipment and 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