Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogenesoftoronto committed Nov 8, 2023
1 parent 157e4ce commit 8b9c5f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion internal/pres/config.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
package pres

type Config struct {
// Preservation System TaskQueue.
// TaskQueue sets the Temporal task queue to use for the processing workflow
// (e.g. ` temporal.A3mWorkerTaskQueue`, ` temporal.AMWorkerTaskQueue`).
// The task queue determines which processing worker will run the processing
// workflow - a3m or Archivematica, and is used to branch the processing
// workflow logic.
TaskQueue string
}

0 comments on commit 8b9c5f6

Please sign in to comment.