manifests/manifest_celery_worker_dev.yml

Summary

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