don't restart downloader except explicitly

because there's no other downloader / backfiller, restarts = lost segments
condor-scripts
Mike Lang 3 years ago
parent 77d8ce4d00
commit 799a2f4e29

@ -13,6 +13,7 @@
// you're actually running, and must manually re-pull to get an updated copy. // you're actually running, and must manually re-pull to get an updated copy.
image_tag:: std.extVar("tag"), image_tag:: std.extVar("tag"),
database_tag:: "bb05e37", // tag for DB, which changes less and restarts are disruptive database_tag:: "bb05e37", // tag for DB, which changes less and restarts are disruptive
downloader_tag:: "59b0732-wip", // prevent downloader restarts
// For each service, whether to deploy that service. // For each service, whether to deploy that service.
enabled:: { enabled:: {
@ -189,7 +190,7 @@
services: { services: {
[if $.enabled.downloader then "downloader"]: { [if $.enabled.downloader then "downloader"]: {
image: "quay.io/ekimekim/wubloader-downloader:%s" % $.image_tag, image: "quay.io/ekimekim/wubloader-downloader:%s" % $.downloader_tag,
// Args for the downloader: set channel and qualities // Args for the downloader: set channel and qualities
command: $.channels + [ command: $.channels + [
"--base-dir", "/mnt", "--base-dir", "/mnt",

Loading…
Cancel
Save