manifests/manifest_celery_beat_stage.yml

Summary

Maintainability
Test Coverage
---
inherit: manifest_stage.yml
env:
  NEW_RELIC_APP_NAME: fec | celery beat | stage
applications:
  - name: celery-beat
    instances: 1
    memory: 256M
    no-route: true
    health-check-type: process
    command: celery beat --app webservices.tasks --loglevel INFO