FIRSTTeam102 / scoutradioz

Scoutradioz, a multi-team FRC scouting app developed by The Gearheads. Designed for and running on Amazon Web Services.
https://scoutradioz.com
Other
25 stars 8 forks source link

Added maintenance mode toggle via proccess.env.MAINTENANCE #182

Closed JL102 closed 5 months ago

JL102 commented 5 months ago

When we're doing a database upgrade, we should temporarily disable people from using the site. We can set the MAINTENANCE environment variable to true inside the AWS Lambda console when we need to some database maintenance, then unset it when we're done.