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

allow disabling of auto-resize of crawler pods #1964

Merged
merged 3 commits into from
Jul 24, 2024
Merged

allow disabling of auto-resize of crawler pods #1964

merged 3 commits into from
Jul 24, 2024

Commits on Jul 23, 2024

  1. allow disable auto-resize of crawler pod:

    - only enable if 'enable_auto_resize' is true, default to false
    - if true, adjust memory request as request * 1.2 limit is approached (current behavior)
    - if false, set memory limit to max_crawler_memory and never adjust memory request
    ikreymer committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    efd7f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a8edb1 View commit details
    Browse the repository at this point in the history
  3. fix typos

    ikreymer committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d849288 View commit details
    Browse the repository at this point in the history