apify-sdk-python
apify-sdk-python copied to clipboard
chore: Use `shared` mode `ApifyStorageClient` for `test_concurrent_processing_simulation`
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