summaryrefslogtreecommitdiff
path: root/cloudsettings.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2022-02-28 16:17:35 +0000
committerNick White <git@njw.name>2022-02-28 16:17:35 +0000
commit21d49b546a27de6c53d8fe7d1a68d5a3b5506c93 (patch)
tree729663de5863c125fad24d37df5147c2569771d1 /cloudsettings.go
parent54aca8994863f5c58bce0224bc943b81c60f5d04 (diff)
Add PreNoWipe queue, that just does binarisation but no wiping
Diffstat (limited to 'cloudsettings.go')
-rw-r--r--cloudsettings.go11
1 files changed, 6 insertions, 5 deletions
diff --git a/cloudsettings.go b/cloudsettings.go
index eec088e..5d1d41c 100644
--- a/cloudsettings.go
+++ b/cloudsettings.go
@@ -26,11 +26,12 @@ const (
// Queue names. Can be anything unique in SQS.
const (
- queuePreProc = "rescribepreprocess"
- queueWipeOnly = "rescribewipeonly"
- queueOcrPage = "rescribeocrpage"
- queueAnalyse = "rescribeanalyse"
- queueTest = "rescribetest1"
+ queuePreProc = "rescribepreprocess"
+ queuePreNoWipe = "rescribeprenowipe"
+ queueWipeOnly = "rescribewipeonly"
+ queueOcrPage = "rescribeocrpage"
+ queueAnalyse = "rescribeanalyse"
+ queueTest = "rescribetest1"
)
// Storage bucket names. Can be anything unique in S3.