-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Following error is logged setting up the demo instance:
500Internal Server ErrorSQS queue name not found. Ensure the "search.index.update.sqs.queue.name" configuration entry is configured.+ /usr/bin/curl -s -X POST --header 'Content-Type: application/json' -d '{"partitionKeyGroupKey":{"partitionKeyGroupName":"TRADE_DT"}}' http://localhost:8080/herd-app/rest/partitionKeyGroups
Work-Around: Modify 'herd.localdb.template' ...
- Add SQS queue to Resources (line 149)
"herdQueueSearchIndexUpdate" : {
"Type" : "AWS::SQS::Queue"
},
- Add psql statements to instance UserData (line 820)
"psql -c \"DELETE FROM cnfgn WHERE cnfgn_key_nm = 'search.index.update.sqs.queue.name';\"\n", "psql -c \"INSERT INTO cnfgn VALUES ('search.index.update.sqs.queue.name','",{"Fn::GetAtt": ["herdQueueSearchIndexUpdate", "QueueName"]},"', NULL);\"\n",
Metadata
Metadata
Assignees
Labels
No labels