Dockerfile: bump the shutdown period to 15 seconds
5 seconds didn't fully help with the issue, let's try 15 and see what happens. See https://github.com/osbuild/osbuild-composer/pull/2797#issuecomment-1172862359 for more details. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
14fd1fe279
commit
c0df932fc6
1 changed files with 1 additions and 1 deletions
|
|
@ -23,4 +23,4 @@ COPY ./pkg/jobqueue/dbjobqueue/schemas /opt/migrate/schemas
|
|||
COPY --from=builder2 /opt/app-root/src/go/bin/tern /opt/migrate/
|
||||
|
||||
EXPOSE 8080 8700
|
||||
ENTRYPOINT ["python3", "/opt/entrypoint.py", "--remote-worker-api", "--composer-api", "--shutdown-wait-period", "5"]
|
||||
ENTRYPOINT ["python3", "/opt/entrypoint.py", "--remote-worker-api", "--composer-api", "--shutdown-wait-period", "15"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue