Skip to content

Commit

Permalink
Fix the issue reported on #12385 (#12969)
Browse files Browse the repository at this point in the history
Missed setting ConnectionString on queuesettings

Signed-off-by: Andrew Thornton <art27@cantab.net>
  • Loading branch information
zeripath authored Sep 28, 2020
1 parent feb1a8c commit 5cfc1f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/queue/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func getQueueSettings(name string) (setting.QueueSettings, []byte) {
opts["BlockTimeout"] = q.BlockTimeout
opts["BoostTimeout"] = q.BoostTimeout
opts["BoostWorkers"] = q.BoostWorkers
opts["ConnectionString"] = q.ConnectionString

cfg, err := json.Marshal(opts)
if err != nil {
Expand Down

0 comments on commit 5cfc1f5

Please sign in to comment.