CN110737524A - task rule management method, device, equipment and medium - Google Patents

task rule management method, device, equipment and medium Download PDF

Info

Publication number
CN110737524A
CN110737524A CN201910991984.7A CN201910991984A CN110737524A CN 110737524 A CN110737524 A CN 110737524A CN 201910991984 A CN201910991984 A CN 201910991984A CN 110737524 A CN110737524 A CN 110737524A
Authority
CN
China
Prior art keywords
task
dynamic rule
configuration platform
updated
starting
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.)
Granted
Application number
CN201910991984.7A
Other languages
Chinese (zh)
Other versions
CN110737524B (en
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.)
Beijing Mind Creation Information Technology Co Ltd
Original Assignee
Beijing Mind Creation Information 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 Beijing Mind Creation Information Technology Co Ltd filed Critical Beijing Mind Creation Information Technology Co Ltd
Priority to CN201910991984.7A priority Critical patent/CN110737524B/en
Publication of CN110737524A publication Critical patent/CN110737524A/en
Application granted granted Critical
Publication of CN110737524B publication Critical patent/CN110737524B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the specification discloses task rule management methods, devices, equipment and media, wherein the task rule management method comprises the steps of obtaining global parameters for starting a task from a configuration platform after a task starting condition is triggered, detecting whether an initial dynamic rule corresponding to the task exists in a second configuration platform, starting the task according to the global parameters and the initial dynamic rule if the initial dynamic rule exists in the second configuration platform, determining whether the dynamic rule corresponding to the task on the second configuration platform is updated or not before the task is finished, and executing the updated dynamic rule if the dynamic rule corresponding to the task exists in the second configuration platform.

Description

