browsertrix/backend/btrixcloud/operator
Ilya Kreymer e9aeff1836
add a 'stopped_org_readonly' state for crawls that are running while org is made read-only (#1977)
an org is made read-only while crawls are running:
- treat similar to other stopped_* states, do a graceful stop
- update UI to display "Stopped: Crawling Disabled" for this status
- don't add corresponding skipped status - just skip running crawls if org is read-only
2024-07-29 12:24:40 -07:00
..
__init__.py Refactor operator class into module (#1564) 2024-02-29 14:40:12 -08:00
baseoperator.py optimize org quota lookups (#1973) 2024-07-25 14:00:16 -07:00
bgjobs.py Refactor operator class into module (#1564) 2024-02-29 14:40:12 -08:00
crawls.py add a 'stopped_org_readonly' state for crawls that are running while org is made read-only (#1977) 2024-07-29 12:24:40 -07:00
cronjobs.py Fix for cronjob skipping response (#1976) 2024-07-29 12:24:18 -07:00
models.py add a 'stopped_org_readonly' state for crawls that are running while org is made read-only (#1977) 2024-07-29 12:24:40 -07:00
profiles.py Refactor operator class into module (#1564) 2024-02-29 14:40:12 -08:00