aboutsummaryrefslogtreecommitdiff
path: root/src/model/s3/lifecycle_worker.rs
Commit message (Collapse)AuthorAgeFilesLines
* garage_db: refactor transactions and add on_commit mechanismAlex Auvolat2023-09-211-6/+2
|
* lifecycle: fix SkipBucket bugAlex Auvolat2023-09-061-4/+5
|
* lifecycle worker: correct small clippy lintsAlex Auvolat2023-09-041-3/+3
|
* lifecycle worker: don't get stuck on non-existent bucketAlex Auvolat2023-08-311-5/+16
|
* lifecycle worker: fix potential inifinite loopAlex Auvolat2023-08-311-1/+4
|
* lifecycle worker: add log message when startingAlex Auvolat2023-08-311-16/+16
|
* lifecycle worker: use queue_insert and process objects in batchesAlex Auvolat2023-08-311-36/+45
|
* lifecycle worker: mitigate potential bugs + refactoringAlex Auvolat2023-08-311-20/+31
|
* lifecycle worker: take into account disabled rulesAlex Auvolat2023-08-301-1/+5
|
* lifecycle worker: avoid building chrono's serde featureAlex Auvolat2023-08-301-10/+10
|
* lifecycle config: store date as given, try to debugAlex Auvolat2023-08-301-1/+8
|
* lifecycle worker: add loggingAlex Auvolat2023-08-301-0/+8
|
* lifecycle worker: skip entire bucket when no lifecycle config is setAlex Auvolat2023-08-301-6/+22
|
* lifecycle worker: implement main functionalityAlex Auvolat2023-08-301-5/+97
|
* lifecycle: skeleton for lifecycle workerAlex Auvolat2023-08-301-0/+252