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

Implement method to run when a maintenance starts or ends #6

Closed
ajoaoff opened this issue Apr 22, 2020 · 0 comments
Closed

Implement method to run when a maintenance starts or ends #6

ajoaoff opened this issue Apr 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ajoaoff
Copy link
Collaborator

ajoaoff commented Apr 22, 2020

Methods below need to be implemented.

maintenance/models.py

Lines 141 to 147 in 50c63f2

def start_mw(self):
"""Actions taken when a maintenance window starts."""
pass
def end_mw(self):
"""Actions taken when a maintenance window finishes."""
pass

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

No branches or pull requests

1 participant