This changeset increases the worker process memory slightly in staging to help with running out of memory issues we are starting to see with our testing.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset bumps the memory of the API app processes to 1.5G as they are now starting to run out of memory due to recent app changes with gunicorn and gevent.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset adds a bit more memory to the staging worker instance, and it bumps the number of worker instances to 2 in staging and demo.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset adjusts the REDIS_ENABLED environment variable to match how the admin app is set up to make sure the API properly connects to the Redis service.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>