Skip to content

Commit 65fe93c

Browse files
authored
Adds env variable for lifo queue (#147)
1 parent 2052b5b commit 65fe93c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

start

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ docker run -d --rm \
7676
-e PRIORITY_TASK_QUEUE_SLOTS=1 \
7777
-e INFERENCE_DIR=$INFERENCE_DIR \
7878
-e SECRET_KEY=default \
79+
-e POSTGRES_POOL_USE_LIFO=x \
7980
-v "$INFERENCE_DIR":/inference \
8081
--mount type=bind,source="$(pwd)"/,target=/app \
8182
-v /var/run/docker.sock:/var/run/docker.sock \

submodules/model

0 commit comments

Comments
 (0)