releases.shpreview
Apify/Crawlee/v2.3.0

v2.3.0

$npx -y @buildinternet/releases show rel_WXDmc93-Gq3raQlEWY8gu

What's Changed

0 concurrency mitigation

This release should resolve the 0 concurrency bug by automatically resetting the internal RequestQueue state after 5 minutes of inactivity.

We now track last activity done on a RequestQueue instance:

  • added new request
  • started processing a request (added to inProgress cache)
  • marked request as handled
  • reclaimed request

If we don't detect one of those actions in last 5 minutes, and we have some requests in the inProgress cache, we try to reset the state. We can override this limit via APIFY_INTERNAL_TIMEOUT env var.

This should finally resolve the 0 concurrency bug, as it was always about stuck requests in the inProgress cache.

New Contributors

Full Changelog: https://github.com/apify/apify-js/compare/v2.2.2...v2.3.0

Fetched April 11, 2026