Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old exceptions should be zipped into an archive that has the date of the occurance as name #1

Open
paxuclus opened this issue Jan 24, 2020 · 0 comments

Comments

@paxuclus
Copy link
Owner

If archiveThreshold is greater than 0, it is possible for exceptions to land in an incorrect archive.

If for example the archiveThreshold is 9 and at 11:59:59PM there are 9 exceptions, they will be packed into the zip for the next day, as the threshold was not reached yet.

Instead, exceptions should be zipped based on their filemtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant