-
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
When working on server migrations, I thought that the maintenance_mode.yml
playbook should stop/start the relevant services. (Stop when maintenance mode is enabled; start when maintenance mode is disabled)
I think the playbook should stop/start sidekiq. Probably also puma and redis (stopping redis will save dump.rdb for each instance which is helpful for migrations)
This will speed up migrations and remove a step from the server-migration guide:
- [ ] `sudo systemctl stop sidekiq redis-jobs puma` |
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Dev ready 👋