mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
Beat and celery clustering fixes
* use embedded beat rather than standalone * dynamically set celeryd hostname at runtime * add embeded beat flag to celery startup * Embedded beat mode routes will piggyback off of celery worker setup signal
This commit is contained in:
committed by
Matthew Jones
parent
624289bed7
commit
0e97dc4b84
2
Makefile
2
Makefile
@@ -23,7 +23,7 @@ COMPOSE_HOST ?= $(shell hostname)
|
||||
|
||||
VENV_BASE ?= /venv
|
||||
SCL_PREFIX ?=
|
||||
CELERY_SCHEDULE_FILE ?= /celerybeat-schedule
|
||||
CELERY_SCHEDULE_FILE ?= /var/lib/awx/beat.db
|
||||
|
||||
DEV_DOCKER_TAG_BASE ?= gcr.io/ansible-tower-engineering
|
||||
# Python packages to install only from source (not from binary wheels)
|
||||
|
||||
Reference in New Issue
Block a user