fix(connectors): Changed to consumer pool (#1368)

This commit is contained in:
MauricioGarciaS 2023-06-23 15:33:43 +02:00 committed by GitHub
parent 477356c4e3
commit 9108dd7f04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ COPY utils utils
COPY db db
COPY sql sql
COPY handler.py .
COPY consumer_async.py .
COPY consumer_pool.py .
COPY fill_from_db.py .
COPY entrypoint.sh .

View file

@ -1,2 +1,2 @@
echo "[INFO] Starting service"
python -u consumer_async.py
echo "[INFO] Service start"
python -u consumer_pool.py