manifests/manifest_celery_worker_stage.yml

Summary

Maintainability
Test Coverage
---
inherit: manifest_stage.yml
env:
  NEW_RELIC_APP_NAME: fec | celery worker | stage
applications:
  - name: celery-worker
    instances: 1
    memory: 1G
    no-route: true
    health-check-type: process
    command: celery worker --app webservices.tasks --loglevel ${LOGLEVEL:=INFO} --concurrency 2