browsertrix/backend/btrixcloud/operator
Ilya Kreymer ec74eb4242
operator: add 'max_crawler_memory' to limit autosizing of crawler pods (#1746)
Adds a `max_crawler_memory` chart setting, which, if set, will
defines the upper crawler memory limit that crawler pods can be resized up to.
If not set, auto resizing is disabled and pods are always set to 'crawler_memory' memory
2024-04-24 15:16:32 +02:00
..
__init__.py
baseoperator.py operator: add 'max_crawler_memory' to limit autosizing of crawler pods (#1746) 2024-04-24 15:16:32 +02:00
bgjobs.py
crawls.py operator: add 'max_crawler_memory' to limit autosizing of crawler pods (#1746) 2024-04-24 15:16:32 +02:00
cronjobs.py QA Runs Initial Backend Implementation (#1586) 2024-03-20 22:42:16 -07:00
models.py operator state fixes (follow up fomr #1639) (#1640) 2024-03-29 15:12:16 -07:00
profiles.py