Skip to content

Commit

Permalink
debugging poller not working
Browse files Browse the repository at this point in the history
  • Loading branch information
STollenaar committed Sep 22, 2023
1 parent 3071584 commit 4e565b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/sqspoller/sqspoller.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func init() {
sqsObjectChannel = make(chan util.SQSObject)

// Get URL of request queue
fmt.Printf("configstats: %v, %v, %v\n", *util.ConfigFile, util.ConfigFile.SQS_REQUEST, util.ConfigFile.SQS_RESPONSE)
urlResult, err := sqsClient.GetQueueUrl(context.TODO(), &sqs.GetQueueUrlInput{
QueueName: &util.ConfigFile.SQS_REQUEST,
})
Expand Down

0 comments on commit 4e565b9

Please sign in to comment.