kitsune/bin/run-celery-worker.sh

4 строки
152 B
Bash
Executable File

#!/bin/bash
exec newrelic-admin run-program celery -A kitsune worker -Q celery,priority --max-tasks-per-child=${CELERY_WORKER_MAX_TASKS_PER_CHILD:-25}