Adam Miller
Adam Miller
> I have the same issue. Currently adding a dropdown to template. Problem is, say i drop 5 files. The template has the added dropdown named [CUSTOM]. server side captures...
There really is no need to make the AWS-SDK a dependency when it can be installed with one command. As for the not including the entire SDK, you will need...
What you could do is have the consumer send a ping every time it polls the queue. Log that ping somewhere (database or something like that) and have another process...
> We did something similar to that, but it has its downsides. In addition to the complexity of having that extra bit of code, it also doesn't deal well with...
> Unfortunately, this library is useless with combination of this bug and another bug where message handlers are run in paralel even for fifo queue. Oh good, I am not...
This now needs to be changed to a bug. According to the documentation: ``` By default messages are processed one at a time – a new message won't be received...
Well, I found a solution. Once a message has started processing inside the `handleMessage` handler, I execute `.stop()` which will stop the polling. Once the message has been fully processed...
From what I can tell, this is not possible. I think what you might need to do is some how determine if it's a message that you want to process...
This can be done using app.stop()
We are seeing this as well and would like a fix for it. It's more annoying than anything.