CN116528300A - Task issuing method, device, system and communication equipment - Google Patents

Task issuing method, device, system and communication equipment Download PDF

Info

Publication number
CN116528300A
CN116528300A CN202310780735.XA CN202310780735A CN116528300A CN 116528300 A CN116528300 A CN 116528300A CN 202310780735 A CN202310780735 A CN 202310780735A CN 116528300 A CN116528300 A CN 116528300A
Authority
CN
China
Prior art keywords
network element
instruction issuing
task
target
instruction
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
CN202310780735.XA
Other languages
Chinese (zh)
Other versions
CN116528300B (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.)
China Telecom Corp Ltd
Original Assignee
China Telecom Corp 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 China Telecom Corp Ltd filed Critical China Telecom Corp Ltd
Priority to CN202310780735.XA priority Critical patent/CN116528300B/en
Publication of CN116528300A publication Critical patent/CN116528300A/en
Application granted granted Critical
Publication of CN116528300B publication Critical patent/CN116528300B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/08Load balancing or load distribution
    • H04W28/09Management thereof
    • H04W28/0958Management thereof based on metrics or performance parameters
    • H04W28/0967Quality of Service [QoS] parameters
    • H04W28/0975Quality of Service [QoS] parameters for reducing delays
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Quality & Reliability (AREA)
  • Telephonic Communication Services (AREA)
  • Computer And Data Communications (AREA)

Abstract

The application relates to a task issuing method, device and system and communication equipment. The method comprises the following steps: receiving a shutdown service opening request, wherein the shutdown service opening request comprises network element identification information of a target network element; generating an instruction issuing task corresponding to the shutdown service opening request, and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element; determining a target network element long connection pool corresponding to the instruction issuing task queue according to the network element identification information corresponding to the instruction issuing task queue; and sending the instruction issuing task in the instruction issuing task queue to the target network element according to the target network element connection information in the target network element long connection pool. By the task issuing method, the shutdown service opening requests corresponding to different network elements can be processed in parallel, the task issuing efficiency is greatly improved, and the task issuing delay is reduced.

Description

