Robin Salkeld

Results 36 comments of Robin Salkeld

Glad there seems to be a workaround, but leaving this open as a valid feature request for the future.

Does this echo the build logs from each of the builds in the batch?

Note I'm labelling this as "enhancement" given our recommendation against use cases that require uninstallation. It still may be better to use ThreadLocals in a friendlier way, but sounds like...

We’ve had several requests for this and it is definitely in our backlog, but no ETA yet.

Definitely not a bad idea to handle this better. There's already a sleep in place for `QueueNotFoundException`s for a similar reason. :) https://github.com/awslabs/amazon-sqs-java-temporary-queues-client/blob/master/src/main/java/com/amazonaws/services/sqs/util/SQSMessageConsumer.java#L126 That's a little more straight-forward, though, since...

Hi @nirangad! It is on our backlog, but not under active development. Thanks for the request and we will watch this carefully for +1s.

Thanks for the suggestion - this is already a high priority in the backlog and will be addressed soon. :)

Hi there! A Go version of this library is on our backlog but not under active development at this time. We will watch this issue closely for +1s to help...

HI @0marq! It is definitely fine to use normal SQS queues for the request-response pattern if you need to. Virtual queues are just a cheaper and more efficient solution.

Hi there! A python version of this library is on the backlog, but there's no ETA as of yet.