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

Distributed Maintenance Mode #125

Merged
merged 3 commits into from Oct 24, 2020
Merged

Distributed Maintenance Mode #125

merged 3 commits into from Oct 24, 2020

Conversation

V13Axel
Copy link
Collaborator

@V13Axel V13Axel commented Oct 23, 2020

This introduces extensions to the artisan down and artisan up commands and the core application, adjusting maintenance mode to rely on cache instead of the filesystem.

The main goal is to support maintenance mode while running on distributed systems (such as Lambda, or our Docker cluster).

It also creates a custom 503 page that displays a custom maintenance mode message:

Selection_943

as well as custom notifications to users when an error is caused by maintenance mode:

Selection_944


It seems pretty rock-solid, think it's ready to merge.

@V13Axel V13Axel marked this pull request as ready for review October 23, 2020 03:43
@V13Axel V13Axel merged commit 30ffe86 into master Oct 24, 2020
@V13Axel V13Axel deleted the Distributed_Maintenance_Mode branch October 24, 2020 16:15
V13Axel added a commit that referenced this pull request Oct 28, 2020
* Initializing Distributed_Maintenance_Mode for empty Pull Request

* add a config value for maintenance payload

* support distributed maintenance mode, with message

Co-authored-by: V13Axel <alex@stechstudio.com>
Haxxer added a commit that referenced this pull request Oct 28, 2020
* Initial commit

* Reword warning on season events, remove 50 years button, add 1000 years button

* Grammer iz gud

* Removed unused lines

* Added more informational loading text, fixed season warning not disappearing

* Distributed Maintenance Mode (#125)

* Initializing Distributed_Maintenance_Mode for empty Pull Request

* add a config value for maintenance payload

* support distributed maintenance mode, with message

Co-authored-by: V13Axel <alex@stechstudio.com>

* Makefiles are fun.

* should also include s3 sync for quick deploys (Serverless handles it for full deploys)

* Beta Environment Warning (#126)

* Initializing Beta_Environment_Warning for empty Pull Request

* show a warning on beta pages

Co-authored-by: V13Axel <alex@stechstudio.com>

* make this more robust

* update this loading splat, also build frontend assets before deployment

Co-authored-by: Alex Dills <alex@stechstudios.com>
Co-authored-by: V13Axel <alex@stechstudio.com>
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.

None yet

1 participant