Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: notify autoscaled pool about newly added requests #2400

Merged
merged 2 commits into from Apr 3, 2024

Commits on Apr 2, 2024

  1. fix: notify autoscaled pool about newly added requests

    Notify AutoscaledPool when calling `crawler.addRequests()`. This is important for crawlers in `keepAlive` mode that might have an empty queue and we don't want to wait till the next scheduled check (which might come in as much as 500ms by default).
    
    Related: https://apify.slack.com/archives/CD0SF6KD4/p1711660060498849
    B4nan committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0193c3d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    25ad331 View commit details
    Browse the repository at this point in the history