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

Reuse maintenance window check for formplayer deploys #6192

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

gherceg
Copy link
Contributor

@gherceg gherceg commented Dec 21, 2023

I deployed formplayer at a non ideal time, and realized the existing maintenance window check we have for commcare deploys is not used for formplayer. This PR reuses that code for formplayer deploys as well.

Tested on production:
image

Environments Affected

None

@@ -1,8 +1,6 @@
import shlex
from datetime import datetime, timedelta

import pytz
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pytz is already imported in deploy/utils.py if you happen to notice that there isn't a diff adding it to the file.

@gherceg gherceg merged commit 70ffb4f into master Jan 25, 2024
3 checks passed
@gherceg gherceg deleted the gh/formplayer/check-maintenance-window branch January 25, 2024 17:21
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.

3 participants