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

Fixed bug in zbx_drop_old_partitions. Fixes #2 #3

Closed
wants to merge 1 commit into from

Conversation

cavaliercoder
Copy link
Collaborator

The zbx_drop_old_partitions function was failing as the current
partition would always be evaulated, was seen to expire in the
future and would cause an exception to be raised. This logic is now
only executed if the partion is actually scehduled for deletion.

This addresses Issue #2

The `zbx_drop_old_partitions` function was failing as the current
partition would always be evaulated, was seen to expire in the
future and would cause an exception to be raised. This logic is now
only executed if the partion is actually scehduled for deletion.
@cavaliercoder
Copy link
Collaborator Author

Got a little distracted...

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

Successfully merging this pull request may close these issues.

1 participant