CN115967677A - Flow control method, device and equipment for service call and storage medium - Google Patents

Flow control method, device and equipment for service call and storage medium Download PDF

Info

Publication number
CN115967677A
CN115967677A CN202211677038.3A CN202211677038A CN115967677A CN 115967677 A CN115967677 A CN 115967677A CN 202211677038 A CN202211677038 A CN 202211677038A CN 115967677 A CN115967677 A CN 115967677A
Authority
CN
China
Prior art keywords
service
token
tokens
provider
utilization rate
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211677038.3A
Other languages
Chinese (zh)
Inventor
胡彭勇
高熹见
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Pudong Development Bank Co Ltd
Original Assignee
Shanghai Pudong Development Bank 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 Shanghai Pudong Development Bank Co Ltd filed Critical Shanghai Pudong Development Bank Co Ltd
Priority to CN202211677038.3A priority Critical patent/CN115967677A/en
Publication of CN115967677A publication Critical patent/CN115967677A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The embodiment of the invention discloses a flow control method, a flow control device, flow control equipment and a storage medium for service calling. The method comprises the following steps: in the service calling process, detecting the utilization rate of the service token within a set time length; wherein the service token comprises a caller token and/or a provider token; judging whether the utilization rate exceeds a first set threshold value or not; if the utilization rate exceeds a first set threshold value, adjusting the number of the service tokens; and carrying out service calling based on the adjusted service token. According to the flow control method for service invocation provided by the embodiment of the invention, when the utilization rate of the service tokens in the set duration exceeds the first set threshold value, the number of the service tokens is adjusted, the situation that the service tokens are jammed when the service request amount is suddenly increased can be prevented, and the delay of the service request is reduced.

Description

