⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@taurus-forever
Copy link
Contributor

@taurus-forever taurus-forever commented Jan 14, 2026

Issue

At the moment charm action list-backups executes minutes on S3 buckets with hundreds backups,
while some common backups have thousand of backups causing action timeout.

The often config is hold backups for 30 days with nightly full backup and incremental backup each 15 minutes.

Solution

List S3 content recursively for archive part only. It will be enough to generate Timelines list.
This will skip the biggest neighbor folder backups, which used to eat most of the time in _list_timelines().

Checklist

  • I have added or updated any relevant documentation.
  • I have cleaned any remaining cloud resources from my accounts.

@github-actions github-actions bot added the Libraries: Out of sync The charm libs used are out-of-sync label Jan 14, 2026
@codecov
Copy link

codecov bot commented Jan 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.07%. Comparing base (37da95b) to head (bd1cafe).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1375   +/-   ##
=======================================
  Coverage   76.07%   76.07%           
=======================================
  Files          16       16           
  Lines        4314     4314           
  Branches      665      665           
=======================================
  Hits         3282     3282           
  Misses        801      801           
  Partials      231      231           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Libraries: Out of sync The charm libs used are out-of-sync

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants