You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the Apify Request Queue storage client (both in the v2 and v3 versions of the SDK) is not resilient to concurrent processing scenarios, which leads to flaky behavior in tests that simulate parallel workers. This is evident in test_concurrent_processing_simulation, which has been skipped.