Remove a sleep, reduce startup time a little

This commit is contained in:
Cyber MacGeddon 2025-01-02 16:32:49 +00:00
parent f83536ef06
commit 078a8cf6ba

View file

@ -63,7 +63,7 @@ local url = import "values/url.jsonnet";
.with_command([ .with_command([
"bash", "bash",
"-c", "-c",
"sleep 5; bin/apply-config-from-env.py conf/bookkeeper.conf && exec bin/pulsar bookie" "bin/apply-config-from-env.py conf/bookkeeper.conf && exec bin/pulsar bookie"
// false ^ causes this to be a 'failure' exit. // false ^ causes this to be a 'failure' exit.
]) ])
.with_limits("1", "800M") .with_limits("1", "800M")