Flow control method, device and equipment for service call and storage medium
Technical Field
The embodiment of the invention relates to the technical field of service invocation, in particular to a method, a device, equipment and a storage medium for controlling the flow of service invocation.
Background
Flow control means that some measure is taken to limit the number of access requests when a resource becomes a bottleneck in the case of limited resources. When a service caller requests, the service caller acquires a caller token, allows the request to enter a cache queue according to whether the token is acquired, acquires a provider token from a flow controller again before the request is forwarded, and forwards the request to the provider from the cache queue according to whether the token is acquired. This approach can cause token congestion in the face of sudden and violent requests, and although effective in protecting enterprise applications, it directly limits the service capabilities of applications to some extent without flexible adjustment space in the case of prevailing virtualization and containerization techniques.
Disclosure of Invention
Embodiments of the present invention provide a method, an apparatus, a device, and a storage medium for controlling a flow of service invocation, which dynamically adjust the number of tokens and reduce delay of a service request.
In a first aspect, an embodiment of the present invention provides a method for controlling a flow of a service call, including:
in the service calling process, detecting the utilization rate of the service token within a set time length; wherein the service token comprises a caller token and/or a provider token;
judging whether the utilization rate exceeds a first set threshold value or not;
if the utilization rate exceeds a first set threshold value, adjusting the number of the service tokens;
and carrying out service calling based on the adjusted service token.
In a second aspect, an embodiment of the present invention further provides a flow control device for service invocation, including:
the service token utilization rate detection module is used for detecting the utilization rate of the service token within a set time length in the service calling process; wherein the service token comprises a caller token and/or a provider token;
the judging module is used for judging whether the utilization rate exceeds a first set threshold value or not;
the service token adjusting module is used for adjusting the number of the service tokens if the utilization rate exceeds a first set threshold value;
and the service calling module is used for calling the service based on the adjusted service token.
In a third aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores a computer program executable by the at least one processor, the computer program being executed by the at least one processor to enable the at least one processor to execute the method for flow control of service calls according to an embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, where computer instructions are stored, and the computer instructions are configured to, when executed by a processor, implement a flow control method for a service call according to an embodiment of the present invention.
In a fifth aspect, an embodiment of the present invention further provides a computer program product, which includes a computer program, where the computer program is configured to implement the method for controlling flow of service call according to the embodiment of the present invention when executed by a processor.
The embodiment of the invention discloses a flow control method, a flow control device, flow control equipment and a storage medium for service calling. In the service calling process, detecting the utilization rate of the service token within a set time length; wherein the service token comprises a caller token and/or a provider token; judging whether the utilization rate exceeds a first set threshold value or not; if the utilization rate exceeds a first set threshold value, adjusting the number of the service tokens; and carrying out service calling based on the adjusted service token. According to the flow control method for service invocation provided by the embodiment of the invention, when the utilization rate of the service tokens in the set duration exceeds the first set threshold value, the number of the service tokens is adjusted, the situation that the service tokens are jammed when the service request amount is suddenly increased can be prevented, and the delay of the service request is reduced.
Drawings
Fig. 1 is a flowchart of a flow control method for service invocation in a first embodiment of the present invention;
FIG. 2 is a flow chart illustrating adjusting the number of service tokens according to one embodiment of the present invention;
FIG. 3 is a diagram illustrating a service invocation according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a flow control device for service invocation in the second embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device in a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a flow control method for service invocation according to an embodiment of the present invention, where this embodiment is applicable to a case where flow is controlled during a service invocation process, and the method may be executed by a flow control device for service invocation, where the device may be implemented in a form of software and/or hardware, and optionally implemented by an electronic device, where the electronic device may be a mobile terminal, a PC end, a server, or the like. As shown in fig. 1, the method specifically includes the following steps:
s110, in the service calling process, the utilization rate of the service token in the set time length is detected.
Wherein the service token comprises a caller token and/or a provider token. The procedure of the service invocation may be understood as a procedure in which the service invoker requests a service from the service provider. The service token is pre-configured in the traffic controller and can be understood as a pass when invoking the service. The usage rate of the service tokens may be understood as the ratio between the number of used service tokens and the total number of service tokens. A set duration may be understood as a period.
In this embodiment, in the service invoking process, the usage rate of the service token is detected at regular time, so as to obtain the usage rates of a plurality of service tokens within a set time length.
S120, judging whether the utilization rate exceeds a first set threshold value.
The first set threshold may be a preset value, for example: and may be any value between 90% and 100%. In this embodiment, the usage rate within the set duration includes a plurality of usage rates; the determination of whether the usage rate exceeds the first set threshold may be understood as: judging whether the occupation ratio exceeding a first set threshold value in the plurality of utilization rates is larger than a second set threshold value; and if the occupation ratio is greater than a second set threshold, the utilization rate exceeds a first set threshold.
The second set threshold may be a preset value, for example: and may be any value between 80% and 100%. The percentage of the plurality of usage rates that exceeds the first set threshold value being greater than the second set threshold value may be understood as the usage rate continuing to be greater than the first set threshold value for a set length of time, indicating a greater amount of current service requests. For example, assuming that 10 usage values are detected within a set time period, 9 of the usage values exceed a first set threshold, that is, the proportion of the usage exceeding the first set threshold is 90%, and assuming that a second set threshold is set to 85%, 90% > 85% indicates that the current service request amount is large.
And S130, if the utilization rate exceeds a first set threshold value, adjusting the number of the service tokens.
In this embodiment, if the usage exceeds the first set threshold, it indicates that the current service request amount is large, and in order to prevent the service tokens from being congested, the number of service tokens in the flow controller needs to be adjusted here.
In this embodiment, the manner of adjusting the number of service tokens may be: judging whether the provider is a micro service provider or not; if the provider is the micro-service provider, adjusting the number of the service tokens according to the total number of the instances of the micro-service and the number of the single-instance tokens; and if the provider is not the micro-service provider, increasing the service tokens according to a set proportion.
The number of tokens of a single instance may be understood as the number of tokens corresponding to one micro service instance. Specifically, the manner of adjusting the number of the service tokens according to the total number of instances of the microservice and the number of single-instance tokens may be: carrying out multiplication operation on the total number of instances of the micro-service and the number of tokens of a single instance to obtain a target number of tokens; the number of service tokens is adjusted to a target token number.
The calculation formula of the target token number may be expressed as: target token count = total number of instances of microservice × number of single-instance tokens. In this embodiment, the number of the service tokens is dynamically adjusted according to the total number of the instances of the micro-service and the number of the single-instance tokens, so that the number of the service tokens can be quickly and accurately adjusted.
The setting ratio may be a preset value, for example, any value between 20% and 40%. Specifically, increasing the number of service tokens according to a set ratio can be understood as: and multiplying the set proportion by the number of the service tokens currently existing to obtain the number of the service tokens to be increased, and adding the number of the service tokens to the flow controller. For example, assuming that the number of currently existing service tokens is m, and the setting ratio is set to 30%, the number of service tokens to be added is 30% m, and the final number of service tokens is m +30% m.
Optionally, the manner of increasing the number of service tokens according to the set proportion may be: and if the accumulated increasing times of the service tokens do not reach the set time threshold, increasing the number of the service tokens according to the set proportion.
The accumulated increase number may be understood as the number of adjustments that the number of service tokens in the traffic controller passes from the initial configuration to the current time. The set number threshold may be preset. In this embodiment, if the cumulative number of times of increase of the service tokens does not reach the set number threshold, the number of the service tokens is increased according to the set proportion, and if the cumulative number of times of increase of the service tokens reaches the set number threshold, the number of the service tokens is not adjusted. In this embodiment, the number of times of increasing the number of service tokens is limited, so that the problem that the service system is under excessive pressure and is rushed due to unlimited increase of the service tokens can be prevented.
Specifically, fig. 2 is a flowchart of adjusting the number of service tokens in this embodiment, and as shown in fig. 2, service invocation is started, when a service token is applied, it is determined whether the usage rate of the service token exceeds a first set threshold, if so, it is determined whether a provider is a microservice provider, if so, the number of service tokens is adjusted according to the total number of instances of the microservice and the number of single-instance tokens, and if not, the number of service tokens is increased according to a set proportion.
And S140, calling the service based on the adjusted service token.
In this embodiment, the process of performing service invocation based on the adjusted service token may be: distributing the adjusted caller token to a request sent by a caller; storing the request distributed to the caller token into a message queue for queuing; when the request queuing is finished, distributing the adjusted provider token to the request; the request assigned to the provider token is sent to the provider.
Fig. 3 is a schematic diagram of a service invocation in this embodiment, as shown in fig. 3, after receiving a request sent by a service caller, an enterprise integration platform acquires a caller token from an access traffic controller, the caller token adjusted by the access traffic controller is allocated to the request, and queues a request access message queue allocated to the caller token, and after the request is queued, acquires a provider token from an egress traffic controller, and the egress traffic controller allocates the adjusted provider token to the request, and sends the request allocated to the provider token to a service provider after the request is queued out of a cache queue.
According to the technical scheme of the embodiment, in the service calling process, the utilization rate of the service token in a set time length is detected; wherein the service token comprises a caller token and/or a provider token; judging whether the utilization rate exceeds a first set threshold value or not; if the utilization rate exceeds a first set threshold value, adjusting the number of the service tokens; and carrying out service calling based on the adjusted service token. According to the flow control method for service invocation provided by the embodiment of the invention, when the utilization rate of the service tokens in the set duration exceeds the first set threshold value, the number of the service tokens is adjusted, the situation that the service tokens are jammed when the service request amount is suddenly increased can be prevented, and the delay of the service request is reduced.
Example two
Fig. 4 is a schematic structural diagram of a flow control device for service invocation according to a second embodiment of the present invention, as shown in fig. 4, the device includes:
a service token utilization rate detection module 410, configured to detect a utilization rate of a service token within a set duration in a service invocation process; wherein the service token comprises a caller token and/or a provider token;
a determining module 420, configured to determine whether the usage rate exceeds a first set threshold;
a service token adjusting module 430, configured to adjust the number of service tokens if the usage rate exceeds a first set threshold;
and a service calling module 440, configured to make a service call based on the adjusted service token.
Optionally, the usage rate within the set duration includes a plurality of usage rates; the determining module 420 is further configured to:
judging whether the occupation ratio of the multiple utilization rates exceeding a first set threshold value is larger than a second set threshold value or not;
and if the occupation ratio is greater than a second set threshold, the utilization ratio exceeds a first set threshold.
Optionally, the service token adjusting module 430 is further configured to:
judging whether the provider is a micro service provider or not;
if the provider is the micro-service provider, adjusting the number of the service tokens according to the total number of the instances of the micro-service and the number of the single-instance tokens;
and if the provider is not the micro-service provider, increasing the number of the service tokens according to a set proportion.
Optionally, the service token adjusting module 430 is further configured to:
carrying out multiplication operation on the total number of instances of the micro-service and the number of tokens of the single instance to obtain a target number of tokens;
the number of service tokens is adjusted to a target token number.
Optionally, the service token adjusting module 430 is further configured to:
and if the accumulated increasing times of the service tokens do not reach the set time threshold, increasing the number of the service tokens according to the set proportion.
Optionally, the service invoking module 440 is further configured to:
distributing the adjusted caller token to a request sent by a caller;
storing the request distributed to the caller token into a message queue for queuing;
when the request queuing is finished, distributing the adjusted provider token to the request;
the request assigned to the provider token is sent to the provider.
The device can execute the methods provided by all the embodiments of the invention, and has corresponding functional modules and beneficial effects for executing the methods. For details not described in detail in this embodiment, reference may be made to the methods provided in all the foregoing embodiments of the present invention.
EXAMPLE III
FIG. 5 illustrates a schematic diagram of an electronic device 10 that may be used to implement an embodiment of the invention. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The electronic device may also represent various forms of mobile devices, such as personal digital assistants, cellular phones, smart phones, wearable devices (e.g., helmets, glasses, watches, etc.), and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the inventions described and/or claimed herein.
As shown in fig. 5, the electronic device 10 includes at least one processor 11, and a memory communicatively connected to the at least one processor 11, such as a Read Only Memory (ROM) 12, a Random Access Memory (RAM) 13, and the like, wherein the memory stores a computer program executable by the at least one processor, and the processor 11 can perform various suitable actions and processes according to the computer program stored in the Read Only Memory (ROM) 12 or the computer program loaded from a storage unit 18 into the Random Access Memory (RAM) 13. In the RAM 13, various programs and data necessary for the operation of the electronic apparatus 10 can also be stored. The processor 11, the ROM 12, and the RAM 13 are connected to each other via a bus 14. An input/output (I/O) interface 15 is also connected to bus 14.
A number of components in the electronic device 10 are connected to the I/O interface 15, including: an input unit 16 such as a keyboard, a mouse, or the like; an output unit 17 such as various types of displays, speakers, and the like; a storage unit 18 such as a magnetic disk, an optical disk, or the like; and a communication unit 19 such as a network card, modem, wireless communication transceiver, etc. The communication unit 19 allows the electronic device 10 to exchange information/data with other devices via a computer network such as the internet and/or various telecommunication networks.
The processor 11 may be a variety of general and/or special purpose processing components having processing and computing capabilities. Some examples of processor 11 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various processors running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, or the like. The processor 11 performs the various methods and processes described above, such as the flow control method of the service call.
In some embodiments, the flow control method of the service call may be implemented as a computer program tangibly embodied in a computer-readable storage medium, such as storage unit 18. In some embodiments, part or all of the computer program may be loaded and/or installed onto the electronic device 10 via the ROM 12 and/or the communication unit 19. When the computer program is loaded into RAM 13 and executed by processor 11, one or more steps of the flow control method of the service call described above may be performed. Alternatively, in other embodiments, the processor 11 may be configured by any other suitable means (e.g., by means of firmware) to execute the flow control method of the service call.
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuitry, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), system on a chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, receiving data and instructions from, and transmitting data and instructions to, a storage system, at least one input device, and at least one output device.
Computer programs for implementing the methods of the present invention can be written in any combination of one or more programming languages. These computer programs may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the computer programs, when executed by the processor, cause the functions/acts specified in the flowchart and/or block diagram block or blocks to be performed. A computer program can execute entirely on a machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of the present invention, a computer-readable storage medium may be a tangible medium that can contain, or store a computer program for use by or in connection with an instruction execution system, apparatus, or device. A computer readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. Alternatively, the computer readable storage medium may be a machine readable signal medium. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on an electronic device having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) by which a user can provide input to the electronic device. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user can be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic, speech, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a back-end component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), blockchain networks, and the internet.
The computing system may include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so that the defects of high management difficulty and weak service expansibility in the traditional physical host and VPS service are overcome.
It should be understood that various forms of the flows shown above may be used, with steps reordered, added, or deleted. For example, the steps described in the present invention may be executed in parallel, sequentially, or in different orders, and are not limited herein as long as the desired results of the technical solution of the present invention can be achieved.
The above-described embodiments should not be construed as limiting the scope of the invention. It should be understood by those skilled in the art that various modifications, combinations, sub-combinations and substitutions may be made, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for controlling flow of service call, comprising:
in the service calling process, detecting the utilization rate of the service token within a set time length; wherein the service token comprises a caller token and/or a provider token;
judging whether the utilization rate exceeds a first set threshold value or not;
if the utilization rate exceeds a first set threshold value, adjusting the number of the service tokens;
and carrying out service calling based on the adjusted service token.
2. The method of claim 1, wherein the usage rate for a set duration comprises a plurality; judging whether the utilization rate exceeds a first set threshold value or not, including:
judging whether the occupation ratio exceeding a first set threshold value in the plurality of utilization rates is larger than a second set threshold value;
and if the occupation ratio is greater than a second set threshold, the utilization rate exceeds a first set threshold.
3. The method of claim 1, wherein adjusting the number of service tokens comprises:
judging whether the provider is a micro-service provider or not;
if the provider is a micro-service provider, adjusting the number of the service tokens according to the total number of the instances of the micro-service and the number of the single-instance tokens;
and if the provider is not the micro-service provider, increasing the number of the service tokens according to a set proportion.
4. The method of claim 3, wherein adjusting the number of service tokens based on the total number of instances of the microservice and the number of single-instance tokens comprises:
carrying out multiplication operation on the total number of the instances of the micro-service and the number of the tokens of the single instance to obtain a target token number;
and adjusting the number of the service tokens to the target token number.
5. The method of claim 3, wherein increasing the number of service tokens by a set ratio comprises:
and if the accumulated increasing times of the service tokens do not reach a set time threshold value, increasing the number of the service tokens according to a set proportion.
6. The method of claim 1, wherein making the service call based on the adjusted service token comprises:
distributing the adjusted caller token to a request sent by a caller;
storing the request distributed to the caller token in a message queue for queuing;
when the request queuing is finished, distributing the adjusted provider token to the request;
sending the request assigned to the provider token to a provider.
7. A flow control apparatus for service invocation, comprising:
the service token utilization rate detection module is used for detecting the utilization rate of the service token within a set time length in the service calling process; wherein the service token comprises a caller token and/or a provider token;
the judging module is used for judging whether the utilization rate exceeds a first set threshold value or not;
the service token adjusting module is used for adjusting the number of the service tokens if the utilization rate exceeds a first set threshold value;
and the service calling module is used for calling the service based on the adjusted service token.
8. An electronic device, characterized in that the electronic device comprises:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein, the first and the second end of the pipe are connected with each other,
the memory stores a computer program executable by the at least one processor to enable the at least one processor to perform the flow control method of a service call of any one of claims 1-6.
9. A computer-readable storage medium storing computer instructions for causing a processor to implement the method for flow control of service calls of any one of claims 1-6 when executed.
10. A computer program product comprising a computer program, characterized in that the computer program realizes the flow control method of a service call according to any one of claims 1-6 when executed by a processor.
CN202211677038.3A 2022-12-26 2022-12-26 Flow control method, device and equipment for service call and storage medium Pending CN115967677A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211677038.3A CN115967677A (en) 2022-12-26 2022-12-26 Flow control method, device and equipment for service call and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211677038.3A CN115967677A (en) 2022-12-26 2022-12-26 Flow control method, device and equipment for service call and storage medium