Task issuing method, device, system and communication equipment
Technical Field
The present invention relates to the technical field of instruction issuing, and in particular, to a task issuing method, device, system and communication equipment.
Background
In the scenario of 5GC service handling, the shutdown service is a service with a large number of acceptances, and is also a service with the highest customer awareness. The shutdown service has low time delay and high availability requirement, and has extremely large service concurrency.
Under the new generation cloud network operation system, in order to uniformly manage and control the national shutdown and restoration service, the national shutdown and restoration service needs to be centralized for realizing one-point issuing. However, the concurrency of the centralized shutdown service is increased sharply, and when the tasks of the shutdown service are issued uniformly, the problem of high task issuing delay occurs, so that the task issuing efficiency is lower.
Disclosure of Invention
In view of the foregoing, it is necessary to provide a task issuing method, device, system and communication equipment capable of reducing issuing delay.
In a first aspect, the present application provides a task issuing method. The method is applied to a task issuing system, and comprises the following steps:
receiving a shutdown service opening request, wherein the shutdown service opening request comprises network element identification information of a target network element;
generating an instruction issuing task corresponding to the shutdown service opening request, and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element;
Determining a target network element long connection pool corresponding to the instruction issuing task queue according to the network element identification information corresponding to the instruction issuing task queue;
and sending the instruction issuing task in the instruction issuing task queue to the target network element according to the target network element connection information in the target network element long connection pool.
In one embodiment, the generating the instruction issuing task corresponding to the shutdown service opening request includes:
and generating a target instruction set corresponding to the shutdown service opening request through an instruction generating unit in the task issuing system, and packaging the target instruction set into the instruction issuing task.
In one embodiment, the determining, according to the network element identification information corresponding to the instruction issue task queue, the target network element long connection pool corresponding to the instruction issue task queue includes:
matching the network element identification information of the instruction issuing task queue with the connection pool information of each instruction issuing unit in the task issuing system, and determining a target instruction issuing unit corresponding to the instruction issuing task queue according to a matching result;
and determining the target network element long connection pool from a plurality of multi-instance network element long connection pools of the target instruction issuing unit.
In one embodiment, the connection pool information is network element identifier set information corresponding to all network element long connections included in the multiple multi-instance network element long connection pools in the instruction issuing unit;
the step of matching the network element identification information of the instruction issuing task queue with the connection pool information of each instruction issuing unit in the task issuing system, and determining a target instruction issuing unit corresponding to the instruction issuing task queue according to a matching result, wherein the target instruction issuing unit comprises:
for one instruction issuing task queue, sequentially matching network element identification information of the instruction issuing task queue with network element identification set information of each instruction issuing unit;
and determining the target instruction issuing unit corresponding to the instruction issuing task queue according to the successfully matched instruction issuing unit.
In one embodiment, the determining, according to the successfully matched instruction issue unit, the target instruction issue unit corresponding to the instruction issue task queue includes:
under the condition that a plurality of successfully matched instruction issuing units exist, determining the processing priority corresponding to each successfully matched instruction issuing unit according to the connection pool information of each successfully matched instruction issuing unit and the preset priority condition;
Sequencing the processing priorities corresponding to the successfully matched instruction issuing units from high to low to obtain a target sequence, and taking the instruction issuing unit with the highest processing priority as a target instruction issuing unit.
In one embodiment, the method further comprises:
and under the condition that the target instruction issuing unit is abnormal, eliminating the target instruction issuing unit from the target sequence, and taking the instruction issuing unit with the highest processing priority in the target sequence with the target instruction issuing unit eliminated as the target instruction issuing unit.
In one embodiment, the total connection number of the target network element in the target network element long connection pool meets a preset network element limiting connection number threshold condition.
In one embodiment, the number of the multiple instance network element long connection pools in each instruction issuing unit in the task issuing system is multiple, and the number of the network element identification types included in the network element identification set information of each instruction issuing unit in the task issuing system is multiple.
In one embodiment, the multi-instance network element long connection pool of each network element is distributed in at least two instruction issuing units.
In a second aspect, the present application further provides a task issuing device. The device comprises:
the receiving module is used for receiving a shutdown service opening request, wherein the shutdown service opening request comprises network element identification information of a target network element;
the first sending module is used for generating an instruction issuing task corresponding to the shutdown service opening request and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element;
the processing module is used for determining a target network element long connection pool corresponding to the instruction issuing task queue according to the network element identification information corresponding to the instruction issuing task queue;
and the second sending module is used for sending the instruction issuing task in the instruction issuing task queue to the target network element according to the target network element connection information in the target network element long connection pool.
In one embodiment, the first sending module is specifically configured to:
and generating a target instruction set corresponding to the shutdown service opening request through an instruction generating unit in the task issuing system, and packaging the target instruction set into the instruction issuing task.
In one embodiment, the processing module is specifically configured to:
matching the network element identification information of the instruction issuing task queue with the connection pool information of each instruction issuing unit in the task issuing system, and determining a target instruction issuing unit corresponding to the instruction issuing task queue according to a matching result;
and determining the target network element long connection pool from a plurality of multi-instance network element long connection pools of the target instruction issuing unit.
In one embodiment, the connection pool information is network element identifier set information corresponding to all network element long connections included in the multiple multi-instance network element long connection pools in the instruction issuing unit; the processing module is specifically configured to:
for one instruction issuing task queue, sequentially matching network element identification information of the instruction issuing task queue with network element identification set information of each instruction issuing unit;
and determining the target instruction issuing unit corresponding to the instruction issuing task queue according to the successfully matched instruction issuing unit.
In one embodiment, the processing module is specifically configured to:
under the condition that a plurality of successfully matched instruction issuing units exist, determining the processing priority corresponding to each successfully matched instruction issuing unit according to the connection pool information of each successfully matched instruction issuing unit and the preset priority condition;
Sequencing the processing priorities corresponding to the successfully matched instruction issuing units from high to low to obtain a target sequence, and taking the instruction issuing unit with the highest processing priority as a target instruction issuing unit.
In one embodiment, the task issuing device further includes an emergency processing module, configured to reject the target instruction issuing unit from the target sequence under the condition that the target instruction issuing unit is abnormal, and take the instruction issuing unit with the highest processing priority in the target sequence after the target instruction issuing unit is rejected as the target instruction issuing unit.
In one embodiment, the total connection number of the target network element in the target network element long connection pool meets a preset network element limiting connection number threshold condition.
In one embodiment, the number of the multiple instance network element long connection pools in each instruction issuing unit in the task issuing system is multiple, and the number of the network element identification types included in the network element identification set information of each instruction issuing unit in the task issuing system is multiple.
In one embodiment, the multi-instance network element long connection pool of each network element is distributed in at least two instruction issuing units.
In a third aspect, the present application further provides a task issuing system, where the system includes:
an interface unit, configured to receive a shutdown service activation request, where the shutdown service activation request includes network element identification information of a target network element;
the instruction generating unit is used for generating an instruction issuing task corresponding to the shutdown service opening request and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element;
the instruction issuing unit is used for determining a target network element long connection pool corresponding to the instruction issuing task queue according to the network element identification information corresponding to the instruction issuing task queue; and sending the instruction issuing task in the instruction issuing task queue to the target network element according to the target network element connection information in the target network element long connection pool.
In a fourth aspect, the present application also provides a communication device, including: a transmitter, a receiver, a processor and a memory, the memory storing a computer program;
the receiver is configured to receive a shutdown service activation request, where the shutdown service activation request includes network element identification information of a target network element;
The processor executes the computer program and is used for generating an instruction issuing task corresponding to the shutdown service opening request, and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element; determining a target network element long connection pool corresponding to the instruction issuing task queue according to the network element identification information corresponding to the instruction issuing task queue;
the transmitter is configured to send the instruction issuing task in the instruction issuing task queue to the target network element according to the target network element connection information in the target network element long connection pool.
In a fifth aspect, the present application also provides a computer-readable storage medium. The computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the first aspect described above.
In the task issuing method, device, system and communication equipment, receiving a shutdown service opening request, wherein the shutdown service opening request comprises network element identification information of a target network element; generating an instruction issuing task corresponding to the shutdown service opening request, and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element; determining a target network element long connection pool corresponding to the instruction issuing task queue according to the network element identification information corresponding to the instruction issuing task queue; and sending the instruction issuing task in the instruction issuing task queue to the target network element according to the target network element connection information in the target network element long connection pool. According to the task issuing method, the command issuing task of the shutdown service opening request is sent to the command issuing task queue corresponding to the target network element according to the network element identification information of the target network element of the shutdown service opening request, and then the shutdown service opening request is issued according to the target network element long connection pool corresponding to the command issuing task queue, so that the shutdown service opening requests corresponding to different network elements can be processed in parallel, the task issuing efficiency is greatly improved, and the time delay of task issuing is reduced.
Drawings
In order to more clearly illustrate the technical solutions of embodiments or conventional techniques of the present application, the drawings required for the descriptions of the embodiments or conventional techniques will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person of ordinary skill in the art.
FIG. 1 is a block diagram of a task delivery system in one embodiment;
FIG. 2 is a flow chart of a task issuing method according to an embodiment;
FIG. 3 is a flow chart of a task issuing method according to another embodiment;
FIG. 4 is a block diagram of a task issuing device in one embodiment;
fig. 5 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
The task issuing method provided by the embodiment of the application can be applied to a task issuing system shown in fig. 1. As shown in fig. 1, the task issuing system includes an interface unit, an instruction generating unit, an instruction task issuing queue, an instruction issuing unit, and a network element. Wherein the task issuing system comprises a plurality of instruction generating units (such as the instruction issuing units 1-N in figure 1); the instruction task issuing queues can comprise a plurality of sub-instruction issuing task queues, wherein each sub-instruction issuing queue corresponds to the network element one by one; the task issuing system comprises a plurality of instruction issuing units (such as the instruction issuing units 1-N in fig. 1), and further comprises a plurality of network elements (such as the network elements A, B, C-N in fig. 1), wherein each instruction issuing unit at least comprises long connection pool information of two network elements, and the long connection pool information of each network element at least exists in the two instruction issuing units. The interface unit receives the shutdown service opening request and transmits the shutdown service opening request to the instruction generating unit, and the instruction generating unit transmits the shutdown service opening request to the instruction transmitting task queue corresponding to the target network element according to the network element identification information of the target network element receiving the shutdown service opening request. And according to the target network element connection pool in the target instruction issuing unit corresponding to the instruction issuing task queue, issuing the instruction issuing task corresponding to the shutdown service opening request in the instruction issuing task queue through the target network element connection pool of the target instruction issuing unit. In one embodiment of the present application, as shown in fig. 2, a task delivery method is provided, and this embodiment is illustrated by applying the method to a terminal (may be referred to as a management terminal), that is, by taking an example that the task delivery system runs in the terminal. It can be understood that the task issuing system can also operate in a server, and the functions of the task issuing system can also be realized through interaction between the terminal and the server. The terminal may be, but not limited to, various personal computers and notebook computers. The server may be implemented as a stand-alone server or as a server cluster composed of a plurality of servers. In this embodiment, the method includes the steps of:
Step S201, receiving a shutdown service opening request, wherein the shutdown service opening request comprises network element identification information of a target network element.
The terminal can receive a shutdown service opening request through a preset interface. In one embodiment of the present application, the terminal will be configured to receive a shutdown service provisioning request by using the unified API route as a unified portal for the national shutdown service provisioning request. Specifically, each shutdown service activation request includes information of a target network element (i.e., network element identification information of the target network element) required by the shutdown service activation request.
Furthermore, the preset interface can send the received shutdown service opening request to an instruction generating unit in the task issuing system according to the load balancing principle. The method for deploying and balancing the load by using the unified entry multi-pod instance ensures the availability and processing concurrency of the service while realizing unified management and control of issuing at one point.
Step S202, generating an instruction issuing task corresponding to the shutdown service opening request, and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element.
The terminal comprises a plurality of instruction issuing task queues, each instruction issuing task queue comprises network element identification information, and the instruction issuing task queues correspond to the network elements one by one. The terminal stores a total instruction issuing task queue, and the instruction issuing task queues corresponding to the network elements one by one are used as sub-instruction issuing task queues of the total instruction issuing task queue.
Specifically, the terminal generates an instruction issuing task corresponding to the received shutdown service opening request according to the received shutdown service opening request, wherein the instruction issuing task comprises target network element identification information. The terminal takes the instruction issuing task queue with the network element identification information consistent with the target network element identification information as a target instruction issuing task queue in a plurality of instruction issuing task queues according to the target network element identification information of the instruction issuing task, and further the terminal sends the instruction issuing task to the instruction issuing task queue corresponding to the target network element. Therefore, each instruction issuing task queue only stores the instruction issuing task of the shutdown service opening request corresponding to the network element identification information of the instruction issuing task queue.
Further, the terminal can also generate an instruction issuing task corresponding to the shutdown service opening request through an instruction issuing unit in the task issuing system, and send the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element.
Step S203, a target network element long connection pool corresponding to the instruction issuing task queue is determined according to the network element identification information corresponding to the instruction issuing task queue.
Specifically, the terminal stores multiple embodiment network element long connection pools, where each network element long connection pool includes corresponding network element identification information. For each instruction issuing task queue, the terminal can use the network element long connection pool with the same network element identification information as the target network element long connection pool according to the network element identification information of the instruction issuing task queue.
Further, an instruction issuing unit in the task issuing system stores the multi-embodiment network element long connection pool, and further the instruction issuing unit determines a target network element long connection pool in the multi-embodiment network element long connection pool according to the network element identification information of the instruction issuing task queue.
Step S204, according to the target network element connection information in the target network element long connection pool, the instruction issuing task in the instruction issuing task queue is sent to the target network element.
Specifically, for an instruction issuing task queue, the terminal may directly issue the instruction issuing task of the instruction issuing task queue through the target network element connection information according to the target network element connection information of the target network element long connection pool.
Further, in the task issuing system, the instruction issuing unit directly obtains the instruction issuing task from the instruction issuing queue after determining the target long connection pool of the instruction issuing task queue, and issues the instruction issuing task according to the target network element connection information in the target network element long connection pool.
In the task issuing method, the instruction issuing task of the shutdown service opening request is sent to the instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element of the shutdown service opening request, and then the shutdown service opening request is issued according to the target network element long connection pool corresponding to the instruction issuing task queue, so that the shutdown service opening requests corresponding to different network elements can be processed in parallel, the task issuing efficiency is greatly improved, and the time delay of task issuing is reduced.
In one embodiment of the present application, the generating, in step 202, an instruction issuing task corresponding to the shutdown service activation request includes:
and generating a target instruction set corresponding to the shutdown service opening request through an instruction generating unit in the task issuing system, and packaging the target instruction set into an instruction issuing task.
The terminal comprises a plurality of instruction generating units, and each instruction generating unit can adopt a multi-instance deployment mode. Aiming at each shutdown service opening request, the instruction generating unit generates a target instruction set corresponding to the shutdown service opening request, and encapsulates the generated instruction set into an instruction issuing task.
In an embodiment of the present application, step 203 determines, according to the network element identification information corresponding to the instruction issue task queue, a target network element long connection pool corresponding to the instruction issue task queue, including:
matching network element identification information of the instruction issuing task queue with connection pool information of each instruction issuing unit in the task issuing system, and determining a target instruction issuing unit corresponding to the instruction issuing task queue according to a matching result;
and determining a target network element long connection pool from a plurality of multi-instance network element long connection pools of the target instruction issuing unit.
Specifically, the task issuing system comprises a plurality of instruction issuing units, and each instruction issuing unit stores a multi-embodiment network element long connection pool.
For an instruction issuing task queue, the terminal can determine a target instruction issuing unit corresponding to the instruction issuing task queue according to a matching result of network element identification information of the instruction issuing task queue and connection pool information of each instruction issuing unit. By the method, the terminal can accurately determine the target instruction issuing unit of the long connection pool containing the target network element aiming at the instruction issuing task queue for storing the shutdown service opening request containing the target network element. Each instruction issuing unit stores the multi-embodiment network element long connection pool, and the terminal can directly determine the target network element long connection pool corresponding to the target network element in the target instruction issuing unit according to the network element identification information of the target network element.
Further, the instruction issuing unit in the task issuing system stores the multi-embodiment network element long connection pool, so that for each instruction issuing task queue, each instruction issuing unit can match own connection pool information with network element identification information of the instruction issuing task queue, the successfully matched instruction issuing unit can be directly used as a target instruction issuing unit, and the target network element long connection pool of the target network element is determined in the multi-embodiment network element long connection pool stored by the instruction issuing unit.
In one embodiment of the present application, the connection pool information is network element identifier set information corresponding to all network element long connections included in the multiple multi-instance network element long connection pools in the instruction issuing unit;
matching network element identification information of the instruction issuing task queue with connection pool information of each instruction issuing unit in the task issuing system, determining a target instruction issuing unit corresponding to the instruction issuing task queue according to a matching result, and comprising the following steps:
aiming at an instruction issuing task queue, sequentially matching network element identification information of the instruction issuing task queue with network element identification set information of each instruction issuing unit;
and determining a target instruction issuing unit corresponding to the instruction issuing task queue according to the successfully matched instruction issuing unit.
And aiming at each instruction issuing unit, the set formed by the network element identification information of all the network element long connections included in the multiple multi-instance network element long connection pools in the instruction issuing unit is network element identification set information.
Specifically, for an instruction issuing task queue, the terminal can match the network element identification information of the instruction issuing task queue with the network element identification set information of each instruction issuing unit in sequence, and if the network element identification information of the instruction issuing task queue is consistent with one network element identification information in the network element identification set information in the instruction issuing unit, the terminal judges that the instruction issuing task queue is successfully matched with the instruction issuing unit, and further takes the successfully matched instruction issuing unit as a target instruction issuing unit.
Further, for each instruction issuing task queue, each instruction issuing unit may match its own network element identification set information with the network element identification information of the instruction issuing task queue, and if the own network element identification set information includes the network element identification information of the instruction issuing task queue, it is determined that the matching between itself and the instruction issuing task queue is successful, and then the instruction issuing unit may use itself as the target instruction issuing unit.
In the task issuing method, the network element long connection is saved through the plurality of multi-instance network element long connection pools, so that the network element connection establishment times are reduced, the instruction issuing speed is improved, the instruction issuing time delay is reduced, and the issuing efficiency is improved. Secondly, by controlling the total connection number of a plurality of multi-instance network element long connection pools, the maximum concurrency of the network elements sent by the instruction is ensured, and meanwhile, the high concurrency is ensured to be in the bearing range of the network elements, so that the problems of excessive paralysis and the like caused by the excessive concurrency of the network elements are avoided.
In one embodiment of the present application, as shown in fig. 3, according to an instruction issue unit that is successfully matched, determining a target instruction issue unit corresponding to an instruction issue task queue includes:
step S301, under the condition that a plurality of successfully matched instruction issuing units exist, determining the processing priority corresponding to each successfully matched instruction issuing unit according to the connection pool information of each successfully matched instruction issuing unit and the preset priority condition.
The terminal stores preset priority conditions, and further can determine the processing priority corresponding to each successfully matched instruction issuing unit according to the connection pool information of each successfully matched instruction issuing unit. Specifically, the preset priority condition may be a correspondence between the number of connection pools and the processing priority value, and further the terminal may determine, according to the number of connection pools included in each instruction issuing unit, the corresponding processing priority value as the processing priority. It should be noted that the preset priority condition may be set according to actual requirements, which is not limited in this application.
Step S302, sorting the processing priorities corresponding to the successfully matched instruction issuing units from high to low to obtain a target sequence, and taking the instruction issuing unit with the highest processing priority as a target instruction issuing unit.
Specifically, the terminal takes the instruction issuing unit with the highest processing priority as the target instruction issuing unit according to the processing priority of each successfully matched instruction issuing unit.
Further, the instruction issuing units can communicate with each other, and for one instruction issuing unit, the instruction issuing unit can obtain a matching result of the instruction issuing unit and the instruction issuing task queue, so that a processing priority corresponding to each successfully matched instruction issuing unit can be determined according to a preset priority condition and the matching result, and the instruction issuing unit with the highest processing priority can spontaneously become the target instruction issuing unit.
In one embodiment of the present application, the method further comprises:
and under the condition that the target instruction issuing unit is abnormal, eliminating the target instruction issuing unit in the target sequence, and taking the instruction issuing unit with the highest processing priority in the target sequence after eliminating the target instruction issuing unit as the target instruction issuing unit.
Specifically, when the terminal (or an instruction issuing unit which is matched with the instruction issuing task queue except the target instruction issuing unit) detects that the target instruction issuing unit is in an abnormal state, the terminal upgrades the instruction issuing unit which is matched with the instruction issuing task queue successfully and has a processing priority lower than that of the target instruction issuing unit into the target instruction issuing unit, and abandons the original target instruction issuing unit.
By the task issuing method, the abnormal condition of the target instruction issuing unit can be effectively treated, and a new target instruction issuing unit can be efficiently and accurately determined so as to ensure the normal operation of task issuing.
In one embodiment of the present application, the total connection number of the target network element in the target network element long connection pool meets a preset network element limiting connection number threshold condition.
Specifically, the total connection number of each network element in the multi-embodiment network element long connection pool corresponding to the network element in the task issuing system is smaller than or equal to a preset network element limiting connection number threshold value, so that the bearing range of the multi-instance concurrent connection in the network element is ensured.
In one embodiment of the present application, the number of the multiple-instance network element long connection pools in each instruction issuing unit in the task issuing system is multiple, and the number of the network element identification types included in the network element identification set information of each instruction issuing unit in the task issuing system is multiple.
Specifically, each instruction issuing unit comprises a plurality of multi-embodiment long connection pools (more than or equal to 2), wherein network elements corresponding to each multi-embodiment long connection pool are different, so that the number of network element identification types in the network element identification set information of each instruction issuing unit is more than or equal to 2. Based on the method, the connection times are reduced, and the issuing efficiency is improved.
In one embodiment of the present application, the multi-instance network element long connection pool distribution of each network element is arranged in at least two instruction issuing units.
Specifically, the multi-embodiment network element long connection pool of each network element is at least distributed in two instruction issuing units, so that one instruction issuing module instance with the issuing capability of the network element N is abnormal, and other instruction issuing modules with the issuing capability of the network element N can issue instructions to the network element N.
It should be noted that the number of network element connections in the multi-embodiment network element long connection pool in different instruction issuing units corresponding to the same network element is not necessarily consistent.
It should be understood that, although the steps in the flowcharts related to the above embodiments are sequentially shown as indicated by arrows, these steps are not necessarily sequentially performed in the order indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in the flowcharts described in the above embodiments may include a plurality of steps or a plurality of stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of the steps or stages is not necessarily performed sequentially, but may be performed alternately or alternately with at least some of the other steps or stages.
Based on the same inventive concept, the embodiment of the application also provides a task issuing device for realizing the above-mentioned task issuing method. The implementation of the solution provided by the device is similar to the implementation described in the above method, so the specific limitation in one or more embodiments of the task delivery device provided below may refer to the limitation of the task delivery method hereinabove, and will not be described herein.
In one embodiment of the present application, as shown in fig. 4, there is provided a task issuing apparatus, including: a receiving module 410, a first transmitting module 420, a processing module 430, and a second transmitting module 440, wherein:
a receiving module 410, configured to receive a shutdown service activation request, where the shutdown service activation request includes network element identification information of a target network element;
the first sending module 420 is configured to generate an instruction issuing task corresponding to the shutdown service activation request, and send the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to network element identification information of the target network element;
the processing module 430 is configured to determine a target network element long connection pool corresponding to the instruction issue task queue according to the network element identification information corresponding to the instruction issue task queue;
The second sending module 440 is configured to send the instruction issue task in the instruction issue task queue to the target network element according to the target network element connection information in the target network element long connection pool.
In one embodiment of the present application, the first sending module 420 is specifically configured to:
and generating a target instruction set corresponding to the shutdown service opening request through an instruction generating unit in the task issuing system, and packaging the target instruction set into an instruction issuing task.
In one embodiment of the present application, the processing module 430 is specifically configured to:
matching network element identification information of the instruction issuing task queue with connection pool information of each instruction issuing unit in the task issuing system, and determining a target instruction issuing unit corresponding to the instruction issuing task queue according to a matching result;
and determining a target network element long connection pool from a plurality of multi-instance network element long connection pools of the target instruction issuing unit.
In one embodiment of the present application, the connection pool information is network element identifier set information corresponding to all network element long connections included in the multiple multi-instance network element long connection pools in the instruction issuing unit; the processing module 430 specifically is configured to:
aiming at an instruction issuing task queue, sequentially matching network element identification information of the instruction issuing task queue with network element identification set information of each instruction issuing unit;
And determining a target instruction issuing unit corresponding to the instruction issuing task queue according to the successfully matched instruction issuing unit.
In one embodiment of the present application, the processing module 430 is specifically configured to:
under the condition that a plurality of successfully matched instruction issuing units exist, determining the processing priority corresponding to each successfully matched instruction issuing unit according to the connection pool information of each successfully matched instruction issuing unit and the preset priority condition;
sequencing the processing priorities corresponding to the successfully matched instruction issuing units from high to low to obtain a target sequence, and taking the instruction issuing unit with the highest processing priority as a target instruction issuing unit.
In an embodiment of the present application, the task issuing device further includes an emergency processing module, configured to reject the target instruction issuing unit from the target sequence under the condition that the target instruction issuing unit is abnormal, and treat, in the target sequence after the target instruction issuing unit is rejected, the instruction issuing unit with the highest processing priority as the target instruction issuing unit.
In one embodiment of the present application, the total connection number of the target network element in the target network element long connection pool meets a preset network element limiting connection number threshold condition.
In one embodiment of the present application, the number of the multiple-instance network element long connection pools in each instruction issuing unit in the task issuing system is multiple, and the number of the network element identification types included in the network element identification set information of each instruction issuing unit in the task issuing system is multiple.
In one embodiment of the present application, the multi-instance network element long connection pool distribution of each network element is arranged in at least two instruction issuing units.
The modules in the task issuing device may be implemented in whole or in part by software, hardware, and a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
Based on the same inventive concept, the embodiment of the application also provides a task issuing system for realizing the above-mentioned task issuing method. The implementation of the solution provided by the system is similar to the implementation described in the above method, so the specific limitation in one or more embodiments of the task delivery system provided below may refer to the limitation of the task delivery method hereinabove, and will not be described herein.
In one embodiment of the present application, as shown in fig. 1, there is provided a task issuing system, including:
the interface unit is used for receiving a shutdown service opening request which contains network element identification information of a target network element;
the instruction generating unit is used for generating an instruction issuing task corresponding to the shutdown service opening request and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element;
the instruction issuing unit is used for determining a target network element long connection pool corresponding to the instruction issuing task queue according to the network element identification information corresponding to the instruction issuing task queue; and sending the instruction issuing task in the instruction issuing task queue to the target network element according to the target network element connection information in the target network element long connection pool.
In the task issuing system, the instruction generating unit and the instruction issuing unit can be deployed in multiple instances through decoupling of the instruction generating unit and the instruction issuing unit of the instruction issuing task queue, meanwhile, the instruction issuing processing rate is generally lower than the instruction generating efficiency, the instruction issuing unit can deploy more instances, the concurrent processing capacity of the system on the shutdown service is improved, and the efficiency of issuing the shutdown service opening instruction is further improved.
In one embodiment of the present application, a communication device is provided, see fig. 5. Fig. 5 is a schematic structural diagram of a terminal device according to an embodiment of the present invention. The terminal device 500 shown in fig. 5 includes: at least one processor 501, memory 502, at least one network interface 504, and a user interface 503. The various components in the terminal device 500 are coupled together by a bus system 505. It is understood that bus system 505 is used to enable connected communications between these components. The bus system 505 includes a power bus, a control bus, and a status signal bus in addition to a data bus. But for clarity of illustration the various buses are labeled as bus system 505 in fig. 5. In addition, in embodiments of the present invention, a transceiver 506 is also included, which may be a plurality of elements, i.e., a transmitter and a receiver, providing a means for communicating with various other apparatus over a transmission medium.
The user interface 503 may include, among other things, a display, a keyboard, or a pointing device (e.g., a mouse, a trackball, a touch pad, or a touch screen, etc.).
It will be appreciated that the memory 502 in embodiments of the invention can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory. The non-volatile memory may be a Read-only memory (ROM), a programmable Read-only memory (ProgrammableROM, PROM), an erasable programmable Read-only memory (ErasablePROM, EPROM), an electrically erasable programmable Read-only memory (ElectricallyEPROM, EEPROM), or a flash memory, among others. The volatile memory may be a random access memory (RandomAccessMemory, RAM) that acts as an external cache. By way of example, and not limitation, many forms of RAM are available, such as Static RAM (SRAM), dynamic random access memory (DynamicRAM, DRAM), synchronous dynamic random access memory (SynchronousDRAM, SDRAM), double data rate synchronous dynamic random access memory (ddr SDRAM), enhanced Synchronous Dynamic Random Access Memory (ESDRAM), synchronous link dynamic random access memory (SynchlinkDRAM, SLDRAM), and direct memory bus random access memory (DirectRambusRAM, DRRAM). The memory 502 of the systems and methods described in embodiments of the present invention is intended to comprise, without being limited to, these and any other suitable types of memory.
In one embodiment of the present application, memory 502 stores the following elements, executable modules or data structures, or a subset thereof, or an extended set thereof: an operating system 5021 and application programs 5022.
The operating system 5021 includes various system programs, such as a framework layer, a core library layer, a driver layer, and the like, for implementing various basic services and processing hardware-based tasks. The application 5022 includes various application programs such as a media player (MediaPlayer), a Browser (Browser), and the like for implementing various application services. A program for implementing the method according to the embodiment of the present invention may be included in the application 5022.
In the embodiment of the present invention, the program or the instruction stored in the memory 502 is called, specifically, the program or the instruction may be stored in the application 5022, where the receiver is configured to receive a shutdown service opening request, where the shutdown service opening request includes network element identification information of a target network element; the processor executes a computer program and is used for generating an instruction issuing task corresponding to the shutdown service opening request and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element; determining a target network element long connection pool corresponding to the instruction issuing task queue according to the network element identification information corresponding to the instruction issuing task queue; and the transmitter is used for transmitting the instruction issuing task in the instruction issuing task queue to the target network element according to the target network element connection information in the target network element long connection pool.
Some or all of the methods disclosed in the embodiments of the present invention may also be applied to the processor 501, or implemented by the processor 501 in conjunction with other elements (e.g., a transceiver). The processor 501 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuitry in hardware or instructions in software in the processor 501. The processor 501 may be a general purpose processor, a digital signal processor (DigitalSignalProcessor, DSP), an application specific integrated circuit (application specific IntegratedCircuit, ASIC), an off-the-shelf programmable gate array (FieldProgrammableGateArray, FPGA) or other programmable logic device, a discrete gate or transistor logic device, a discrete hardware component. The disclosed methods, steps, and logic blocks in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be embodied directly in the execution of a hardware decoding processor, or in the execution of a combination of hardware and software modules in a decoding processor. The software modules may be located in a random access memory, flash memory, read only memory, programmable read only memory, or electrically erasable programmable memory, registers, etc. as well known in the art. The storage medium is located in a memory 502, and the processor 501 reads information in the memory 502 and, in combination with its hardware, performs the steps of the method described above.
It is to be understood that the embodiments of the invention described herein may be implemented in hardware, software, firmware, middleware, microcode, or a combination thereof. For a hardware implementation, the processing units may be implemented within one or more application specific integrated circuits (ApplicationSpecificIntegratedCircuits, ASIC), digital signal processors (DigitalSignalProcessing, DSP), digital signal processing devices (dspduevice, DSPD), programmable logic devices (ProgrammableLogicDevice, PLD), field programmable gate arrays (Field-ProgrammableGateArray, FPGA), general purpose processors, controllers, micro-controllers, microprocessors, other electronic units for performing the functions of the application, or a combination thereof.
For a software implementation, the techniques of embodiments of the present invention may be implemented with modules (e.g., procedures, functions, and so on) that perform the functions of embodiments of the present invention. The software codes may be stored in a memory and executed by the processor 501. The memory may be implemented within the processor 501 or external to the processor 501.
In one embodiment of the present application, a processor is specifically configured to: matching network element identification information of the instruction issuing task queue with connection pool information of each instruction issuing unit in the task issuing system, and determining a target instruction issuing unit corresponding to the instruction issuing task queue according to a matching result;
And determining a target network element long connection pool from a plurality of multi-instance network element long connection pools of the target instruction issuing unit.
In one embodiment of the present application, the connection pool information is network element identifier set information corresponding to all network element long connections included in the multiple multi-instance network element long connection pools in the instruction issuing unit; the processor is specifically configured to:
aiming at an instruction issuing task queue, sequentially matching network element identification information of the instruction issuing task queue with network element identification set information of each instruction issuing unit;
and determining a target instruction issuing unit corresponding to the instruction issuing task queue according to the successfully matched instruction issuing unit.
In one embodiment of the present application, a processor is specifically configured to: under the condition that a plurality of successfully matched instruction issuing units exist, determining the processing priority corresponding to each successfully matched instruction issuing unit according to the connection pool information of each successfully matched instruction issuing unit and the preset priority condition;
sequencing the processing priorities corresponding to the successfully matched instruction issuing units from high to low to obtain a target sequence, and taking the instruction issuing unit with the highest processing priority as a target instruction issuing unit.
In one embodiment of the present application, the processor is further configured to: and under the condition that the target instruction issuing unit is abnormal, eliminating the target instruction issuing unit in the target sequence, and taking the instruction issuing unit with the highest processing priority in the target sequence after eliminating the target instruction issuing unit as the target instruction issuing unit.
In one embodiment of the present application, a computer-readable storage medium is provided, on which a computer program is stored, which computer program, when being executed by a processor, carries out the steps of the method embodiments described above.
It should be noted that, user information (including but not limited to user equipment information, user personal information, etc.) and data (including but not limited to data for analysis, stored data, presented data, etc.) referred to in the present application are information and data authorized by the user or sufficiently authorized by each party.
Those skilled in the art will appreciate that implementing all or part of the above-described methods in accordance with the embodiments may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed may comprise the steps of the embodiments of the methods described above. Any reference to memory, database, or other medium used in the various embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, high density embedded nonvolatile Memory, resistive random access Memory (ReRAM), magnetic random access Memory (Magnetoresistive Random Access Memory, MRAM), ferroelectric Memory (Ferroelectric Random Access Memory, FRAM), phase change Memory (Phase Change Memory, PCM), graphene Memory, and the like. Volatile memory can include random access memory (Random Access Memory, RAM) or external cache memory, and the like. By way of illustration, and not limitation, RAM can be in the form of a variety of forms, such as static random access memory (Static Random Access Memory, SRAM) or dynamic random access memory (Dynamic Random Access Memory, DRAM), and the like. The databases referred to in the various embodiments provided herein may include at least one of relational databases and non-relational databases. The non-relational database may include, but is not limited to, a blockchain-based distributed database, and the like. The processors referred to in the embodiments provided herein may be general purpose processors, central processing units, graphics processors, digital signal processors, programmable logic units, quantum computing-based data processing logic units, etc., without being limited thereto.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The foregoing examples represent only a few embodiments of the present application, which are described in more detail and are not thereby to be construed as limiting the scope of the present application. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application shall be subject to the appended claims.

