goaws icon indicating copy to clipboard operation
goaws copied to clipboard

Respect GetQueueAttributes AttributeName parameters

Open mbklein opened this issue 4 years ago • 1 comments

This PR allows gosqs to respect the GetQueueAttributes AtrributeName.N parameter and only return requested attributes. It also removes a redundant app.SyncQueues.RLock() call that was causing the SQS handler to lock up indefinitely when bombarded with GetQueueAttributes calls.

mbklein avatar Sep 22 '20 20:09 mbklein

Sorry, missed this. I'll get on it.

mbklein avatar Jul 07 '21 21:07 mbklein

@mbklein Hey there! Checking this out - looks great, would you mind doing a quick rebase and throwing some tests on it?

Admiral-Piett avatar Mar 09 '23 03:03 Admiral-Piett

@Admiral-Piett It only took me 2½ years, but I've added some tests. Sorry this fell off my radar for so long.

mbklein avatar Mar 15 '23 23:03 mbklein