diff --git a/ee/connectors/consumer_test.py b/ee/connectors/consumer_pool.py similarity index 100% rename from ee/connectors/consumer_test.py rename to ee/connectors/consumer_pool.py diff --git a/ee/connectors/deploy/Dockerfile_redshift b/ee/connectors/deploy/Dockerfile_redshift index a459491a1..26e6c9770 100644 --- a/ee/connectors/deploy/Dockerfile_redshift +++ b/ee/connectors/deploy/Dockerfile_redshift @@ -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 . diff --git a/ee/connectors/entrypoint.sh b/ee/connectors/entrypoint.sh index 4ffc08864..523704b97 100755 --- a/ee/connectors/entrypoint.sh +++ b/ee/connectors/entrypoint.sh @@ -1,2 +1,2 @@ -echo "[INFO] Starting service" -python -u consumer_async.py +echo "[INFO] Service start" +python -u consumer_pool.py