Claims (13)

1. A method for issuing a task, which is applied to a task issuing system, the method comprising:
receiving a shutdown service opening request, wherein the shutdown service opening request comprises network element identification information of a target network element;
generating an instruction issuing task corresponding to the shutdown service opening request, and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element;
Determining a target network element long connection pool corresponding to the instruction issuing task queue according to the network element identification information corresponding to the instruction issuing task queue;
and sending the instruction issuing task in the instruction issuing task queue to the target network element according to the target network element connection information in the target network element long connection pool.
2. The task issuing method according to claim 1, wherein the generating the instruction issuing task corresponding to the shutdown service activation request includes:
and generating a target instruction set corresponding to the shutdown service opening request through an instruction generating unit in the task issuing system, and packaging the target instruction set into the instruction issuing task.
3. The task issuing method according to claim 1, wherein the determining, according to the network element identification information corresponding to the instruction issuing task queue, a target network element long connection pool corresponding to the instruction issuing task queue includes:
matching the network element identification information of the instruction issuing task queue with the connection pool information of each instruction issuing unit in the task issuing system, and determining a target instruction issuing unit corresponding to the instruction issuing task queue according to a matching result;
And determining the target network element long connection pool in a plurality of multi-instance network element long connection pools of the target instruction issuing unit.
4. The task issuing method according to claim 3, wherein the connection pool information is network element identifier set information corresponding to all network element long connections included in a plurality of multi-instance network element long connection pools in the instruction issuing unit;
the step of matching the network element identification information of the instruction issuing task queue with the connection pool information of each instruction issuing unit in the task issuing system, and determining a target instruction issuing unit corresponding to the instruction issuing task queue according to a matching result, wherein the target instruction issuing unit comprises:
for one instruction issuing task queue, sequentially matching network element identification information of the instruction issuing task queue with network element identification set information of each instruction issuing unit;
and determining the target instruction issuing unit corresponding to the instruction issuing task queue according to the successfully matched instruction issuing unit.
5. The task issuing method according to claim 4, wherein the determining the target instruction issuing unit corresponding to the instruction issuing task queue according to the successfully matched instruction issuing unit includes:
Under the condition that a plurality of successfully matched instruction issuing units exist, determining the processing priority corresponding to each successfully matched instruction issuing unit according to the connection pool information of each successfully matched instruction issuing unit and the preset priority condition;
and sequencing the processing priority corresponding to each successfully matched instruction issuing unit from high to low to obtain a target sequence, and taking the instruction issuing unit with the highest processing priority as a target instruction issuing unit.
6. The task delivery method according to claim 5, characterized in that the method further comprises:
and under the condition that the target instruction issuing unit is abnormal, eliminating the target instruction issuing unit from the target sequence, and taking the instruction issuing unit with the highest processing priority in the target sequence with the target instruction issuing unit eliminated as the target instruction issuing unit.
7. The task delivery method according to any one of claims 1 to 6, wherein the total connection number of the target network element in the target network element long connection pool meets a preset network element limit connection number threshold condition.
8. A method according to claim 3, wherein the number of the multi-instance network element long connection pools in each instruction issuing unit in the task issuing system is plural, and the number of the network element identification types included in the network element identification set information of each instruction issuing unit in the task issuing system is plural.
9. A task issuing method according to claim 3, characterized in that the multi-instance network element long connection pool of each network element is distributed in at least two of said instruction issuing units.
10. A task issuing apparatus, characterized in that the apparatus comprises:
the receiving module is used for receiving a shutdown service opening request, wherein the shutdown service opening request comprises network element identification information of a target network element;
the first sending module is used for generating an instruction issuing task corresponding to the shutdown service opening request and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element;
the processing module is used for determining a target network element long connection pool corresponding to the instruction issuing task queue according to the network element identification information corresponding to the instruction issuing task queue;
and the second sending module is used for sending the instruction issuing task in the instruction issuing task queue to the target network element according to the target network element connection information in the target network element long connection pool.
11. A task delivery system, the system comprising:
An interface unit, configured to receive a shutdown service activation request, where the shutdown service activation request includes network element identification information of a target network element;
the instruction generating unit is used for generating an instruction issuing task corresponding to the shutdown service opening request and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element;
the instruction issuing unit is used for determining a target network element long connection pool corresponding to the instruction issuing task queue according to the network element identification information corresponding to the instruction issuing task queue; and sending the instruction issuing task in the instruction issuing task queue to the target network element according to the target network element connection information in the target network element long connection pool.
12. A communication device, comprising: a transmitter, a receiver, a processor and a memory, the memory storing a computer program;
the receiver is configured to receive a shutdown service activation request, where the shutdown service activation request includes network element identification information of a target network element;
the processor executes the computer program and is used for generating an instruction issuing task corresponding to the shutdown service opening request, and sending the instruction issuing task to an instruction issuing task queue corresponding to the target network element according to the network element identification information of the target network element; determining a target network element long connection pool corresponding to the instruction issuing task queue according to the network element identification information corresponding to the instruction issuing task queue;
The transmitter is configured to send the instruction issuing task in the instruction issuing task queue to the target network element according to the target network element connection information in the target network element long connection pool.
13. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 9.
CN202310780735.XA 2023-06-29 2023-06-29 Task issuing method, device, system and communication equipment Active CN116528300B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310780735.XA CN116528300B (en) 2023-06-29 2023-06-29 Task issuing method, device, system and communication equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310780735.XA CN116528300B (en) 2023-06-29 2023-06-29 Task issuing method, device, system and communication equipment

