Files
notifications-api/manifest-delivery-production.yml
Martyn Inglis ce09765dad Turned down the Memory usage on prod. This was bumped to 2G to try and offset memory usage which caused the delivery worker to die.
We are now spinning this periodic worker off into it's own worker, so it's not bundled with the app. this means we can set it's memory usage specifically so we don't need to bump all the workers.
2017-04-04 13:42:21 +01:00

7 lines
66 B
YAML

---
inherit: manifest-delivery-base.yml
instances: 2
memory: 1G