-
We currently use FIFO queues in production because our system depends on the ordering. We have to process the messages in the same order they are generated.
Since it's the same SDK API to receive…
-
For each message I receive, I want to perform the following
- Make a logging statement
- Send a notification to monitoring tools like Newrelic
- Set some ThreadLocal context information
- Deserialize
…
ghost updated
8 years ago
-
The `aws_sqs` source has support for client concurrency, running more than one polling client thread at once. This defaults to one client per CPU currently. However, those threads will frequently be i…
-
Have you considered bigger scale events and bursts? Let's say, SES received 5000 messages just now - your script will try to invoke 5000 Lambdas and send out 5000 emails which will break two limits at…
-
So basically that, everything worked fine in 1.2.x. I am using Localstack, which should not make any difference, and I'm loading the credentials and config from aws CLI files.
If I try to upgrade t…
-
Hi. In testing, I keep running into the situation where `AmazonSQSRequester` creates hundreds of temporary queues, with hundreds of messages in each, and ends up in a state it seemingly can't recover …
-
>ref https://github.com/awslabs/aws-lambda-powertools-typescript/issues/26for strucutre of my RFC
## Description of the proposal
There should be a consistent way to produce test fixtures for A…
-
When using Terraform support, I'd like to see the ability to better integrate a chalice application with non-chalice resources. For example, if I create an SQS queue in Terraform, it would be nice to…
-
## :question: General Issue
### The Question
I'm using CDK to create a stack with:
- one SQS `Queue`
- numerous CloudWatch `Rule`s with cron schedules that send a message to that one…
-
I have a very simple deployment of Django-Q with the supervisor and .sh script and I'm using SQS as the queue server. All kind of tasks works fine but the memory usage of the server keeps going higher…