Publications (2)

Publication Number Publication Date
CN116528300A true CN116528300A (en) 2023-08-01
CN116528300B CN116528300B (en) 2023-09-29

Family

ID=87392468

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310780735.XA Active CN116528300B (en) 2023-06-29 2023-06-29 Task issuing method, device, system and communication equipment

Country Status (1)

Country Link
CN (1) CN116528300B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20180104449A (en) * 2017-03-13 2018-09-21 엔에이치엔엔터테인먼트 주식회사 System and method for ensuring processing order using message queue
CN110675058A (en) * 2019-09-24 2020-01-10 中国联合网络通信集团有限公司 Work order processing method, electronic device, storage medium and system
CN114244894A (en) * 2021-12-20 2022-03-25 中国电信股份有限公司 Halt and recovery service processing method and system, computer storage medium and electronic equipment
CN116016531A (en) * 2022-12-09 2023-04-25 中盈优创资讯科技有限公司 Batch shutdown processing method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20180104449A (en) * 2017-03-13 2018-09-21 엔에이치엔엔터테인먼트 주식회사 System and method for ensuring processing order using message queue
CN110675058A (en) * 2019-09-24 2020-01-10 中国联合网络通信集团有限公司 Work order processing method, electronic device, storage medium and system
CN114244894A (en) * 2021-12-20 2022-03-25 中国电信股份有限公司 Halt and recovery service processing method and system, computer storage medium and electronic equipment
CN116016531A (en) * 2022-12-09 2023-04-25 中盈优创资讯科技有限公司 Batch shutdown processing method and device

