remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

Document working without SQS (aka memory queue) or fix SQS error #48

Closed cordoval closed 8 years ago

cordoval commented 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?

cordoval commented 8 years ago

i found that i have to set QUEUE="memory://" to avoid SQS but testing just now

cordoval commented 8 years ago

closing as i have resolved it internally and probably others can figure it out from the code itself.