2017-08-04 18:49:17 +03:00
|
|
|
web: newrelic-admin run-program gunicorn treeherder.config.wsgi:application --timeout 20
|
2017-02-14 02:01:13 +03:00
|
|
|
worker_beat: newrelic-admin run-program celery beat -A treeherder
|
2017-05-05 00:26:43 +03:00
|
|
|
worker_pushlog: newrelic-admin run-program celery worker -A treeherder --without-gossip --without-mingle --without-heartbeat -Q pushlog --concurrency=5
|
|
|
|
worker_buildapi_pending: newrelic-admin run-program celery worker -A treeherder --without-gossip --without-mingle --without-heartbeat -Q buildapi_pending --concurrency=5
|
|
|
|
worker_buildapi_running: newrelic-admin run-program celery worker -A treeherder --without-gossip --without-mingle --without-heartbeat -Q buildapi_running --concurrency=5
|
|
|
|
worker_buildapi_4hr: newrelic-admin run-program celery worker -A treeherder --without-gossip --without-mingle --without-heartbeat -Q buildapi_4hr --concurrency=1
|
|
|
|
worker_store_pulse_jobs: newrelic-admin run-program celery worker -A treeherder --without-gossip --without-mingle --without-heartbeat -Q store_pulse_jobs --concurrency=3
|
|
|
|
worker_store_pulse_resultsets: newrelic-admin run-program celery worker -A treeherder --without-gossip --without-mingle --without-heartbeat -Q store_pulse_resultsets --concurrency=3
|
2016-06-02 02:51:26 +03:00
|
|
|
worker_read_pulse_jobs: newrelic-admin run-program ./manage.py read_pulse_jobs
|
2017-08-04 19:38:57 +03:00
|
|
|
worker_read_pulse_pushes: newrelic-admin run-program ./manage.py read_pulse_pushes
|
2017-12-05 01:09:38 +03:00
|
|
|
worker_default: newrelic-admin run-program celery worker -A treeherder --without-gossip --without-mingle --without-heartbeat -Q default,cycle_data,fetch_bugs,fetch_runnablejobs,generate_perf_alerts,seta_analyze_failures --concurrency=3
|
2017-05-05 00:26:43 +03:00
|
|
|
worker_hp: newrelic-admin run-program celery worker -A treeherder --without-gossip --without-mingle --without-heartbeat -Q classification_mirroring,publish_to_pulse --concurrency=1
|
2017-02-14 02:01:13 +03:00
|
|
|
worker_log_parser: newrelic-admin run-program celery worker -A treeherder --without-gossip --without-mingle --without-heartbeat -Q log_parser,log_parser_fail,log_store_failure_lines,log_store_failure_lines_fail,log_crossreference_error_lines,log_crossreference_error_lines_fail,log_autoclassify,log_autoclassify_fail --maxtasksperchild=50 --concurrency=7
|
2016-03-11 14:33:25 +03:00
|
|
|
|
|
|
|
release: ./bin/pre_deploy
|