Also Published As

Publication number Publication date
CN116528300B (en) 2023-09-29

Similar Documents

Publication Publication Date Title
CN108462760B (en) Electronic device, automatic cluster access domain name generation method and storage medium
US11442790B2 (en) Resource scheduling system, method and server for ensuring high availability of services
US9043872B2 (en) Selective management controller authenticated access control to host mapped resources
KR20210027400A (en) Implementation of compliance settings by mobile devices to comply with configuration scenarios
CN109800083B (en) Method, device, system and storage medium for micro-service collaborative call
CN112650576A (en) Resource scheduling method, device, equipment, storage medium and computer program product
CN111897633A (en) Task processing method and device
CN111338779B (en) Resource allocation method, device, computer equipment and storage medium
CN110162344B (en) Isolation current limiting method and device, computer equipment and readable storage medium
CN112395107A (en) Tax control equipment control method and device, storage medium and electronic equipment
CN112433863A (en) Micro-service calling method and device, terminal equipment and storage medium
CN112685148A (en) Asynchronous communication method and device of mass terminals, computer equipment and storage medium
CN115904761A (en) System on chip, vehicle and video processing unit virtualization method
CN113191889A (en) Wind control configuration method, configuration system, electronic device and readable storage medium
KR20210040322A (en) Scheduling method and apparatus, device and storage medium
CN116528300B (en) Task issuing method, device, system and communication equipment
CN111767126A (en) System and method for distributed batch processing
CN114817107B (en) PCIE equipment switching system, method and device, computer equipment and storage medium
CN112564979B (en) Execution method and device of construction task, computer equipment and storage medium
CN113360172B (en) Application deployment method, device, computer equipment and storage medium
CN112948118B (en) Edge computing method, platform, computer device and readable storage medium
CN112256384B (en) Service set processing method and device based on container technology and computer equipment
CN110597682B (en) Application deployment method and device, computer equipment and storage medium
CN113055199B (en) Gateway access method and device and gateway equipment
CN114374657A (en) Data processing method and device

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
GR01 Patent grant
GR01 Patent grant