Skip to content

Silence unpickle errors in accounting daemon for Archives without meta.pck#602

Open
jonasbardino wants to merge 1 commit into
nextfrom
adjust/accounting-to-be-quieter-about-archives-without-meta-file
Open

Silence unpickle errors in accounting daemon for Archives without meta.pck#602
jonasbardino wants to merge 1 commit into
nextfrom
adjust/accounting-to-be-quieter-about-archives-without-meta-file

Conversation

@jonasbardino

Copy link
Copy Markdown
Contributor

Use allow_missing flag to unpickle call so that accounting only warns about Archives without meta.pck file rather than reporting unpickle error and warning. Then the resulting empty meta dict will result in the warning and skip as suggested in #601.

… about

Archives without `meta.pck` file rather than reporting unpickle error and
warning.
@jonasbardino jonasbardino self-assigned this Jul 17, 2026
@jonasbardino jonasbardino added the enhancement New feature or request label Jul 17, 2026
@jonasbardino

Copy link
Copy Markdown
Contributor Author

Looking at the code it appears it only does accounting for legacy Archives in freeze_home/Archive-XYZ123, btw. That should be extended to also cover modern ones in freeze_home/USER_ID/Archive-XYZ123 if so.

@jonasbardino
jonasbardino marked this pull request as ready for review July 17, 2026 08:41
@jonasbardino
jonasbardino requested a review from Martin-Rehr July 17, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Accounting daemon should back off or quietly skip Archives without meta.pck file

1 participant