-
I'm currently working on a project that's an e-commerce platform. We are planning to add a credit-like feature, in which the user can add items to the cart, and at checkout, they can choose either 'pa…
-
Hi I have not found anything in the documentation is it possible to execute N requests in parallel? How can I do is there any parameter in the configuration?
-
We are currently using the libcurl ["easy" interface](https://curl.se/libcurl/c/libcurl-easy.html) which only provides for a single **blocking** operation. If you have multiple threads, you can create…
-
At the moment, decompression is performed in `CallbackCurlData()` function - which is sequentially executed by `MainDownload` thread.
Better would be if the threads executing the `Fetch()` request …
-
Add a module that will run questions in parallel.
Use asyncio within a new class in a new module called something like `parallel`.
Sandbox the feature so that it can be turned on and off via
*…
-
Hi,
Just a quick question (hopefully). I have just tested the CEEN library using the timeofday example in your notes. The server works well but when ramping up the requests, it seems that I cannot …
-
Need to retain ordering but the partition key could be used for separate in-flight requests if necessary.
-
How do you think about parallel requests feature?
faraday:
https://github.com/lostisland/faraday/wiki/Parallel-requests
curb:
https://github.com/taf2/curb#multi-interface-basic-http-get
-
We have some logic in pyhooks to log pauses when an agent's requests to Vivaria come back with a 429 or a similar retryable status code. However, this logic assumes that multiple parallel generation r…
-
### Describe the issue you're facing
On multiple parallel requests to the API are made (so that the client throttling is triggered) the the fetch params are not passed correctly to the `fetch` functi…