fix(connectors): Changed to consumer pool (#1368)
This commit is contained in:
parent
477356c4e3
commit
9108dd7f04
3 changed files with 3 additions and 3 deletions
|
|
@ -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 .
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
echo "[INFO] Starting service"
|
||||
python -u consumer_async.py
|
||||
echo "[INFO] Service start"
|
||||
python -u consumer_pool.py
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue