EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit eb758e68 authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Fixing run-preprocessor.sh script for new API

parent f2ff6553
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,10 @@
echo "Running preprocessor"
python3 /preprocessor.py --mode redis --redis-host ${REDIS_HOST} --redis-port ${REDIS_PORT} --redis-preprocess-queue-key ${REDIS_PREPROCESS_QUEUE_KEY} --redis-register-queue-key ${REDIS_REGISTER_QUEUE_KEY}
preprocessor daemon \
--config-file /config.yaml \
--host ${REDIS_HOST} \
--port ${REDIS_PORT} \
--listen-queue ${REDIS_PREPROCESS_QUEUE_KEY} \
--listen-md-queue ${REDIS_PREPROCESS_MD_QUEUE_KEY} \
--write-queue ${REDIS_REGISTER_QUEUE_KEY}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment