A developer might need to bring down a production server during office hours. As there might be Github API requests to process these (which queue size are logged every 30/60 seconds), a mode in nginx (https://github.com/bubify/bubify-docker/blob/main/nginx/default) is added to block any further client request. It would be good if we can make it easy to enable maintenance mode from Makefile.
A stretch-goal could also be adding a graceful exit command.
A developer might need to bring down a production server during office hours. As there might be Github API requests to process these (which queue size are logged every 30/60 seconds), a mode in nginx (https://github.com/bubify/bubify-docker/blob/main/nginx/default) is added to block any further client request. It would be good if we can make it easy to enable maintenance mode from Makefile.
A stretch-goal could also be adding a graceful exit command.