We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14672c2 commit 666fadfCopy full SHA for 666fadf
discovery/pkg/nats.go
@@ -47,7 +47,7 @@ func NewWorker(
47
if ManualTriggers == "true" {
48
topic = global.JobQueueTopicManuals
49
}
50
- if err := jq.Stream(ctx, global.StreamName, " describe job runner queue", []string{topic}, 200000); err != nil {
+ if err := jq.Stream(ctx, global.StreamName, " describe job runner queue", []string{topic}, 5000); err != nil {
51
logger.Error("failed to create stream", zap.Error(err))
52
return nil, err
53
0 commit comments