Skip to content

Commit

Permalink
feat(house_keeper): Remove GCS Blob Cleaner (#321)
Browse files Browse the repository at this point in the history
# What ❔

This feature is replaced with a 30 days TTL policy in GCS. The policy is
already applied, this work cleans unnecessary component on core side.

## Why ❔

Unnecessary work on infra resources. Additionally, the implementation
closely ties the codebase to GCS.

## Checklist

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
  • Loading branch information
EmilLuta committed Nov 7, 2023
1 parent 72b4435 commit 9548914
Show file tree
Hide file tree
Showing 10 changed files with 121 additions and 511 deletions.
1 change: 0 additions & 1 deletion core/lib/config/src/configs/house_keeper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use serde::Deserialize;
#[derive(Debug, Deserialize, Clone, PartialEq)]
pub struct HouseKeeperConfig {
pub l1_batch_metrics_reporting_interval_ms: u64,
pub blob_cleaning_interval_ms: u64,
pub gpu_prover_queue_reporting_interval_ms: u64,
pub prover_job_retrying_interval_ms: u64,
pub prover_stats_reporting_interval_ms: u64,
Expand Down
Loading

0 comments on commit 9548914

Please sign in to comment.