browsertrix/backend/btrixcloud/templates
Ilya Kreymer 6dc452ebad
Storage Refactor: Replication + Custom Storage Support (#1296)
- Refactors storage to support replicas + custom storages on the Org.
- There is a default primary + replica storage, while an Org can also have
primary and replica storages.
- StorageRef object is used to store references to default and custom
storage.

- CrawlFile has been updated to contain a StorageRef instead of a
def_storage_name, which references
either a default storage (in StorageOps) or custom storage (in
Organization)
- There is also a 'replicas' Optional[List[StorageRef]] which contains
replicas, if any.
- CrawlFileOut contain a numReplicas for how many replicas exist for
a given file.
- Migration: migration 0020 added to migrate existing Orgs, CrawlFile and ProfileFile objects to new storage system (CrawlFile and ProfileFile now extend BaseFile)


Part of #1262

---------
Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
2023-10-26 21:44:09 -07:00
..
crawl_cron_job.yaml Scheduled Crawl Refactor: Handle via Operator + Add Skipped Crawls on Quota Reached (#1162) 2023-09-12 13:05:43 -07:00
crawl_job.yaml Storage Refactor: Replication + Custom Storage Support (#1296) 2023-10-26 21:44:09 -07:00
crawler.yaml Storage Refactor: Replication + Custom Storage Support (#1296) 2023-10-26 21:44:09 -07:00
profile_job.yaml Storage Refactor: Replication + Custom Storage Support (#1296) 2023-10-26 21:44:09 -07:00
profilebrowser.yaml Storage Refactor: Replication + Custom Storage Support (#1296) 2023-10-26 21:44:09 -07:00
redis.yaml Track pod resource usage, detect OOM crashes, handle auto-scaling (#1235) 2023-10-05 20:41:18 -07:00