apify-sdk-python icon indicating copy to clipboard operation
apify-sdk-python copied to clipboard

chore: Use `shared` mode `ApifyStorageClient` for `test_concurrent_processing_simulation`

Open Mantisus opened this issue 1 month ago • 3 comments

Use ApifyStorageClient(request_queue_access='shared') for test_concurrent_processing_simulation. This is the expected usage for concurrent access. And fix the error in the test

Issues

Closes: #529

Mantisus avatar Nov 04 '25 15:11 Mantisus