Publications (1)

Publication Number Publication Date
CN115967677A true CN115967677A (en) 2023-04-14

Family

ID=87352494

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211677038.3A Pending CN115967677A (en) 2022-12-26 2022-12-26 Flow control method, device and equipment for service call and storage medium

Country Status (1)

Country Link
CN (1) CN115967677A (en)

Similar Documents

Publication Publication Date Title
CN112559182B (en) Resource allocation method, device, equipment and storage medium
JP6480642B2 (en) Stochastic bandwidth adjustment
CN112422440B (en) Flow control method applied to server and related device
CN113407347B (en) Resource scheduling method, device, equipment and computer storage medium
CN112860974A (en) Computing resource scheduling method and device, electronic equipment and storage medium
CN113986497B (en) Queue scheduling method, device and system based on multi-tenant technology
CN112965823A (en) Call request control method and device, electronic equipment and storage medium
CN112887407B (en) Job flow control method and device for distributed cluster
CN114253683A (en) Task processing method and device, electronic equipment and storage medium
CN116661960A (en) Batch task processing method, device, equipment and storage medium
CN112615795A (en) Flow control method and device, electronic equipment, storage medium and product
CN115002033B (en) Flow control method, device, equipment, storage medium and computer product
CN117112222A (en) Request processing method and device, electronic equipment and storage medium
CN115967677A (en) Flow control method, device and equipment for service call and storage medium
CN116633879A (en) Data packet receiving method, device, equipment and storage medium
CN114327918B (en) Method and device for adjusting resource amount, electronic equipment and storage medium
CN112559183B (en) Computing resource management method, device, electronic equipment and storage medium
CN114265692A (en) Service scheduling method, device, equipment and storage medium
CN115567602A (en) CDN node back-to-source method, device and computer readable storage medium
CN114124820A (en) Flow control method and device, electronic equipment and storage medium
CN114374657A (en) Data processing method and device
CN114051057A (en) Method and device for determining queuing time of cloud equipment, electronic equipment and medium
CN115442432B (en) Control method, device, equipment and storage medium
CN116450915A (en) Application degradation method, device, electronic equipment and storage medium
CN114201708A (en) Resource processing method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination