added cache-clear service. update dispatcher queues

Signed-off-by: Jessica Mack <jmack@redhat.com>
This commit is contained in:
Jessica Mack
2023-01-17 12:00:21 -05:00
committed by Hao Liu
parent 38cc193aea
commit d8e591cd69
6 changed files with 62 additions and 10 deletions

View File

@@ -70,6 +70,12 @@ I18N_FLAG_FILE = .i18n_built
VERSION PYTHON_VERSION docker-compose-sources \
.git/hooks/pre-commit github_ci_setup github_ci_runner
cache-clear:
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/awx/bin/activate; \
fi; \
$(PYTHON) manage.py run_cache_clear
clean-tmp:
rm -rf tmp/