mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-08 05:08:45 +08:00
Add celery app instance with base config
This patch allows to schedule tasks and launch workers with basic
config. To launch a worker:
celery -A module_build_service.celery_app -l info
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
@@ -43,6 +43,7 @@ RUN yum -y install \
|
||||
python-sqlalchemy \
|
||||
python-tox \
|
||||
python2-distro \
|
||||
python2-celery \
|
||||
python2-libmodulemd2 \
|
||||
python2-pyyaml \
|
||||
python2-pungi \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN dnf -y install \
|
||||
createrepo_c \
|
||||
rsync \
|
||||
python3-distro \
|
||||
python3-celery \
|
||||
python3-fedmsg \
|
||||
python3-kobo-rpmlib \
|
||||
python3-rpm \
|
||||
|
||||
Reference in New Issue
Block a user