on_maintenance v0.7.0 API Reference

Modules

Disables maintenance mode for application

Sets an application to maintenance mode

Creates “.on_maintenance.sqlite3” database which contains only 1 table

Plug.OnMaintenance, an Elixir Plug, is used to disable access to your application for some length of time. Putting application in maintenance mode can be done programmatically or via mix tasks