Type checking fix: Restrict the keys / values for ArtifactLocation and centralize the common ones
This commit is contained in:
committed by
=Michael Hohn
parent
b3cf7a4f65
commit
3566f5169e
@@ -34,6 +34,7 @@ func NewRabbitMQQueue(
|
||||
const (
|
||||
tryCount = 5
|
||||
retryDelaySec = 3
|
||||
// XX: static typing?
|
||||
jobsQueueName = "tasks"
|
||||
resultsQueueName = "results"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user