Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

alphagov/notifications-paas-autoscaler

Repository files navigation

Notify PaaS Autoscaler

Autoscaling agent for the Notify PaaS applications.

Runs every few seconds, checks some metrics and sets the desired instance count accordingly. See the config file for global and per-app settings. See the Makefile for per-environment settings.

To test the application

# install dependencies
make bootstrap

make test

Further documentation