Due to some API calls having too long default timeout, the crawlers can "freeze" for several minutes waiting for api call. In Python version this was fixed by reducing the default timeout for some endpoints and increasing the timeout in case of retries.
See Python implementation for context: apify/apify-client-python#384
Original issue: apify/crawlee-python#1132