summaryrefslogtreecommitdiff
path: root/bookpipeline/cmd/mkpipeline/main.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-10-02 12:32:59 +0100
committerNick White <git@njw.name>2019-10-02 12:32:59 +0100
commit94352c6124aed2d85cfb21e83c0dafb6f918fb7d (patch)
tree6bf574be2db265f714d16bf0140b5c3056b408e8 /bookpipeline/cmd/mkpipeline/main.go
parent33e538c56f7513f1b98cab16de771a47a0e2a300 (diff)
Add wipeonly queue and functionality
This is useful for prebinarised images, which don't need full preprocessing, but do require wiping, albeit with a more conservative threshold.
Diffstat (limited to 'bookpipeline/cmd/mkpipeline/main.go')
-rw-r--r--bookpipeline/cmd/mkpipeline/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bookpipeline/cmd/mkpipeline/main.go b/bookpipeline/cmd/mkpipeline/main.go
index 970543e..e37a56d 100644
--- a/bookpipeline/cmd/mkpipeline/main.go
+++ b/bookpipeline/cmd/mkpipeline/main.go
@@ -34,7 +34,7 @@ func main() {
prefix := "rescribe"
buckets := []string{"inprogress", "done"}
- queues := []string{"preprocess", "ocr", "analyse"}
+ queues := []string{"preprocess", "wipeonly", "ocr", "analyse"}
for _, bucket := range buckets {
bname := prefix + bucket