Closed cordoval closed 8 years ago
I am getting this error but i don't know how to avoid setting or using SQS
2015/12/30 03:34:44 sqs error: %v AccessDenied: Access to the resource https://sqs.us-east-1.amazonaws.com/ is denied. status code: 403, request id: 1e909b68-b47c-56e8-b9ae-d595e7688a02 panic: runtime error: invalid memory address or nil pointer dereference
do you have a simple configuration for avoiding SQS usage?
i found that i have to set QUEUE="memory://" to avoid SQS but testing just now
closing as i have resolved it internally and probably others can figure it out from the code itself.
I am getting this error but i don't know how to avoid setting or using SQS
do you have a simple configuration for avoiding SQS usage?