Changes for page Batch запити

Last modified by Ashterix on 2024/05/16 18:58

From version 3.1
edited by Ashterix
on 2024/05/16 18:56
Change comment: There is no comment for this version
To version 2.1
edited by Ashterix
on 2024/05/16 17:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -206,7 +206,7 @@
206 206  
207 207  When receiving an array of requests, the RPC Server creates a queue of [[Symfony Process>>https://symfony.com/doc/current/components/process.html]], i.e., it runs CLI commands that are processed asynchronously. In a while loop, the state of the processes is checked, and if a result is obtained, it is added to the response array. If there is no response before the timeout expires, an error is returned indicating that the request was not processed.
208 208  
209 -== Algorithm ==
209 +== Algorithm: ==
210 210  
211 211  * The batch request is split into individual requests, each of which is added to the queue.
212 212  * The queue is checked in a loop for the presence of objects.
... ... @@ -238,3 +238,4 @@
238 238  {{/code}}
239 239  
240 240  This allows you to adjust the duration of waiting for results for methods that might take longer to execute, which can be important for processing certain requests.
241 +