task rule management method, device, equipment and medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a medium for managing task rules.
Background
The rule of the existing computing task generally consists of two parts, is computing logic, such as normal mathematical computation of count, discrete count, avg, sum and the like, and special business rules, such as a black list, a white list, a dimension table, a custom rule and the like.
In view of the above, there is a need for a more efficient and effective task rule management scheme.
Disclosure of Invention
The embodiment of the specification provides task rule management methods, devices, equipment and media, and is used for solving the technical problem of how to more effectively and efficiently manage task rules.
In order to solve the above technical problem, the embodiments of the present specification are implemented as follows:
the embodiment of the present specification provides task rule management methods, including;
after a task starting condition is triggered, acquiring global parameters for starting the task from an th configuration platform, and detecting whether an initial dynamic rule corresponding to the task exists in a second configuration platform;
if yes, starting the task according to the global parameters and the initial dynamic rules;
before the task is finished, determining whether a dynamic rule corresponding to the task on the second configuration platform is updated;
and if so, executing the updated dynamic rule.
The embodiment of the present specification provides task rule management devices, including;
the task starting module is used for acquiring global parameters for starting the task from the th configuration platform after the task starting condition is triggered, detecting whether the second configuration platform has an initial dynamic rule corresponding to the task, and starting the task according to the global parameters and the initial dynamic rule if the second configuration platform has the initial dynamic rule corresponding to the task;
the dynamic rule updating module is used for determining whether a dynamic rule corresponding to the task on the second configuration platform is updated or not before the task is finished; and the dynamic rule processing module is used for executing the updated dynamic rule if the dynamic rule corresponding to the task on the second configuration platform is updated.
The embodiment of the present specification provides task rule management devices, including:
at least processors;
and the number of the first and second groups,
a memory communicatively coupled to the at least processors;
wherein the content of the first and second substances,
the memory stores instructions executable by the at least processors to enable the at least processors to:
after a task starting condition is triggered, acquiring global parameters for starting the task from an th configuration platform, and detecting whether an initial dynamic rule corresponding to the task exists in a second configuration platform;
if yes, starting the task according to the global parameters and the initial dynamic rules;
before the task is finished, determining whether a dynamic rule corresponding to the task on the second configuration platform is updated;
and if so, executing the updated dynamic rule.
Embodiments of the present specification provide computer-readable storage media storing computer-executable instructions that, when executed by a processor, implement the steps of:
after a task starting condition is triggered, acquiring global parameters for starting the task from an th configuration platform, and detecting whether an initial dynamic rule corresponding to the task exists in a second configuration platform;
if yes, starting the task according to the global parameters and the initial dynamic rules;
before the task is finished, determining whether a dynamic rule corresponding to the task on the second configuration platform is updated;
and if so, executing the updated dynamic rule.
The above-mentioned at least technical schemes that this specification embodiment adopted can reach following beneficial effect:
the th configuration platform and the second configuration platform respectively acquire the global parameters and the dynamic rules, so that the task rules are separated from the codes, the task rules can be managed through the configuration platforms, the decoupling of task computing logic and the dynamic rules is realized, and the task rule management effect and management efficiency, and the task starting and running effect and efficiency are improved.
Drawings
In order to more clearly illustrate the embodiments of the present specification or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments of the present specification or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments described in the present specification, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic flowchart of a task rule management method according to an th embodiment of the present specification.
Fig. 2 is an application schematic diagram of a task rule management method provided in embodiment of the present specification.
FIG. 3 is a schematic view of platform configuration in th embodiment of this specification.
Fig. 4 is a schematic view of a second configuration platform in th embodiment of the present specification.
Fig. 5 is a task start schematic diagram in th embodiment of the present specification.
FIG. 6 is a schematic diagram of dynamic rule refresh in an embodiment of this specification.
Fig. 7 is a schematic structural diagram of a task rule management device according to a second embodiment of the present disclosure.
Detailed Description
In order to make the technical solutions in the present specification better understood, the technical solutions in the embodiments of the present specification will be clearly and completely described below with reference to the drawings in the embodiments of the present specification.
As shown in fig. 1, th embodiment of this specification provides task rule management methods, an execution subject of this embodiment may be a computer or a server or a corresponding task rule management system, that is, the execution subject may be various and may be set or changed according to actual situations, in addition, a third party application may also assist the execution subject to execute this embodiment, for example, as shown in fig. 2, the task rule management method in this embodiment may be executed by the server, and a corresponding application may also be installed on a terminal (held by a user) (including but not limited to a mobile phone and a computer), the server corresponds to the application, data transmission may be performed between the server and the terminal held by the user, and a page, information display or input/output may be performed to the user through the application.
As shown in fig. 1, the task rule management method in this embodiment includes:
and S101, after a task starting condition is triggered, acquiring global parameters for starting the task from an th configuration platform, and detecting whether an initial dynamic rule corresponding to the task exists in a second configuration platform.
In this embodiment, the "task" may be various, for example, a real-time computing task, which is not limited in this embodiment. The "task starting condition" may also be various, for example, a related person clicks a certain or some pages or certain page buttons or inputs some data on a certain or some pages, etc., which may be used as the triggering task starting condition, and the corresponding "certain or some pages or certain or some page buttons or some data" may be used as the task starting condition. Each task may have a task start condition, and the task start conditions corresponding to different tasks may be the same or different.
In this embodiment, a task may be registered in advance on the task management platform, a resource may be applied, and a jobkey may be obtained.
After a task starting condition of a certain task (which is not limited and is not denoted as a "target task") is triggered, global parameters (which may also be referred to as global configuration parameters, including computation logic) for starting the target task may be acquired from the th configuration platform, the global parameters include, but are not limited to, source, sink-related information, such as passwords and/or operator parallelism of links and/or accounts.
In another aspect, the task may further have special business rules, called dynamic rules, that is, rules whose changes can cause the calculation result to change when the task is continuously running, where the dynamic rules include, but are not limited to, a black list, a white list, a dimension table, a custom rule, and the like.
In this embodiment, the global parameters and the dynamic rules may be collectively referred to as task rules. In particular, the global parameters may be obtained first, and then the initial dynamic rules may be detected.
S103: and if the second configuration platform has the initial dynamic rule corresponding to the task, starting the task according to the global parameter and the initial dynamic rule.
In this embodiment, if the second configuration platform has an initial dynamic rule corresponding to the target task, the global parameter and the initial dynamic rule are executed, executing the global parameter may include automatically injecting the key value pair into the target task topology by the software toolkit, executing (or parsing) the initial dynamic rule may include pulling the dynamic rule by the software toolkit, injecting into the data stream, and broadcasting to the target task full topology.
In this embodiment, if the initial dynamic rule exists in the second configuration platform, it is determined whether the initial dynamic rule meets a preset condition (for example, the initial dynamic rule is verified, if the verification passes, the initial dynamic rule meets the preset condition, and if the verification fails, the initial dynamic rule does not meet the preset condition); if the initial dynamic rule meets the preset condition, executing the initial dynamic rule; and/or if the initial dynamic rule does not meet the preset condition, the initial dynamic rule is not executed, and the target task is started by executing the global parameter.
And if the second configuration platform does not have the initial dynamic rule corresponding to the target task (or the dynamic rule is not detected after the target task starting condition is triggered, the global parameter is executed to start the target task.
In this embodiment, the dynamic rules (including the initial dynamic rules) may be configured through a second configuration platform, which may be as shown in fig. 4.
S105: and before the task is finished, determining whether a dynamic rule corresponding to the task on the second configuration platform is updated.
Before the target task is finished (there may be a corresponding task end condition, referring to the task start condition), it may be determined (e.g., periodically detected) whether the dynamic rule corresponding to the target task on the second configuration platform is updated. Dynamic rule updating here includes: the dynamic rule corresponding to the target task on the second configuration platform is changed from an old rule to a new rule, and the old rule can be an initial dynamic rule.
Specifically, the software toolkit can pull the dynamic rule corresponding to the target task on the second configuration platform at regular time, so that the dynamic rule corresponding to the target task when the software toolkit pulls the target task for the upper times is different from the dynamic rule corresponding to the target task when the software toolkit pulls the target task for the lower times (the "upper times" and the "lower times" are adjacent two times, and the "upper times" includes the first pulling after the task starting condition is triggered).
S107: and if the dynamic rule corresponding to the task on the second configuration platform is updated, executing the updated dynamic rule.
If the dynamic rule corresponding to the target task on the second configuration platform is updated, the updated dynamic rule is executed, that is, the latest dynamic rule is broadcasted globally (referring to the initial dynamic rule), so that the dynamic rule is refreshed or replaced, as shown in fig. 6.
In this embodiment, whether the initial dynamic rule or the updated dynamic rule is the initial dynamic rule or the updated dynamic rule, it may be determined whether the initial dynamic rule or the updated dynamic rule meets a preset condition (for example, the dynamic rule is verified, if the dynamic rule passes the verification, the dynamic rule meets the preset condition, and if the dynamic rule does not pass the verification, the dynamic rule does not meet the preset condition, so as to ensure the reliability of the dynamic rule); if the dynamic rule meets the preset condition, executing the dynamic rule; and/or if the dynamic rule does not meet the preset condition, not executing the dynamic rule.
In this embodiment, it may be determined whether the dynamic rule (including the initial dynamic rule) corresponds to an interception list. And if so, adding filter interception in the data stream, and intercepting according to the key corresponding to the interception list.
In this embodiment, if the dynamic rule is incorrect and the execution fails, an alarm may be given.
In this embodiment, an -th configuration platform and a second configuration platform are used as interfaces, a -th configuration platform and a second configuration platform are used to respectively configure and acquire global parameters and dynamic rules, so that the task rules are separated from codes, the task rules can be managed through the configuration platforms (the -th configuration platform and the second configuration platform can be integrated into a configuration platform of a system ), the system is broadcasted and distributed to each computing node of a computing engine, decoupling of task computing logic and dynamic rules is achieved, change of the global parameters does not need to be packaged and uploaded again (tasks are restarted), change of the dynamic rules does not need to be redeployed, the dynamic rules are updated quickly, task rule management effects and management efficiencies and task starting and running effects and efficiencies are improved, and the method is particularly suitable for tasks or scenes with higher efficiency requirements such as real-time computing.
As shown in fig. 7, a second embodiment of the present specification provides task rule management devices, including:
the task starting module 201 is used for acquiring global parameters for starting the task from the th configuration platform after the task starting condition is triggered, detecting whether the second configuration platform has an initial dynamic rule corresponding to the task, and starting the task according to the global parameters and the initial dynamic rule if the second configuration platform has the initial dynamic rule corresponding to the task;
a dynamic rule updating module 203, configured to determine whether a dynamic rule corresponding to the task on the second configuration platform is updated before the task is finished; and the dynamic rule processing module is used for executing the updated dynamic rule if the dynamic rule corresponding to the task on the second configuration platform is updated.
Optionally, the task starting module 201 is further configured to:
and if the initial dynamic rule does not exist in the second configuration platform, executing the global parameter to start the task.
Optionally, configuring the global parameter through th configuration platform;
and/or the presence of a gas in the gas,
configuring, by a second configuration platform, an initial dynamic rule and the dynamic rule.
Optionally, the task starting module 201 is further configured to:
if the initial dynamic rule exists in the second configuration platform, determining whether the initial dynamic rule meets a preset condition;
if yes, executing the initial dynamic rule;
and/or the presence of a gas in the gas,
the dynamic rule updating module 203 is further configured to:
(before the task is finished), if the dynamic rule corresponding to the task on the second configuration platform is updated, determining whether the updated dynamic rule meets a preset condition;
and if so, executing the updated dynamic rule.
Optionally, the apparatus further comprises: an interception module;
if the initial dynamic rule exists in the second configuration platform, the interception module determines whether the initial dynamic rule corresponds to an interception list;
if yes, the interception module adds an interceptor for executing the interception list in the data stream;
and/or the presence of a gas in the gas,
if the dynamic rule corresponding to the task on the second configuration platform is updated, the interception module determines whether the initial dynamic rule corresponds to an interception list;
and if so, adding an interceptor for executing the interception list in the data stream by the interception module.
Optionally, the global parameter includes a link and/or an account and/or a password and/or operator parallelism of the account.
Optionally, the global parameter is a property list of key value.
A third embodiment of the present specification provides task rule management devices, including:
at least processors;
and the number of the first and second groups,
a memory communicatively coupled to the at least processors;
wherein the content of the first and second substances,
the memory stores instructions executable by the at least processors to enable the at least processors to:
after a task starting condition is triggered, acquiring global parameters for starting the task from an th configuration platform, and detecting whether an initial dynamic rule corresponding to the task exists in a second configuration platform;
if yes, starting the task according to the global parameters and the initial dynamic rules;
before the task is finished, determining whether a dynamic rule corresponding to the task on the second configuration platform is updated;
and if so, executing the updated dynamic rule.
A fourth embodiment of the present specification provides computer-readable storage media storing computer-executable instructions that, when executed by a processor, perform the steps of:
after a task starting condition is triggered, acquiring global parameters for starting the task from an th configuration platform, and detecting whether an initial dynamic rule corresponding to the task exists in a second configuration platform;
if yes, starting the task according to the global parameters and the initial dynamic rules;
before the task is finished, determining whether a dynamic rule corresponding to the task on the second configuration platform is updated;
and if so, executing the updated dynamic rule.
The above embodiments may be used in combination.
In addition, the processes depicted in the accompanying figures do not necessarily have to be performed in the particular order shown or in sequential order to achieve desirable results .
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the apparatus, device, and non-volatile computer-readable storage medium embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and in relation to the description, reference may be made to some portions of the description of the method embodiments.
The apparatus, the device, the nonvolatile computer readable storage medium, and the method provided in the embodiments of the present specification correspond to each other, and therefore, the apparatus, the device, and the nonvolatile computer storage medium also have similar advantageous technical effects to the corresponding method.
In the 90's 20 th century, improvements to technologies can be clearly distinguished as Hardware improvements (for example, improvements to Circuit structures such as diodes, transistors, switches, and the like) or software improvements (improvements to method flow), however, as technology develops, many of the current method flow improvements can be considered as direct improvements to Hardware Circuit structures, designers almost all obtain corresponding Hardware Circuit structures by Programming improved method flow into Hardware circuits, therefore, it cannot be said that the improvements to method flow cannot be realized by Hardware entity modules, for example, Programmable Logic Devices (PLDs) (for example, Field Programmable arrays (FPGAs)) are such Integrated circuits whose Logic functions are determined by user Programming devices, and self-Programming by designers is to "integrate" digital systems "on pieces without requiring many kinds of manufacturers to design and manufacture Integrated circuits, and it is not required to use Hardware-Hardware Programming Language (Hardware Programming Language), but only a Hardware Programming Language (Hardware Programming Language) such as Hardware interface Hardware Programming Language (Hardware), Hardware Programming Language (Hardware Programming Language) is called" Integrated Circuit Hardware Programming ", and Hardware Programming method Programming" Integrated circuits "are realized by Hardware Programming", and software (Hardware Programming "software) such as software, Hardware Programming method Programming" is not described by Hardware Programming software (Hardware Programming software) and Hardware Programming software (Hardware Programming Language) such as well, Hardware Programming Language (Hardware Programming Language) and Hardware Programming Language (Hardware Programming Language) is widely used by software (Hardware Programming Language (Hardware Programming Language) and software).
The controller may be implemented in any suitable manner, for example, in the form of, for example, a microprocessor or processor and a computer readable medium storing computer readable program code (e.g., software or firmware) executable by the (micro) processor, logic , switches, Application Specific Integrated Circuit (ASIC), a programmable logic controller, and an embedded microcontroller, examples of which include, but are not limited to, microcontrollers 625D, Atmel AT91SAM, MicrochIP address PIC18F26K20, and Silicone LabsC8051F320, which may also be implemented as part of the control logic of a memory . in addition to implementing the controller in pure computer readable program code, one skilled in the art will also appreciate that such a controller may be fully programmed logically by method steps such that the controller implements the same functions in the form of logic , switches, Application Specific Integrated Circuit, programmable logic controller, embedded microcontroller, etc. as such a controller may be considered as hardware or even considered as a hardware component for implementing the various functions of an apparatus.
The systems, apparatuses, modules or units illustrated in the above embodiments may be embodied as a computer chip or entity, or as an article of manufacture with some functionality exemplary implementing devices are computers.
For convenience of description, the above devices are described as being functionally separated into various units, and of course, the functions of the units may be implemented in the same or more software and/or hardware in implementing the present specification.
Furthermore, the embodiments of this specification may take the form of a computer program product embodied on or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.
It is to be understood that each flow and/or block in the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions which can be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flow diagram flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In typical configurations, a computing device includes or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises the series of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
The specification may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer , generally including routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only an example of the present specification, and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1, A task rule management method, comprising:
after a task starting condition is triggered, acquiring global parameters for starting the task from an th configuration platform, and detecting whether an initial dynamic rule corresponding to the task exists in a second configuration platform;
if yes, starting the task according to the global parameters and the initial dynamic rules;
before the task is finished, determining whether a dynamic rule corresponding to the task on the second configuration platform is updated;
and if so, executing the updated dynamic rule.
2. The method of claim 1, further comprising:
and if the initial dynamic rule does not exist in the second configuration platform, executing the global parameter to start the task.
3. The method of claim 1, configuring the global parameters via an th configuration platform;
and/or the presence of a gas in the gas,
configuring, by a second configuration platform, an initial dynamic rule and the dynamic rule.
4. The method of claim 1, further comprising:
if the initial dynamic rule exists in the second configuration platform, determining whether the initial dynamic rule meets a preset condition;
if yes, executing the initial dynamic rule;
and/or the presence of a gas in the gas,
if the dynamic rule corresponding to the task on the second configuration platform is updated, determining whether the updated dynamic rule meets a preset condition;
and if so, executing the updated dynamic rule.
5. The method of any of claims 1-4, further comprising:
if the initial dynamic rule exists in the second configuration platform, determining whether the initial dynamic rule corresponds to an interception list;
if yes, adding an interceptor for executing the interception list in the data stream;
and/or the presence of a gas in the gas,
if the dynamic rule corresponding to the task on the second configuration platform is updated, determining whether the initial dynamic rule corresponds to an interception list;
and if so, adding an interceptor for executing the interception list in the data stream.
6. The method of claim 1, the global parameters comprising links and/or accounts and/or passwords and/or operator parallelism for accounts.
7. The method of claim 1 or 6, the global parameter being a property list of key value.
8, task rule management device, comprising:
the task starting module is used for acquiring global parameters for starting the task from the th configuration platform after the task starting condition is triggered, detecting whether the second configuration platform has an initial dynamic rule corresponding to the task, and starting the task according to the global parameters and the initial dynamic rule if the second configuration platform has the initial dynamic rule corresponding to the task;
the dynamic rule updating module is used for determining whether a dynamic rule corresponding to the task on the second configuration platform is updated or not before the task is finished; and the dynamic rule processing module is used for executing the updated dynamic rule if the dynamic rule corresponding to the task on the second configuration platform is updated.
The task rule management device of kinds, including:
at least processors;
and the number of the first and second groups,
a memory communicatively coupled to the at least processors;
wherein the content of the first and second substances,
the memory stores instructions executable by the at least processors to enable the at least processors to:
after a task starting condition is triggered, acquiring global parameters for starting the task from an th configuration platform, and detecting whether an initial dynamic rule corresponding to the task exists in a second configuration platform;
if yes, starting the task according to the global parameters and the initial dynamic rules;
before the task is finished, determining whether a dynamic rule corresponding to the task on the second configuration platform is updated;
and if so, executing the updated dynamic rule.
10, computer-readable storage media storing computer-executable instructions that, when executed by a processor, perform the steps of:
after a task starting condition is triggered, acquiring global parameters for starting the task from an th configuration platform, and detecting whether an initial dynamic rule corresponding to the task exists in a second configuration platform;
if yes, starting the task according to the global parameters and the initial dynamic rules;
before the task is finished, determining whether a dynamic rule corresponding to the task on the second configuration platform is updated;
and if so, executing the updated dynamic rule.
CN201910991984.7A 2019-10-18 2019-10-18 Task rule management method, device, equipment and medium Active CN110737524B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910991984.7A CN110737524B (en) 2019-10-18 2019-10-18 Task rule management method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910991984.7A CN110737524B (en) 2019-10-18 2019-10-18 Task rule management method, device, equipment and medium

Publications (2)

Publication Number Publication Date
CN110737524A true CN110737524A (en) 2020-01-31
CN110737524B CN110737524B (en) 2022-07-22

Family

ID=69269227

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910991984.7A Active CN110737524B (en) 2019-10-18 2019-10-18 Task rule management method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN110737524B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114118798A (en) * 2021-11-26 2022-03-01 广州华旻信息科技有限公司 Task processing method and device of industrial internet platform and industrial internet platform

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101968740A (en) * 2010-09-28 2011-02-09 中国工商银行股份有限公司 Service data dynamic adjustment server and system on basis of JAVA CLASS compilation
CN102130965A (en) * 2011-04-13 2011-07-20 北京邮电大学 Method and system for dynamically combining services based on rule engine
CN102456173A (en) * 2010-10-25 2012-05-16 北大方正集团有限公司 Realization method of workflow and apparatus thereof
CN102624870A (en) * 2012-02-01 2012-08-01 北京航空航天大学 Intelligent optimization algorithm based cloud manufacturing computing resource reconfigurable collocation method
CN103577178A (en) * 2012-08-03 2014-02-12 北京奥鹏远程教育中心有限公司 Method and system for flexibly modifying computation rule
CN103793223A (en) * 2013-12-27 2014-05-14 远光软件股份有限公司 Rule creating method and system
CN103927174A (en) * 2014-04-17 2014-07-16 北京视博数字电视科技有限公司 Service processing method and device
CN103973702A (en) * 2014-05-23 2014-08-06 浪潮电子信息产业股份有限公司 Information security defense rule intelligent deployment method based on improved particle swarm optimization
CN104636211A (en) * 2015-03-10 2015-05-20 中国农业银行股份有限公司 Information interaction method among software systems, and middleware system
CN108628947A (en) * 2018-04-02 2018-10-09 阿里巴巴集团控股有限公司 A kind of business rule matched processing method, device and processing equipment
CN109741087A (en) * 2018-12-11 2019-05-10 中国联合网络通信集团有限公司 The management method and device of electronic coupons
US20190197172A1 (en) * 2017-12-27 2019-06-27 Marlabs Innovations Private Limited System and method for data analysis and presentation of data
CN110083457A (en) * 2018-01-26 2019-08-02 北京京东尚科信息技术有限公司 A kind of data capture method, device and data analysing method, device

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101968740A (en) * 2010-09-28 2011-02-09 中国工商银行股份有限公司 Service data dynamic adjustment server and system on basis of JAVA CLASS compilation
CN102456173A (en) * 2010-10-25 2012-05-16 北大方正集团有限公司 Realization method of workflow and apparatus thereof
CN102130965A (en) * 2011-04-13 2011-07-20 北京邮电大学 Method and system for dynamically combining services based on rule engine
CN102624870A (en) * 2012-02-01 2012-08-01 北京航空航天大学 Intelligent optimization algorithm based cloud manufacturing computing resource reconfigurable collocation method
CN103577178A (en) * 2012-08-03 2014-02-12 北京奥鹏远程教育中心有限公司 Method and system for flexibly modifying computation rule
CN103793223A (en) * 2013-12-27 2014-05-14 远光软件股份有限公司 Rule creating method and system
CN103927174A (en) * 2014-04-17 2014-07-16 北京视博数字电视科技有限公司 Service processing method and device
CN103973702A (en) * 2014-05-23 2014-08-06 浪潮电子信息产业股份有限公司 Information security defense rule intelligent deployment method based on improved particle swarm optimization
CN104636211A (en) * 2015-03-10 2015-05-20 中国农业银行股份有限公司 Information interaction method among software systems, and middleware system
US20190197172A1 (en) * 2017-12-27 2019-06-27 Marlabs Innovations Private Limited System and method for data analysis and presentation of data
CN110083457A (en) * 2018-01-26 2019-08-02 北京京东尚科信息技术有限公司 A kind of data capture method, device and data analysing method, device
CN108628947A (en) * 2018-04-02 2018-10-09 阿里巴巴集团控股有限公司 A kind of business rule matched processing method, device and processing equipment
CN109741087A (en) * 2018-12-11 2019-05-10 中国联合网络通信集团有限公司 The management method and device of electronic coupons

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
KWON: "A Study on Model-based Mode Management Development Process for AUTOSAR Compliant ECU", 《TRANSACTIONS OF KSAE》 *
郝佳: "面向产品设计任务的可配置知识组件技术", 《计算机集成制造系统》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114118798A (en) * 2021-11-26 2022-03-01 广州华旻信息科技有限公司 Task processing method and device of industrial internet platform and industrial internet platform

Also Published As

Publication number Publication date
CN110737524B (en) 2022-07-22

Similar Documents

Publication Publication Date Title
CN107450981B (en) Block chain consensus method and equipment
CN107608689B (en) Method and device for updating application program on client and electronic equipment
CN107038085B (en) Method, device and system for repairing client application
CN109829096B (en) Data acquisition method and device, electronic equipment and storage medium
CN107016282B (en) information processing method and device
CN107578338B (en) Service publishing method, device and equipment
CN110515795B (en) Big data component monitoring method and device and electronic equipment
WO2018103217A1 (en) Method for upgrading application, and server and user equipment
CN103677978A (en) Method and electronic device for protecting processes
CN116405554A (en) Network communication method and device, storage medium and electronic equipment
CN111639011A (en) Data monitoring method, device and equipment
CN110737524A (en) task rule management method, device, equipment and medium
CN113254163B (en) Processing method and device of block chain data
CN110647463B (en) Method and device for restoring test breakpoint and electronic equipment
CN108470242B (en) Risk management and control method, device and server
CN111078435A (en) Service processing method and device and electronic equipment
CN108133123B (en) Application program identification method and system
CN107291439B (en) Target incremental data construction method and device
CN110971642B (en) Data processing method and device for cloud computing platform
CN108958823A (en) The method for modifying basic input output system setting value
CN112784161A (en) Information processing method, device, medium and electronic device
CN110020268B (en) Page returning method and device
CN109508195B (en) Installation method and device of test installation package
CN110968599B (en) Inquiry method and device based on Impala
CN110968401A (en) Task scheduling method and device based on Quartz

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
CB02 Change of applicant information

Address after: 100000 room 701, 6 / F, building 1, No. 1, xidawang Road, Chaoyang District, Beijing

Applicant after: Beijing Mind Creation Information Technology Co.,Ltd.

Address before: Room 2802, 24 / F, building 4, 89 Jianguo Road, Chaoyang District, Beijing

Applicant before: Beijing Mind Creation Information Technology Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant